Commit 0b3c5d88 authored by 18김재민's avatar 18김재민

페이즈 변화 제외 모든 소리 추가

parent 099824bd
...@@ -195,6 +195,7 @@ WordSpace.generateWord = ...@@ -195,6 +195,7 @@ WordSpace.generateWord =
Item: function(scene, itemType, lenRate) Item: function(scene, itemType, lenRate)
{ {
word = new ItemWord(itemType); word = new ItemWord(itemType);
Audio.playSound(ScenesData.gameScene, 'getItem');
WordSpace.pushWord(scene, word, lenRate); WordSpace.pushWord(scene, word, lenRate);
return word; return word;
} }
......
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