From 2774335596fc974e5279347ade3284bd598e99f4 Mon Sep 17 00:00:00 2001 From: Evan Pratten Date: Sun, 3 Oct 2021 00:47:52 -0400 Subject: [PATCH] colliders --- game/assets/levels/level_0/colliders.json | 36 +++++++++++++++++++++++ 1 file changed, 36 insertions(+) diff --git a/game/assets/levels/level_0/colliders.json b/game/assets/levels/level_0/colliders.json index ac6287c..e6a0a49 100644 --- a/game/assets/levels/level_0/colliders.json +++ b/game/assets/levels/level_0/colliders.json @@ -23,5 +23,41 @@ "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 } ]