Commit 14d6b942 authored by 18김재민's avatar 18김재민

최대 복구 후 게임 돌아가게는 해놓음

parent 4ffa23f0
......@@ -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
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment