From 9f3c1fe983e37441978781f25da65d41eec4ad6e Mon Sep 17 00:00:00 2001 From: Star Rauchenberger Date: Sun, 17 Aug 2025 14:00:30 -0400 Subject: Added the_partial --- data/maps/the_partial/connections.txtpb | 32 ++++++++++++++++++++++++++++++++ 1 file changed, 32 insertions(+) create mode 100644 data/maps/the_partial/connections.txtpb (limited to 'data/maps/the_partial/connections.txtpb') diff --git a/data/maps/the_partial/connections.txtpb b/data/maps/the_partial/connections.txtpb new file mode 100644 index 0000000..34ff94f --- /dev/null +++ b/data/maps/the_partial/connections.txtpb @@ -0,0 +1,32 @@ +connections { + from_room: "Obverse Side" + to_room: "P Room" + door { name: "Giant P" } +} +connections { + from_room: "Obverse Side" + to_room: "Reverse Side" + door { name: "R Entered" } +} +connections { + from_room: "Obverse Side" + to_room: "Reverse Side" + door { name: "P Entered" } +} +connections { + from_room: "Obverse Side" + to_room: "Control Center Entrance" + door { name: "L Entered" } + oneway: true +} +connections { + from_room: "Control Center Entrance" + to_room: "Obverse Side" + door { name: "Control Center Entrance" } + oneway: true +} +connections { + from_room: "Reverse Side" + to_room: "F Room" + door { name: "Giant F" } +} -- cgit 1.4.1