diff --git a/index.html b/index.html index 3df5ffc..b7302a7 100644 --- a/index.html +++ b/index.html @@ -210,11 +210,11 @@ - - - - - + + + + + diff --git a/js/interface.js b/js/interface.js index d102fe0..c2dbb7b 100644 --- a/js/interface.js +++ b/js/interface.js @@ -255,7 +255,7 @@ class Stats { if (sfxVolumeRange.value) { if (nbClearedLines == 4 || (nbClearedLines && tSpin)) playSound(quatuorSound, this.combo) else if (nbClearedLines) playSound(lineClearSound, this.combo) - else if (tSpin) playSound(tSpinSound) + if (tSpin) playSound(tSpinSound) } this.goal -= awardedLineClears diff --git a/sounds/808COW.wav b/sounds/808COW.wav new file mode 100644 index 0000000..0b05a5d Binary files /dev/null and b/sounds/808COW.wav differ diff --git a/sounds/909OHH.wav b/sounds/909OHH.wav new file mode 100644 index 0000000..e04a742 Binary files /dev/null and b/sounds/909OHH.wav differ diff --git a/sounds/BRRDC1.wav b/sounds/BRRDC1.wav new file mode 100644 index 0000000..ebd22d1 Binary files /dev/null and b/sounds/BRRDC1.wav differ diff --git a/sounds/line-clear.ogg b/sounds/line-clear.ogg deleted file mode 100644 index 9bac49e..0000000 Binary files a/sounds/line-clear.ogg and /dev/null differ diff --git a/sounds/tetris.ogg b/sounds/tetris.ogg deleted file mode 100644 index 5d38a67..0000000 Binary files a/sounds/tetris.ogg and /dev/null differ