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/1005.yaml | 2 ++ 1 file changed, 2 insertions(+) (limited to 'data/rooms/intro/1005.yaml') diff --git a/data/rooms/intro/1005.yaml b/data/rooms/intro/1005.yaml index 10916eb..1d6f521 100644 --- a/data/rooms/intro/1005.yaml +++ b/data/rooms/intro/1005.yaml @@ -4,6 +4,8 @@ color: "" description: - text: A featureless room. exits: + northeast: + room: 1016 south: room: 1006 southeast: -- cgit v1.2.3