Skip to content

Commit

Permalink
version 2.3 - level difficulty fix
Browse files Browse the repository at this point in the history
  • Loading branch information
DeadCreator committed Aug 17, 2024
1 parent a723b04 commit 79e2e2f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 8 deletions.
4 changes: 2 additions & 2 deletions buttons.js
Original file line number Diff line number Diff line change
Expand Up @@ -28,13 +28,13 @@ const levels = {
name: "Level 3",
x: 4,
y: 5,
time: 45
time: 60
},
"4": {
name: "Level 4",
x: 4,
y: 6,
time: 60
time: 90
},
"5": {
name: "Level 5",
Expand Down
6 changes: 0 additions & 6 deletions style.css
Original file line number Diff line number Diff line change
Expand Up @@ -128,10 +128,8 @@ header button {
padding: 4vw;
gap: 3vw;
-webkit-user-select: none;
-khtml-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
-o-user-select: none;
user-select: none;
}

Expand All @@ -141,10 +139,8 @@ header button {
position: relative;
transform-style: preserve-3d;
-webkit-user-select: none;
-khtml-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
-o-user-select: none;
user-select: none;
}

Expand All @@ -159,10 +155,8 @@ header button {
backface-visibility: hidden;
border-radius: 15px;
-webkit-user-select: none;
-khtml-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
-o-user-select: none;
user-select: none;
}

Expand Down

0 comments on commit 79e2e2f

Please sign in to comment.