From e1d1b6e1f51b2152373be73ea59900ee410e33d2 Mon Sep 17 00:00:00 2001 From: Star Rauchenberger Date: Sun, 10 Aug 2025 12:25:52 -0400 Subject: Added the_congruent --- data/maps/the_congruent/connections.txtpb | 45 +++++++++++++++++++++++++++++++ 1 file changed, 45 insertions(+) create mode 100644 data/maps/the_congruent/connections.txtpb (limited to 'data/maps/the_congruent/connections.txtpb') diff --git a/data/maps/the_congruent/connections.txtpb b/data/maps/the_congruent/connections.txtpb new file mode 100644 index 0000000..2af0a4d --- /dev/null +++ b/data/maps/the_congruent/connections.txtpb @@ -0,0 +1,45 @@ +connections { + from_room: "Main Area" + to_room: "Flipped Magenta Room" + door { name: "Flipped Magenta Door" } +} +connections { + from_room: "Main Area" + to_room: "Flipped Yellow Room" + door { name: "Flipped Yellow Door" } +} +connections { + from_room: "Main Area" + to_room: "C Keyholder" + door { name: "C Keyholder Blocker" } +} +connections { + from_room: "Main Area" + to_room: "C2 Room" + door { name: "C2 Door" } +} +connections { + from_room: "Main Area" + to_room: "Obverse Yellow Room" + door { name: "Obverse Yellow Door" } +} +connections { + from_room: "Obverse Yellow Room" + to_room: "G Keyholder" + door { name: "G Keyholder Blocker" } +} +connections { + from_room: "Main Area" + to_room: "G2 Room" + door { name: "G2 Door" } +} +connections { + from_room: "Main Area" + to_room: "Obverse Magenta Room" + door { name: "Obverse Magenta Door" } +} +connections { + from_room: "Obverse Magenta Room" + to_room: "T Keyholder" + door { name: "T Keyholder Blocker" } +} -- cgit 1.4.1