Skip to content

Commit

Permalink
feat: Add level 8, and swap level 8 with 4
Browse files Browse the repository at this point in the history
  • Loading branch information
johnedvard committed Sep 12, 2022
1 parent 23fbda6 commit 8b1a6f6
Show file tree
Hide file tree
Showing 3 changed files with 31 additions and 15 deletions.
24 changes: 10 additions & 14 deletions src/level/level4.json
Original file line number Diff line number Diff line change
@@ -1,20 +1,16 @@
{
"p": { "x": 272, "y": 255 },
"r": 30,
"p": { "x": 250, "y": 155, "b": "ew", "d": 100 },
"r": 50,
"s": [
{ "x": 300, "y": 400, "b": "ew", "d": 100 },
{ "x": 464, "y": 350, "b": "ew", "d": -200 },
{ "x": 100, "y": 450, "b": "ew", "d": 100 }
{ "x": 464, "y": 350, "b": "ew", "d": 100 },
{ "x": 164, "y": 150, "b": "ew", "d": 100 },
{ "x": 400, "y": 380 },
{ "x": 600, "y": 480 }
],
"b": [
{ "x": 260, "y": 220 },
{ "x": 460, "y": 290 },
{ "x": 460, "y": 322 },
{ "x": 460, "y": 354 }
],
"g": [{ "x": 600, "y": 700 }],
"b": [{ "x": 250, "y": 155, "b": "ew", "d": 100 }],
"g": [{ "x": 700, "y": 700 }],
"h": [
{ "x": 200, "y": 400 },
{ "x": 478, "y": 270 }
{ "x": 260, "y": 50 },
{ "x": 580, "y": 100 }
]
}
20 changes: 20 additions & 0 deletions src/level/level8.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
{
"p": { "x": 272, "y": 255 },
"r": 30,
"s": [
{ "x": 300, "y": 400, "b": "ew", "d": 100 },
{ "x": 464, "y": 350, "b": "ew", "d": -200 },
{ "x": 100, "y": 450, "b": "ew", "d": 100 }
],
"b": [
{ "x": 260, "y": 220 },
{ "x": 460, "y": 290 },
{ "x": 460, "y": 322 },
{ "x": 460, "y": 354 }
],
"g": [{ "x": 600, "y": 700 }],
"h": [
{ "x": 200, "y": 400 },
{ "x": 478, "y": 270 }
]
}
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 = 7;
const levels = 8;

let hasRemovedDisableOnBonusEls = false;

Expand Down

0 comments on commit 8b1a6f6

Please sign in to comment.