change note on combo

This commit is contained in:
2023-12-06 01:07:15 +01:00
parent 365fb17694
commit 048d17e041
11 changed files with 46 additions and 44 deletions

View File

@ -332,7 +332,7 @@ class Tetromino {
matrix.drawPiece()
return true
} else if (!hardDropped) {
// wallSound.play()
wallSound.play()
if (translation == TRANSLATION.DOWN) {
this.locked = true
if (!scheduler.timeoutTasks.has(lockDown))