moved bonus levels, added levels

This commit is contained in:
PossiblyAxolotl 2022-07-26 14:54:48 -06:00
parent 6f8a8e61c2
commit c7e8c1fd64
7 changed files with 8786 additions and 5 deletions

View file

@ -7,8 +7,8 @@
], ],
"inverted":false, "inverted":false,
"rocket": { "rocket": {
"x":482, "x":474,
"y":36 "y":44
}, },
"rotators": [ "rotators": [
], ],
@ -80,6 +80,7 @@
} }
} }
], ],
"song":"song2",
"tiles": [ "tiles": [
{ {
"t":2, "t":2,

View file

@ -7,8 +7,8 @@
], ],
"inverted":false, "inverted":false,
"rocket": { "rocket": {
"x":306, "x":298,
"y":160 "y":156
}, },
"rotators": [ "rotators": [
], ],
@ -47,6 +47,7 @@
} }
} }
], ],
"song":"song2",
"tiles": [ "tiles": [
{ {
"t":2, "t":2,

3069
Source/data/10. CITY.json Normal file

File diff suppressed because it is too large Load diff

2930
Source/data/11. FLOWER.json Normal file

File diff suppressed because it is too large Load diff

2779
Source/data/12. BOXES.json Normal file

File diff suppressed because it is too large Load diff

View file

@ -1,6 +1,6 @@
{ {
"bigrocket": { "bigrocket": {
"x":1568, "x":1576,
"y":1520 "y":1520
}, },
"next":"data/8. KITCHEN.json", "next":"data/8. KITCHEN.json",

View file

@ -3,6 +3,7 @@
"x":1504, "x":1504,
"y":1088 "y":1088
}, },
"next":"data/10. CITY.json",
"fuel": [ "fuel": [
{ {
"x":1505, "x":1505,