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
e78d9e9d
Commit
e78d9e9d
authored
Aug 19, 2019
by
18김상언
Committed by
18류지석
Aug 19, 2019
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
ResourceLoader.js 테스트한다고 수정했던거 다시 돌려둠.
parent
c3fcfb2b
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
ResourceLoader.js
js/ResourceLoader.js
+1
-1
No files found.
js/ResourceLoader.js
View file @
e78d9e9d
...
...
@@ -3,7 +3,7 @@ var ResourceLoader = ResourceLoader || {};
ResourceLoader
.
loadBackGround
=
function
(
scene
)
{
scene
.
load
.
image
(
'
brain
'
,
'
assets/image/background/brain.png
'
);
scene
.
load
.
image
(
'
baseBackground
'
,
'
assets/image/background/
testBG
.png
'
);
scene
.
load
.
image
(
'
baseBackground
'
,
'
assets/image/background/
yellowBack
.png
'
);
scene
.
load
.
image
(
'
gameBackground
'
,
'
assets/image/background/background_brain.png
'
);
scene
.
load
.
image
(
'
menuBackground
'
,
'
assets/placeholder/menuBackground.png
'
);
scene
.
load
.
image
(
'
roomBackground
'
,
'
assets/placeholder/roomBackground.png
'
);
...
...
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