change tSpin sound

This commit is contained in:
Adrien MALINGREY 2023-12-06 08:50:27 +01:00
parent 490566e49f
commit baf6e66244
4 changed files with 2 additions and 2 deletions

View File

@ -213,7 +213,7 @@
<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="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>
</span>

View File

@ -255,7 +255,7 @@ class Stats {
if (sfxVolumeRange.value) {
if (nbClearedLines == 4) playSound(quatuorSound, this.combo)
else if (nbClearedLines) playSound(lineClearSound, this.combo)
if (tSpin) playSound(tSpinSound)
if (tSpin) playSound(tSpinSound, this.combo)
}
this.goal -= awardedLineClears

BIN
sounds/909CHH.wav Normal file

Binary file not shown.

Binary file not shown.