From feb80b7dde200d4121cd9f9c583a08f9869c5588 Mon Sep 17 00:00:00 2001 From: historia <[not public]> Date: Mon, 29 Jun 2026 17:19:40 -0400 Subject: feat: incardinal directions (nw, ne, sw, se). probably janky in ways I haven't yet discovered. --- data/rooms/intro/1005.yaml | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 data/rooms/intro/1005.yaml (limited to 'data/rooms/intro/1005.yaml') diff --git a/data/rooms/intro/1005.yaml b/data/rooms/intro/1005.yaml new file mode 100644 index 0000000..10916eb --- /dev/null +++ b/data/rooms/intro/1005.yaml @@ -0,0 +1,21 @@ +id: 1005 +name: New Room +color: "" +description: + - text: A featureless room. +exits: + south: + room: 1006 + southeast: + room: 1007 + southwest: + room: 2003 + west: + room: 1008 +objects: [] +item_spawns: [] +mobs: [] +on_enter: [] +hazard: "" +block_transport: false +triggers: [] -- cgit v1.2.3