Commit 5eac1c3f authored by Bui's avatar Bui

update sfx

parent 524ba0f9
...@@ -36,7 +36,8 @@ var assets = { ...@@ -36,7 +36,8 @@ var assets = {
'combo-400.wav', 'combo-400.wav',
'combo-500.wav', 'combo-500.wav',
'combo-600.wav', 'combo-600.wav',
'combo-700.wav' 'combo-700.wav',
'song-select.wav'
), ),
songs: new Array(), songs: new Array(),
......
...@@ -51,6 +51,7 @@ function SongSelect(){ ...@@ -51,6 +51,7 @@ function SongSelect(){
this.createCode = function(){ this.createCode = function(){
assets.sounds["song-select"].play();
for(var i=0; i<assets.songs.length; i++){ for(var i=0; i<assets.songs.length; i++){
var songDir = assets.songs[i].songDir; var songDir = assets.songs[i].songDir;
......
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