diff options
| author | historia <[not public]> | 2026-06-29 18:13:33 -0400 |
|---|---|---|
| committer | historia <[not public]> | 2026-06-29 18:13:33 -0400 |
| commit | 7d76673fa0707d204c7d084c8f90c8133c22a31a (patch) | |
| tree | 6fc832b9f3fde6ed455abb535f6e28b0e5db1fd9 /data/rooms/intro/1009.yaml | |
| parent | feb80b7dde200d4121cd9f9c583a08f9869c5588 (diff) | |
| download | thehouseoficarus-7d76673fa0707d204c7d084c8f90c8133c22a31a.tar.gz | |
feat: migrated map (and bfs) to full 3D instead of individual 2D maps on different planes.
Diffstat (limited to 'data/rooms/intro/1009.yaml')
| -rw-r--r-- | data/rooms/intro/1009.yaml | 4 |
1 files changed, 3 insertions, 1 deletions
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: [] |
