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
4da8cb65
Commit
4da8cb65
authored
Jul 14, 2019
by
18김재민
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
로그인 BGM 클리핑 해결, gameStart BGM 추가
parent
f74f7ffc
Changes
3
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
1 addition
and
1 deletion
+1
-1
login.ogg
assets/sound/login.ogg
+0
-0
startGame.ogg
assets/sound/startGame.ogg
+0
-0
BGMsound.js
js/BGMsound.js
+1
-1
No files found.
assets/sound/
BGM_twochae
.ogg
→
assets/sound/
login
.ogg
View file @
4da8cb65
File moved
assets/sound/startGame.ogg
0 → 100644
View file @
4da8cb65
File added
js/BGMsound.js
View file @
4da8cb65
...
@@ -2,7 +2,7 @@ var Audio = Audio || {}
...
@@ -2,7 +2,7 @@ var Audio = Audio || {}
Audio
.
loadSound
=
function
(
scene
)
Audio
.
loadSound
=
function
(
scene
)
{
{
scene
.
load
.
audio
(
'
BGM
'
,
'
assets/sound/
BGM_twochae
.ogg
'
);
scene
.
load
.
audio
(
'
BGM
'
,
'
assets/sound/
login
.ogg
'
);
}
}
Audio
.
playSound
=
function
(
scene
)
Audio
.
playSound
=
function
(
scene
)
...
...
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