This commit is contained in:
Adrien MALINGREY 2023-04-30 01:51:45 +02:00
parent 6fc00d50ab
commit ad0f57db33
2 changed files with 2 additions and 2 deletions

2
app.js
View File

@ -766,8 +766,8 @@ let playerActions = {
hardDrop: function() {
scheduler.clearTimeout(lockDown)
matrix.table.classList.add("hard-dropped-table-animation")
while (matrix.piece.move(TRANSLATION.DOWN, ROTATION.NONE, "hard-drop-animation")) stats.score +=2
matrix.table.classList.add("hard-dropped-table-animation")
lockDown()
},

View File

@ -62,7 +62,7 @@
}
.S.mino {
--background-color: #69Be28;
--background-color: #67EE12;
--frontier-color: #93f85a;
--light-color: #93f85a;
border-top-color: #a4fc6d;