Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
S
sejong25
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Commits
Issue Boards
Open sidebar
Tear of Sejong
sejong25
Commits
2f2575b9
Commit
2f2575b9
authored
Jul 08, 2019
by
18류지석
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
뇌배경 수정함.
main.js에 display background도 수정함.
parent
5d67e607
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
2 additions
and
2 deletions
+2
-2
background_brain.jpg
assets/image/background/background_brain.jpg
+0
-0
background_brain.png
assets/image/background/background_brain.png
+0
-0
Background.js
js/Background.js
+1
-1
main.js
js/main.js
+1
-1
No files found.
assets/image/background/background_brain.jpg
deleted
100644 → 0
View file @
5d67e607
52 KB
assets/image/background/background_brain.png
0 → 100644
View file @
2f2575b9
1010 KB
js/Background.js
View file @
2f2575b9
...
@@ -4,7 +4,7 @@ BackGround.brainGroup = null;
...
@@ -4,7 +4,7 @@ BackGround.brainGroup = null;
BackGround
.
loadImage
=
function
(
scene
)
BackGround
.
loadImage
=
function
(
scene
)
{
{
scene
.
load
.
image
(
'
brainGround
'
,
'
assets/
placeholder/playback
.png
'
);
scene
.
load
.
image
(
'
brainGround
'
,
'
assets/
image/background/background_brain
.png
'
);
scene
.
load
.
image
(
'
menuBackground
'
,
'
assets/placeholder/menuBackground.png
'
)
scene
.
load
.
image
(
'
menuBackground
'
,
'
assets/placeholder/menuBackground.png
'
)
}
}
...
...
js/main.js
View file @
2f2575b9
...
@@ -8,7 +8,7 @@ var config = {
...
@@ -8,7 +8,7 @@ var config = {
debug
:
true
debug
:
true
}
}
},
},
backgroundColor
:
Phaser
.
Display
.
Color
.
GetColor
(
0
,
0
,
0
),
backgroundColor
:
Phaser
.
Display
.
Color
.
HexStringToColor
(
'
#F0CB85
'
).
color
,
//GetColor(245,208,138
),
scene
:
[
menuScene
,
gameScene
]
scene
:
[
menuScene
,
gameScene
]
};
};
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment