New Level Created (2)
Clone of the first one, To be edited
This commit is contained in:
parent
78b10a077f
commit
b0d841bb70
BIN
game/assets/levels/level_1/appearing_platforms.png
Normal file
BIN
game/assets/levels/level_1/appearing_platforms.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 15 KiB |
BIN
game/assets/levels/level_1/background.png
Normal file
BIN
game/assets/levels/level_1/background.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 265 KiB |
63
game/assets/levels/level_1/colliders.json
Normal file
63
game/assets/levels/level_1/colliders.json
Normal file
@ -0,0 +1,63 @@
|
||||
[
|
||||
{
|
||||
"x": -500,
|
||||
"y": 760,
|
||||
"width": 16000,
|
||||
"height": 10
|
||||
},
|
||||
{
|
||||
"x": 834,
|
||||
"y": 592
|
||||
,
|
||||
"width": 415,
|
||||
"height": 54
|
||||
},
|
||||
{
|
||||
"x": 1385,
|
||||
"y": 374,
|
||||
"width": 415,
|
||||
"height": 54
|
||||
},
|
||||
{
|
||||
"x": 1808,
|
||||
"y": 376,
|
||||
"width": 59,
|
||||
"height": 379
|
||||
},
|
||||
{
|
||||
"x": 2352,
|
||||
"y": 376,
|
||||
"width": 59,
|
||||
"height": 379
|
||||
},
|
||||
{
|
||||
"x": 3534,
|
||||
"y": 590,
|
||||
"width": 381,
|
||||
"height": 57
|
||||
},
|
||||
{
|
||||
"x": 4299,
|
||||
"y": 425,
|
||||
"width": 197,
|
||||
"height": 330
|
||||
},
|
||||
{
|
||||
"x": 4885,
|
||||
"y": 584,
|
||||
"width": 380,
|
||||
"height": 64
|
||||
},
|
||||
{
|
||||
"x": 6333,
|
||||
"y": 530,
|
||||
"width": 415,
|
||||
"height": 58
|
||||
},
|
||||
{
|
||||
"x": 7007,
|
||||
"y": 393,
|
||||
"width": 1124,
|
||||
"height": 52
|
||||
}
|
||||
]
|
BIN
game/assets/levels/level_1/disappearing_platforms.png
Normal file
BIN
game/assets/levels/level_1/disappearing_platforms.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 15 KiB |
BIN
game/assets/levels/level_1/level0.xcf
Normal file
BIN
game/assets/levels/level_1/level0.xcf
Normal file
Binary file not shown.
BIN
game/assets/levels/level_1/platforms.png
Normal file
BIN
game/assets/levels/level_1/platforms.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 59 KiB |
36
game/assets/levels/level_1/zones.json
Normal file
36
game/assets/levels/level_1/zones.json
Normal file
@ -0,0 +1,36 @@
|
||||
{
|
||||
"appear": [
|
||||
{
|
||||
"x": 8130,
|
||||
"y": 0,
|
||||
"width": 56,
|
||||
"height": 442
|
||||
},
|
||||
{
|
||||
"x": 9867,
|
||||
"y": 698,
|
||||
"width": 447,
|
||||
"height": 58
|
||||
}
|
||||
],
|
||||
"disappear": [
|
||||
{
|
||||
"x": 2079,
|
||||
"y": 0,
|
||||
"width": 61,
|
||||
"height": 378
|
||||
},
|
||||
{
|
||||
"x": 8131,
|
||||
"y": 440,
|
||||
"width": 56,
|
||||
"height": 313
|
||||
}
|
||||
],
|
||||
"win": {
|
||||
"x": 12000,
|
||||
"y": 0,
|
||||
"width": 100,
|
||||
"height": 3000
|
||||
}
|
||||
}
|
@ -1,3 +1,3 @@
|
||||
[
|
||||
"level_0"
|
||||
"level_1"
|
||||
]
|
||||
|
Reference in New Issue
Block a user