Commit 76ffa1d0 authored by 18김재민's avatar 18김재민

공격 사운드 캣독화

parent ffb6f9b1
......@@ -5,7 +5,7 @@ Audio.loadSound = function(scene)
{
scene.load.audio('login', 'assets/sound/login.ogg');
scene.load.audio('startGame', 'assets/sound/startGame.ogg');
scene.load.audio('attack', 'assets/sound/arrow.ogg');
scene.load.audio('attack', 'assets/sound/attack.ogg');
}
Audio.playSound = function(scene, title) // 한 번만 재생할 때 사용
......
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