diff options
| author | Xander Swan <[hidden email]> | 2026-01-01 18:32:20 -0500 |
|---|---|---|
| committer | Xander Swan <[hidden email]> | 2026-01-01 18:32:20 -0500 |
| commit | 65a2ceda55198dab3bab75c06c0d50adeb0a1101 (patch) | |
| tree | 2a08400520f60fcd86b381bc840bb5c739ff998a /res/map.world | |
| parent | dc373b507ca68ada2cbf4c8e0d7949d6bc46ed9b (diff) | |
lots of changes + player dash
Diffstat (limited to 'res/map.world')
| -rw-r--r-- | res/map.world | 20 |
1 files changed, 20 insertions, 0 deletions
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" +} |
