mirror of
https://github.com/yuukiwww/taiko-web.git
synced 2024-10-22 17:05:49 +02:00
very important audio update
This commit is contained in:
parent
5a115040e3
commit
0d1444de0c
@ -57,7 +57,7 @@ var assets = {
|
|||||||
"combo-1300-meka.wav",
|
"combo-1300-meka.wav",
|
||||||
"combo-1400-meka.wav",
|
"combo-1400-meka.wav",
|
||||||
"fullcombo-meka.wav",
|
"fullcombo-meka.wav",
|
||||||
|
|
||||||
"song-select.wav",
|
"song-select.wav",
|
||||||
"title.ogg",
|
"title.ogg",
|
||||||
"pause.wav",
|
"pause.wav",
|
||||||
@ -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{
|
|||||||
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){
|
||||||
|
Loading…
Reference in New Issue
Block a user