From 8cf8fc4b7926ddc579896552b91831dd3e860dfe Mon Sep 17 00:00:00 2001 From: Star Rauchenberger Date: Mon, 11 Aug 2025 10:03:07 -0400 Subject: Added the_digital --- data/maps/the_digital/connections.txtpb | 35 +++++++++++++++++++++++++++++++++ 1 file changed, 35 insertions(+) create mode 100644 data/maps/the_digital/connections.txtpb (limited to 'data/maps/the_digital/connections.txtpb') diff --git a/data/maps/the_digital/connections.txtpb b/data/maps/the_digital/connections.txtpb new file mode 100644 index 0000000..04d612e --- /dev/null +++ b/data/maps/the_digital/connections.txtpb @@ -0,0 +1,35 @@ +connections { + from_room: "Main Area" + to_room: "Chamber" + door { name: "U Entrance" } +} +connections { + from_room: "Main Area" + to_room: "Chamber" + door { name: "C Entrance" } +} +connections { + from_room: "Chamber" + to_room: "U Room" + door { name: "U Exit" } +} +connections { + from_room: "Chamber" + to_room: "C Room" + door { name: "C Exit" } +} +connections { + from_room: "Main Area" + to_room: "Gallery Maze" + door { name: "Gallery Entrance" } +} +connections { + from_room: "Gallery Maze" + to_room: "Main Area" + oneway: true +} +connections { + from_room: "Tree Area" + to_room: "Main Area" + door { name: "Tree Entrance" } +} -- cgit 1.4.1