update sfx

This commit is contained in:
Bui 2018-08-05 21:27:45 +01:00
parent 524ba0f9a8
commit 5eac1c3f14
2 changed files with 3 additions and 1 deletions

View File

@ -36,7 +36,8 @@ var assets = {
'combo-400.wav',
'combo-500.wav',
'combo-600.wav',
'combo-700.wav'
'combo-700.wav',
'song-select.wav'
),
songs: new Array(),

View File

@ -51,6 +51,7 @@ function SongSelect(){
this.createCode = function(){
assets.sounds["song-select"].play();
for(var i=0; i<assets.songs.length; i++){
var songDir = assets.songs[i].songDir;