From a1a4db20568a388216917f128ac0717319222c10 Mon Sep 17 00:00:00 2001 From: jacopograndi Date: Thu, 7 Jul 2022 21:04:25 +0200 Subject: physics start --- assets/maps/NAME.txt | 45 +++++++-------------------------------------- 1 file changed, 7 insertions(+), 38 deletions(-) (limited to 'assets/maps') diff --git a/assets/maps/NAME.txt b/assets/maps/NAME.txt index fe3c6b8..b1d0576 100644 --- a/assets/maps/NAME.txt +++ b/assets/maps/NAME.txt @@ -1,45 +1,14 @@ { - "hives": [ - { - "enemyType": 0, - "maxEnemies": 6, - "pos": [ - -380, - 1050 - ], - "radius": 40, - "respawnTime": 20 - } - ], - "lives": [ - [ - 360, - 240, - 0 - ] - ], + "hives": [], + "lives": [], "name": "name", "walls": [ [ - -600, - 940, - -569, - 1141, - 1 - ], - [ - -600, - 1120, - -19, - 1281, - 1 - ], - [ - 1160, - -130, - 1371, - -9, + -100, + 50, + -50, + 200, 1 ] ] -} \ No newline at end of file +} -- cgit v1.2.3-54-g00ecf