From 65a2ceda55198dab3bab75c06c0d50adeb0a1101 Mon Sep 17 00:00:00 2001 From: Xander Swan <[hidden email]> Date: Thu, 1 Jan 2026 18:32:20 -0500 Subject: lots of changes + player dash --- res/map.world | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 res/map.world (limited to 'res/map.world') diff --git a/res/map.world b/res/map.world new file mode 100644 index 0000000..8de5c1c --- /dev/null +++ b/res/map.world @@ -0,0 +1,20 @@ +{ + "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