change tSpin sound

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

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