Commit 0d1444de authored by Bui's avatar Bui

very important audio update

parent 5a115040
...@@ -69,6 +69,7 @@ var assets = { ...@@ -69,6 +69,7 @@ var assets = {
"note_ka.ogg", "note_ka.ogg",
"balloon.ogg", "balloon.ogg",
"renda.ogg", "renda.ogg",
"renda-meka.ogg",
"combo-50.wav", "combo-50.wav",
"combo-100.wav", "combo-100.wav",
......
...@@ -75,7 +75,7 @@ class Game{ ...@@ -75,7 +75,7 @@ class Game{
circle.rendaPlayed = true circle.rendaPlayed = true
if(this.rules.difficulty === "easy"){ if(this.rules.difficulty === "easy"){
assets.sounds["renda" + this.controller.snd].stop() assets.sounds["renda" + this.controller.snd].stop()
this.controller.playSound("renda") this.controller.playSoundMeka("renda")
} }
} }
if(!circle.beatMSCopied){ if(!circle.beatMSCopied){
......
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