From 0bf86ef7b8f0ecad958f3fb592ceaf3d2f30336a Mon Sep 17 00:00:00 2001 From: iamcheeseman <[hidden email]> Date: Tue, 13 Jan 2026 22:28:59 -0500 Subject: add support for tiled objects --- res/map.world | 20 -------------------- 1 file changed, 20 deletions(-) delete mode 100644 res/map.world (limited to 'res/map.world') diff --git a/res/map.world b/res/map.world deleted file mode 100644 index 8de5c1c..0000000 --- a/res/map.world +++ /dev/null @@ -1,20 +0,0 @@ -{ - "maps": [ - { - "fileName": "room_begin_1.tmj", - "height": 320, - "width": 480, - "x": -528, - "y": -64 - }, - { - "fileName": "room_begin.tmj", - "height": 320, - "width": 480, - "x": -48, - "y": -64 - } - ], - "onlyShowAdjacentMaps": false, - "type": "world" -} -- cgit v1.3-2-g0d8e