From a6e86067ac932c55a2f09f7680fa7a6b11f1c31a Mon Sep 17 00:00:00 2001 From: Marcelo Geldres Date: Mon, 4 Oct 2021 17:09:41 -0400 Subject: [PATCH] Last Level Kill Zone Added Possibly one of the last things to add/correct --- game/assets/levels/level_4/zones.json | 29 ++++++++++++++++++++++++++- 1 file changed, 28 insertions(+), 1 deletion(-) diff --git a/game/assets/levels/level_4/zones.json b/game/assets/levels/level_4/zones.json index f92e50b..6ec95b0 100644 --- a/game/assets/levels/level_4/zones.json +++ b/game/assets/levels/level_4/zones.json @@ -69,7 +69,34 @@ "height": 64 } ], - "kill": [], + "kill": [ + + { + "x": 416, + "y": 192, + "width": 544, + "height": 32 + }, + { + "x": 576, + "y": 768, + "width": 2876, + "height": 32 + }, + { + "x": 4000, + "y": 728, + "width": 224, + "height": 32 + }, + { + "x": 6080, + "y": 768, + "width": 2976, + "height": 32 + } + + ], "win": { "x": 12000, "y": 0,