Skip to content

Commit

Permalink
feat: Add level 7
Browse files Browse the repository at this point in the history
  • Loading branch information
johnedvard committed Sep 12, 2022
1 parent 5028c0a commit 23fbda6
Show file tree
Hide file tree
Showing 2 changed files with 25 additions and 1 deletion.
24 changes: 24 additions & 0 deletions src/level/level7.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
{
"p": { "x": 416, "y": 155 },
"r": 30,
"s": [
{ "x": 483, "y": 260 },
{ "x": 356, "y": 260 }
],
"b": [
{ "x": 400, "y": 120 },

{ "x": 460, "y": 290 },
{ "x": 460, "y": 322 },
{ "x": 460, "y": 354 },

{ "x": 340, "y": 290 },
{ "x": 340, "y": 322 },
{ "x": 340, "y": 354 }
],
"g": [{ "x": 500, "y": 650 }],
"h": [
{ "x": 483, "y": 226 },
{ "x": 356, "y": 226 }
]
}
2 changes: 1 addition & 1 deletion src/menu.js
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ const overlayIds = [
'near-levels',
'thanks',
];
const levels = 6;
const levels = 7;

let hasRemovedDisableOnBonusEls = false;

Expand Down

0 comments on commit 23fbda6

Please sign in to comment.