Skip to content

Commit 8b1a6f6

Browse files
committed
feat: Add level 8, and swap level 8 with 4
1 parent 23fbda6 commit 8b1a6f6

3 files changed

Lines changed: 31 additions & 15 deletions

File tree

src/level/level4.json

Lines changed: 10 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,16 @@
11
{
2-
"p": { "x": 272, "y": 255 },
3-
"r": 30,
2+
"p": { "x": 250, "y": 155, "b": "ew", "d": 100 },
3+
"r": 50,
44
"s": [
5-
{ "x": 300, "y": 400, "b": "ew", "d": 100 },
6-
{ "x": 464, "y": 350, "b": "ew", "d": -200 },
7-
{ "x": 100, "y": 450, "b": "ew", "d": 100 }
5+
{ "x": 464, "y": 350, "b": "ew", "d": 100 },
6+
{ "x": 164, "y": 150, "b": "ew", "d": 100 },
7+
{ "x": 400, "y": 380 },
8+
{ "x": 600, "y": 480 }
89
],
9-
"b": [
10-
{ "x": 260, "y": 220 },
11-
{ "x": 460, "y": 290 },
12-
{ "x": 460, "y": 322 },
13-
{ "x": 460, "y": 354 }
14-
],
15-
"g": [{ "x": 600, "y": 700 }],
10+
"b": [{ "x": 250, "y": 155, "b": "ew", "d": 100 }],
11+
"g": [{ "x": 700, "y": 700 }],
1612
"h": [
17-
{ "x": 200, "y": 400 },
18-
{ "x": 478, "y": 270 }
13+
{ "x": 260, "y": 50 },
14+
{ "x": 580, "y": 100 }
1915
]
2016
}

src/level/level8.json

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
{
2+
"p": { "x": 272, "y": 255 },
3+
"r": 30,
4+
"s": [
5+
{ "x": 300, "y": 400, "b": "ew", "d": 100 },
6+
{ "x": 464, "y": 350, "b": "ew", "d": -200 },
7+
{ "x": 100, "y": 450, "b": "ew", "d": 100 }
8+
],
9+
"b": [
10+
{ "x": 260, "y": 220 },
11+
{ "x": 460, "y": 290 },
12+
{ "x": 460, "y": 322 },
13+
{ "x": 460, "y": 354 }
14+
],
15+
"g": [{ "x": 600, "y": 700 }],
16+
"h": [
17+
{ "x": 200, "y": 400 },
18+
{ "x": 478, "y": 270 }
19+
]
20+
}

src/menu.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ const overlayIds = [
2727
'near-levels',
2828
'thanks',
2929
];
30-
const levels = 7;
30+
const levels = 8;
3131

3232
let hasRemovedDisableOnBonusEls = false;
3333

0 commit comments

Comments
 (0)