diff options
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" +} |
