change tSpin sound
This commit is contained in:
parent
490566e49f
commit
baf6e66244
@ -213,7 +213,7 @@
|
|||||||
<audio id="wallSound" src="sounds/808K_A.wav" preload="auto" type="audio/wav"></audio>
|
<audio id="wallSound" src="sounds/808K_A.wav" preload="auto" type="audio/wav"></audio>
|
||||||
<audio id="hardDropSound" src="sounds/909S.wav" preload="auto" type="audio/wav"></audio>
|
<audio id="hardDropSound" src="sounds/909S.wav" preload="auto" type="audio/wav"></audio>
|
||||||
<audio id="lineClearSound" src="sounds/808COW.wav" preload="auto" type="audio/wav"></audio>
|
<audio id="lineClearSound" src="sounds/808COW.wav" preload="auto" type="audio/wav"></audio>
|
||||||
<audio id="tSpinSound" src="sounds/909OHH.wav" preload="auto" type="audio/wav"></audio>
|
<audio id="tSpinSound" src="sounds/909CHH.wav" preload="auto" type="audio/wav"></audio>
|
||||||
<audio id="quatuorSound" src="sounds/BRRDC1.wav" preload="auto" type="audio/wav"></audio>
|
<audio id="quatuorSound" src="sounds/BRRDC1.wav" preload="auto" type="audio/wav"></audio>
|
||||||
</span>
|
</span>
|
||||||
|
|
||||||
|
@ -255,7 +255,7 @@ class Stats {
|
|||||||
if (sfxVolumeRange.value) {
|
if (sfxVolumeRange.value) {
|
||||||
if (nbClearedLines == 4) playSound(quatuorSound, this.combo)
|
if (nbClearedLines == 4) playSound(quatuorSound, this.combo)
|
||||||
else if (nbClearedLines) playSound(lineClearSound, this.combo)
|
else if (nbClearedLines) playSound(lineClearSound, this.combo)
|
||||||
if (tSpin) playSound(tSpinSound)
|
if (tSpin) playSound(tSpinSound, this.combo)
|
||||||
}
|
}
|
||||||
|
|
||||||
this.goal -= awardedLineClears
|
this.goal -= awardedLineClears
|
||||||
|
BIN
sounds/909CHH.wav
Normal file
BIN
sounds/909CHH.wav
Normal file
Binary file not shown.
Binary file not shown.
Loading…
x
Reference in New Issue
Block a user