diff options
| author | iamcheeseman <[hidden email]> | 2026-01-15 16:17:16 -0500 |
|---|---|---|
| committer | iamcheeseman <[hidden email]> | 2026-01-15 16:17:16 -0500 |
| commit | 86738d3406671046ce50a2d1b07d858e14b2f968 (patch) | |
| tree | 3261e9fb85d7a438a6d5e37df447e209e3b26532 /res/rooms.world | |
| parent | 4563dfa077e029fbefd192f087338d186155ebfc (diff) | |
Ensure upwards and downwards transitions work
Diffstat (limited to 'res/rooms.world')
| -rw-r--r-- | res/rooms.world | 23 |
1 files changed, 15 insertions, 8 deletions
diff --git a/res/rooms.world b/res/rooms.world index 1be004f..a237ae4 100644 --- a/res/rooms.world +++ b/res/rooms.world @@ -1,25 +1,32 @@ { "maps": [ { - "fileName": "rooms/room_begin.tmj", + "fileName": "rooms/carrabassett0.tmj", "height": 320, - "width": 480, + "width": 640, "x": 307, "y": 292 }, { - "fileName": "rooms/room_begin_1.tmj", + "fileName": "rooms/carrabassett1.tmj", "height": 320, - "width": 480, - "x": -173, + "width": 320, + "x": -13, "y": 292 }, { - "fileName": "rooms/room_begin_secret_1.tmj", + "fileName": "rooms/carrabassett2.tmj", "height": 320, - "width": 480, - "x": 787, + "width": 320, + "x": 947, "y": 292 + }, + { + "fileName": "rooms/carrabassett3.tmj", + "height": 640, + "width": 320, + "x": 947, + "y": -348 } ], "onlyShowAdjacentMaps": false, |
