From 988b006a5bb9edb6465653566e7bdf8175347b8c Mon Sep 17 00:00:00 2001 From: historia <[not public]> Date: Sat, 27 Jun 2026 16:50:41 -0400 Subject: feat: one-way map links, blocked paths on map, map grid startup validation, user colors for maps --- data/rooms/intro/2001.yaml | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 data/rooms/intro/2001.yaml (limited to 'data/rooms/intro/2001.yaml') diff --git a/data/rooms/intro/2001.yaml b/data/rooms/intro/2001.yaml new file mode 100644 index 0000000..5aa3145 --- /dev/null +++ b/data/rooms/intro/2001.yaml @@ -0,0 +1,6 @@ +name: "Test Room" +description: "It's a test room" +exits: + west: 1001 + east: 2002 + south: 2006 -- cgit v1.2.3