moved bonus levels, added levels
This commit is contained in:
parent
6f8a8e61c2
commit
c7e8c1fd64
7 changed files with 8786 additions and 5 deletions
|
@ -7,8 +7,8 @@
|
|||
],
|
||||
"inverted":false,
|
||||
"rocket": {
|
||||
"x":482,
|
||||
"y":36
|
||||
"x":474,
|
||||
"y":44
|
||||
},
|
||||
"rotators": [
|
||||
],
|
||||
|
@ -80,6 +80,7 @@
|
|||
}
|
||||
}
|
||||
],
|
||||
"song":"song2",
|
||||
"tiles": [
|
||||
{
|
||||
"t":2,
|
||||
|
|
|
@ -7,8 +7,8 @@
|
|||
],
|
||||
"inverted":false,
|
||||
"rocket": {
|
||||
"x":306,
|
||||
"y":160
|
||||
"x":298,
|
||||
"y":156
|
||||
},
|
||||
"rotators": [
|
||||
],
|
||||
|
@ -47,6 +47,7 @@
|
|||
}
|
||||
}
|
||||
],
|
||||
"song":"song2",
|
||||
"tiles": [
|
||||
{
|
||||
"t":2,
|
||||
|
|
3069
Source/data/10. CITY.json
Normal file
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
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
2779
Source/data/12. BOXES.json
Normal file
File diff suppressed because it is too large
Load diff
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"bigrocket": {
|
||||
"x":1568,
|
||||
"x":1576,
|
||||
"y":1520
|
||||
},
|
||||
"next":"data/8. KITCHEN.json",
|
||||
|
|
|
@ -3,6 +3,7 @@
|
|||
"x":1504,
|
||||
"y":1088
|
||||
},
|
||||
"next":"data/10. CITY.json",
|
||||
"fuel": [
|
||||
{
|
||||
"x":1505,
|
||||
|
|
Loading…
Reference in a new issue