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
105efc9d
Commit
105efc9d
authored
Aug 15, 2019
by
18김재민
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
로그인 BGM 교체
parent
72a474e7
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
1 addition
and
1 deletion
+1
-1
inGameBGM_3.ogg
assets/sound/inGameBGM_3.ogg
+0
-0
BGMsound.js
js/BGMsound.js
+1
-1
No files found.
assets/sound/inGameBGM_3.ogg
0 → 100644
View file @
105efc9d
File added
js/BGMsound.js
View file @
105efc9d
...
@@ -3,7 +3,7 @@ var Audio = Audio || {}
...
@@ -3,7 +3,7 @@ var Audio = Audio || {}
var
bgm
;
var
bgm
;
Audio
.
loadSound
=
function
(
scene
)
Audio
.
loadSound
=
function
(
scene
)
{
{
scene
.
load
.
audio
(
'
login
'
,
'
assets/sound/
l
ogin.ogg
'
);
scene
.
load
.
audio
(
'
login
'
,
'
assets/sound/
newL
ogin.ogg
'
);
scene
.
load
.
audio
(
'
startGame
'
,
'
assets/sound/startGame.ogg
'
);
scene
.
load
.
audio
(
'
startGame
'
,
'
assets/sound/startGame.ogg
'
);
scene
.
load
.
audio
(
'
attack
'
,
'
assets/sound/attackShort.ogg
'
);
scene
.
load
.
audio
(
'
attack
'
,
'
assets/sound/attackShort.ogg
'
);
scene
.
load
.
audio
(
'
inRoom
'
,
'
assets/sound/roomBGM.ogg
'
);
scene
.
load
.
audio
(
'
inRoom
'
,
'
assets/sound/roomBGM.ogg
'
);
...
...
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