From 7d76673fa0707d204c7d084c8f90c8133c22a31a Mon Sep 17 00:00:00 2001 From: historia <[not public]> Date: Mon, 29 Jun 2026 18:13:33 -0400 Subject: feat: migrated map (and bfs) to full 3D instead of individual 2D maps on different planes. --- data/rooms/intro/1018.yaml | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 data/rooms/intro/1018.yaml (limited to 'data/rooms/intro/1018.yaml') diff --git a/data/rooms/intro/1018.yaml b/data/rooms/intro/1018.yaml new file mode 100644 index 0000000..1309d65 --- /dev/null +++ b/data/rooms/intro/1018.yaml @@ -0,0 +1,15 @@ +id: 0 +name: New Room +color: "" +description: + - text: A featureless room. +exits: + northwest: + room: 1016 +objects: [] +item_spawns: [] +mobs: [] +on_enter: [] +hazard: "" +block_transport: false +triggers: [] -- cgit v1.2.3