audio overhaul

This commit is contained in:
Bui
2019-02-04 09:14:42 +00:00
parent aaef2637fc
commit 913c0787ef
14 changed files with 112 additions and 112 deletions

View File

@@ -1630,10 +1630,10 @@
}
switch(pos){
case 1:
assets.sounds["don"].play()
assets.sounds["se_don"].play()
return this.controller.restartSong()
case 2:
assets.sounds["don"].play()
assets.sounds["se_don"].play()
return this.controller.songSelection()
default:
return this.controller.togglePause()