added logic for end-game

This commit is contained in:
Kostya
2024-01-23 22:23:42 +03:00
parent 30b6d17075
commit 6390376668
2 changed files with 16 additions and 6 deletions

View File

@@ -331,6 +331,12 @@ input[type="number"]::-webkit-outer-spin-button {
pointer-events: none;
}
.game-end {
pointer-events: none;
user-select: none;
filter: blur(5px);
}
.game-start {
pointer-events: unset !important;
}