S color
This commit is contained in:
parent
6fc00d50ab
commit
ad0f57db33
2
app.js
2
app.js
@ -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()
|
||||
},
|
||||
|
||||
|
@ -62,7 +62,7 @@
|
||||
}
|
||||
|
||||
.S.mino {
|
||||
--background-color: #69Be28;
|
||||
--background-color: #67EE12;
|
||||
--frontier-color: #93f85a;
|
||||
--light-color: #93f85a;
|
||||
border-top-color: #a4fc6d;
|
||||
|
Loading…
x
Reference in New Issue
Block a user