diff --git a/game/assets/levels/level_2/colliders.json b/game/assets/levels/level_2/colliders.json index dcefb7e..f8db77f 100644 --- a/game/assets/levels/level_2/colliders.json +++ b/game/assets/levels/level_2/colliders.json @@ -1,14 +1,117 @@ [ { - "x": -500, + "x": -5001, "y": 800, "width": 16000, "height": 10 }, { - "x": 576, + "x": 1280, "y": 512, - "width": 352, + "width": 544, + "height": 64 + }, + { + "x": 2112, + "y": 352, + "width": 480, + "height": 64 + }, + { + "x": 3072, + "y": 608, + "width": 480, + "height": 64 + }, + { + "x": 4096, + "y": 704, + "width": 480, + "height": 64 + }, + { + "x": 5760, + "y": 416, + "width": 480, + "height": 64 + }, + { + "x": 5984, + "y": 704, + "width": 320, + "height": 64 + }, + { + "x": 6368, + "y": 288, + "width": 544, + "height": 64 + }, + { + "x": 7360, + "y": 480, + "width": 320, + "height": 64 + }, + { + "x": 7808, + "y": 352, + "width": 320, + "height": 64 + }, + { + "x": 8064, + "y": 768, + "width": 448, "height": 32 + }, + { + "x": 8128, + "y": 352, + "width": 320, + "height": 64 + }, + { + "x": 8448, + "y": 352, + "width": 320, + "height": 64 + }, + { + "x": 8704, + "y": 768, + "width": 448, + "height": 32 + }, + { + "x": 8768, + "y": 352, + "width": 320, + "height": 64 + }, + { + "x": 9088, + "y": 352, + "width": 320, + "height": 64 + }, + { + "x": 9696, + "y": 288, + "width": 320, + "height": 64 + }, + { + "x": 10080, + "y": 576, + "width": 320, + "height": 64 + }, + { + "x": 10432, + "y": 288, + "width": 320, + "height": 64 } + ] diff --git a/game/assets/levels/level_2/platforms.png b/game/assets/levels/level_2/platforms.png index 49f05d3..f682379 100644 Binary files a/game/assets/levels/level_2/platforms.png and b/game/assets/levels/level_2/platforms.png differ