We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ef2d67b commit 39e17cbCopy full SHA for 39e17cb
src/constants.ts
@@ -30,4 +30,4 @@ export const hues = [
30
31
export const highscoreLocalStorageKey = "KLODS_HIGHSCORE"
32
33
-export const undos = 3
+export const undos = 3
src/util.ts
@@ -49,7 +49,7 @@ export function checkIfPieceFitsAndUpdateBoard({
49
) {
50
return [false, null]
51
}
52
-
+
53
const updatedBoard = board.slice() as IBoard
54
55
for (let i = 0; i < piece.length; i++) {
0 commit comments