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/1009.yaml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'data/rooms/intro/1009.yaml') diff --git a/data/rooms/intro/1009.yaml b/data/rooms/intro/1009.yaml index 0cd7569..d95cdfd 100644 --- a/data/rooms/intro/1009.yaml +++ b/data/rooms/intro/1009.yaml @@ -1,9 +1,11 @@ -id: 0 +id: 1009 name: New Room color: "" description: - text: A featureless room. exits: + north: + room: 1016 southwest: room: 1006 objects: [] -- cgit v1.2.3