Commit 32a64a14 authored by LoveEevee's avatar LoveEevee

Change inactive tab notification sound

parent 25d705ff
......@@ -65,7 +65,8 @@ var assets = {
"title.ogg",
"pause.wav",
"cancel.wav",
"results.ogg"
"results.ogg",
"sanka.wav"
],
"audioSfxLR": [
"note_don.ogg",
......
......@@ -124,9 +124,7 @@ class loadSong{
p2.send("gamestart")
}else{
if(!repeat){
for(var i = 0; i < 3; i++){
assets.sounds["note_don"].play(i * 0.2)
}
assets.sounds["sanka"].play()
}
setTimeout(() => {
this.startMultiplayer(true)
......
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