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
14d6b942
Commit
14d6b942
authored
Aug 23, 2019
by
18김재민
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
최대 복구 후 게임 돌아가게는 해놓음
parent
4ffa23f0
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
1 deletion
+2
-1
BGMsound.js
js/BGMsound.js
+2
-1
No files found.
js/BGMsound.js
View file @
14d6b942
...
...
@@ -29,7 +29,7 @@ Audio.loadSound = function(scene)
Audio
.
playSound
=
function
(
scene
,
title
)
// 한 번만 재생할 때 사용
{
bgm
=
scene
.
sound
.
add
(
title
);
bgm
=
scene
.
sound
.
add
(
title
);
// 추후 수정 예정
bgm
.
play
();
}
...
...
@@ -56,3 +56,4 @@ Audio.killSound = function(scene, title)
bgm
.
stop
();
}
// 전반적으로 함수 수정 필요..
\ No newline at end of file
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