From e45e8e912badb91699c60c685983ec809d49017c Mon Sep 17 00:00:00 2001 From: Star Rauchenberger Date: Thu, 14 Aug 2025 17:16:44 -0400 Subject: Added the_impressive --- data/maps/the_impressive/connections.txtpb | 30 ++++++++++++++++++++++++++++++ 1 file changed, 30 insertions(+) create mode 100644 data/maps/the_impressive/connections.txtpb (limited to 'data/maps/the_impressive/connections.txtpb') diff --git a/data/maps/the_impressive/connections.txtpb b/data/maps/the_impressive/connections.txtpb new file mode 100644 index 0000000..08caee8 --- /dev/null +++ b/data/maps/the_impressive/connections.txtpb @@ -0,0 +1,30 @@ +connections { + from_room: "Lobby" + to_room: "WM Room" + door { name: "Front Door" } +} +connections { + from_room: "WM Room" + to_room: "W Room" + door { name: "Big W" } +} +connections { + from_room: "WM Room" + to_room: "M Room" + door { name: "Big M" } +} +connections { + from_room: "M Room" + to_room: "M2 Room" + door { name: "M2 Divider" } +} +connections { + from_room: "Lobby" + to_room: "Side Area" + door { name: "Side Door" } +} +connections { + from_room: "Side Area" + to_room: "Green Eye" + door { name: "Control Center Green Door" } +} -- cgit 1.4.1