Merge pull request #55 from Ewpratten/levels_update_img
WIP new level 1
This commit is contained in:
commit
f3eb6e985d
BIN
game/assets/levels/level_1/Level_2.psd
Normal file
BIN
game/assets/levels/level_1/Level_2.psd
Normal file
Binary file not shown.
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: 40 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 |
86
game/assets/levels/level_1/colliders.json
Normal file
86
game/assets/levels/level_1/colliders.json
Normal file
@ -0,0 +1,86 @@
|
||||
[
|
||||
{
|
||||
"x": -500,
|
||||
"y": 800,
|
||||
"width": 16000,
|
||||
"height": 10
|
||||
},
|
||||
{
|
||||
"x": 576,
|
||||
"y": 512,
|
||||
"width": 352,
|
||||
"height": 32
|
||||
},
|
||||
{
|
||||
"x": 960,
|
||||
"y": 352,
|
||||
"width": 352,
|
||||
"height": 32
|
||||
},
|
||||
{
|
||||
"x": 1728,
|
||||
"y": 352,
|
||||
"width": 352,
|
||||
"height": 32
|
||||
},
|
||||
{
|
||||
"x": 2112,
|
||||
"y": 512,
|
||||
"width": 352,
|
||||
"height": 32
|
||||
},
|
||||
{
|
||||
"x": 4256,
|
||||
"y": 544,
|
||||
"width": 352,
|
||||
"height": 32
|
||||
},
|
||||
{
|
||||
"x": 4608,
|
||||
"y": 480,
|
||||
"width": 352,
|
||||
"height": 96
|
||||
},
|
||||
{
|
||||
"x": 5632,
|
||||
"y": 288,
|
||||
"width": 608,
|
||||
"height": 64
|
||||
},
|
||||
{
|
||||
"x": 6976,
|
||||
"y": 480,
|
||||
"width": 608,
|
||||
"height": 64
|
||||
},
|
||||
{
|
||||
"x": 7968,
|
||||
"y": 480,
|
||||
"width": 608,
|
||||
"height": 64
|
||||
},
|
||||
{
|
||||
"x": 1344,
|
||||
"y": 512,
|
||||
"width": 352,
|
||||
"height": 32
|
||||
},
|
||||
{
|
||||
"x": 4928,
|
||||
"y": 544,
|
||||
"width": 5280,
|
||||
"height": 32
|
||||
},
|
||||
{
|
||||
"x": 2496,
|
||||
"y": 736,
|
||||
"width": 640,
|
||||
"height": 64
|
||||
},
|
||||
{
|
||||
"x": 4608,
|
||||
"y": 768,
|
||||
"width": 5376,
|
||||
"height": 32
|
||||
}
|
||||
]
|
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: 41 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: 72 KiB |
54
game/assets/levels/level_1/zones.json
Normal file
54
game/assets/levels/level_1/zones.json
Normal file
@ -0,0 +1,54 @@
|
||||
{
|
||||
"appear": [
|
||||
{
|
||||
"x": 2496,
|
||||
"y": 736,
|
||||
"width": 640,
|
||||
"height": 64
|
||||
},
|
||||
{
|
||||
"x": 4608,
|
||||
"y": 768,
|
||||
"width": 5376,
|
||||
"height": 32
|
||||
},
|
||||
{
|
||||
"x": 10176,
|
||||
"y": 0,
|
||||
"width": 64,
|
||||
"height": 576
|
||||
}
|
||||
],
|
||||
"disappear": [
|
||||
{
|
||||
"x": 2880,
|
||||
"y": 352,
|
||||
"width": 352,
|
||||
"height": 32
|
||||
},
|
||||
{
|
||||
"x": 4256,
|
||||
"y": 576,
|
||||
"width": 352,
|
||||
"height": 224
|
||||
},
|
||||
{
|
||||
"x": 7520,
|
||||
"y": 0,
|
||||
"width": 64,
|
||||
"height": 480
|
||||
},
|
||||
{
|
||||
"x": 9216,
|
||||
"y": 480,
|
||||
"width": 704,
|
||||
"height": 64
|
||||
}
|
||||
],
|
||||
"win": {
|
||||
"x": 12000,
|
||||
"y": 0,
|
||||
"width": 100,
|
||||
"height": 3000
|
||||
}
|
||||
}
|
@ -1,3 +1,3 @@
|
||||
[
|
||||
"level_0"
|
||||
"level_1"
|
||||
]
|
||||
|
Reference in New Issue
Block a user