aboutsummaryrefslogtreecommitdiff
path: root/res/rooms.world
diff options
context:
space:
mode:
authoriamcheeseman <[hidden email]>2026-01-13 22:28:59 -0500
committeriamcheeseman <[hidden email]>2026-01-13 22:28:59 -0500
commit0bf86ef7b8f0ecad958f3fb592ceaf3d2f30336a (patch)
treeacc7ee1c60579b5547ee23e5311446d588075b20 /res/rooms.world
parente5319f53de9f5f8ba4cb67e1302ebc3d7036135c (diff)
add support for tiled objects
Diffstat (limited to 'res/rooms.world')
-rw-r--r--res/rooms.world27
1 files changed, 27 insertions, 0 deletions
diff --git a/res/rooms.world b/res/rooms.world
new file mode 100644
index 0000000..1be004f
--- /dev/null
+++ b/res/rooms.world
@@ -0,0 +1,27 @@
+{
+ "maps": [
+ {
+ "fileName": "rooms/room_begin.tmj",
+ "height": 320,
+ "width": 480,
+ "x": 307,
+ "y": 292
+ },
+ {
+ "fileName": "rooms/room_begin_1.tmj",
+ "height": 320,
+ "width": 480,
+ "x": -173,
+ "y": 292
+ },
+ {
+ "fileName": "rooms/room_begin_secret_1.tmj",
+ "height": 320,
+ "width": 480,
+ "x": 787,
+ "y": 292
+ }
+ ],
+ "onlyShowAdjacentMaps": false,
+ "type": "world"
+}