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/1018.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/1018.yaml')
| -rw-r--r-- | data/rooms/intro/1018.yaml | 15 |
1 files changed, 15 insertions, 0 deletions
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: [] |
