very important audio update

This commit is contained in:
Bui 2018-10-26 14:58:31 +01:00
parent 5a115040e3
commit 0d1444de0c
2 changed files with 3 additions and 2 deletions

View File

@ -57,7 +57,7 @@ var assets = {
"combo-1300-meka.wav",
"combo-1400-meka.wav",
"fullcombo-meka.wav",
"song-select.wav",
"title.ogg",
"pause.wav",
@ -69,6 +69,7 @@ var assets = {
"note_ka.ogg",
"balloon.ogg",
"renda.ogg",
"renda-meka.ogg",
"combo-50.wav",
"combo-100.wav",

View File

@ -75,7 +75,7 @@ class Game{
circle.rendaPlayed = true
if(this.rules.difficulty === "easy"){
assets.sounds["renda" + this.controller.snd].stop()
this.controller.playSound("renda")
this.controller.playSoundMeka("renda")
}
}
if(!circle.beatMSCopied){