From 424a17386108abc7e29579137c640635ae79b2c7 Mon Sep 17 00:00:00 2001 From: Star Rauchenberger Date: Mon, 11 Aug 2025 00:03:34 -0400 Subject: Added the_darkroom --- data/maps/the_darkroom/connections.txtpb | 35 ++++++++++++++++++++++++++++++++ 1 file changed, 35 insertions(+) create mode 100644 data/maps/the_darkroom/connections.txtpb (limited to 'data/maps/the_darkroom/connections.txtpb') diff --git a/data/maps/the_darkroom/connections.txtpb b/data/maps/the_darkroom/connections.txtpb new file mode 100644 index 0000000..4093585 --- /dev/null +++ b/data/maps/the_darkroom/connections.txtpb @@ -0,0 +1,35 @@ +connections { + from { + port { + room: "First Room" + name: "NEXT" + } + } + to { + port { + room: "Second Room" + name: "ENTRY" + } + } + oneway: true +} +connections { + from { + port { + room: "Second Room" + name: "NEXT" + } + } + to { + port { + room: "Third Room" + name: "ENTRY" + } + } + oneway: true +} +connections { + from_room: "Third Room" + to_room: "S Room" + door { name: "S1 Door" } +} -- cgit 1.4.1