diff options
| author | historia <[not public]> | 2026-06-27 16:50:41 -0400 |
|---|---|---|
| committer | historia <[not public]> | 2026-06-27 16:50:41 -0400 |
| commit | 988b006a5bb9edb6465653566e7bdf8175347b8c (patch) | |
| tree | 3a1fceff2ee80c11b5dafcc49c13ababe021e880 /data/rooms/intro/2004.yaml | |
| parent | 1cab9ca20e24742f770a676f84e4ed9f1636f297 (diff) | |
| download | thehouseoficarus-988b006a5bb9edb6465653566e7bdf8175347b8c.tar.gz | |
feat: one-way map links, blocked paths on map, map grid startup validation, user colors for maps
Diffstat (limited to 'data/rooms/intro/2004.yaml')
| -rw-r--r-- | data/rooms/intro/2004.yaml | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/data/rooms/intro/2004.yaml b/data/rooms/intro/2004.yaml new file mode 100644 index 0000000..33be395 --- /dev/null +++ b/data/rooms/intro/2004.yaml @@ -0,0 +1,5 @@ +name: "Test Room" +description: "It's a test room" +exits: + north: 2003 + west: 2005 |
