Commit 4da8cb65 authored by 18김재민's avatar 18김재민

로그인 BGM 클리핑 해결, gameStart BGM 추가

parent f74f7ffc
...@@ -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)
......
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