From e99f7bf302b528242a99b500f6c5b2423daaefd6 Mon Sep 17 00:00:00 2001 From: Star Rauchenberger Date: Sun, 17 Aug 2025 15:12:15 -0400 Subject: Added the_plaza --- data/maps/the_plaza/connections.txtpb | 45 +++++++++++++++++++++++++++++++++++ 1 file changed, 45 insertions(+) create mode 100644 data/maps/the_plaza/connections.txtpb (limited to 'data/maps/the_plaza/connections.txtpb') diff --git a/data/maps/the_plaza/connections.txtpb b/data/maps/the_plaza/connections.txtpb new file mode 100644 index 0000000..44586be --- /dev/null +++ b/data/maps/the_plaza/connections.txtpb @@ -0,0 +1,45 @@ +connections { + from_room: "Main Area" + to_room: "Repetitive Entrance" + door { name: "Repetitive Entrance" } +} +connections { + from_room: "Main Area" + to_room: "Symbolic Entrance" + door { name: "Symbolic Entrance" } +} +connections { + from_room: "Main Area" + to_room: "Sirenic Entrance" + door { name: "Sirenic Entrance" } +} +connections { + from_room: "Main Area" + to_room: "Center Room" + door { name: "Turtle Entrance" } +} +connections { + from_room: "Center Room" + to_room: "Top Left Room" + door { name: "Top Left Door" } +} +connections { + from_room: "Center Room" + to_room: "Top Right Room" + door { name: "Top Right Door" } +} +connections { + from_room: "Center Room" + to_room: "Bottom Left Room" + door { name: "Bottom Left Door" } +} +connections { + from_room: "Center Room" + to_room: "Bottom Right Room" + door { name: "Bottom Right Door" } +} +connections { + from_room: "Center Room" + to_room: "Mastery" + door { name: "Mastery" } +} -- cgit 1.4.1