summary refs log tree commit diff stats
path: root/data/maps/the_impressive/connections.txtpb
diff options
context:
space:
mode:
Diffstat (limited to 'data/maps/the_impressive/connections.txtpb')
-rw-r--r--data/maps/the_impressive/connections.txtpb30
1 files changed, 30 insertions, 0 deletions
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 @@
1connections {
2 from_room: "Lobby"
3 to_room: "WM Room"
4 door { name: "Front Door" }
5}
6connections {
7 from_room: "WM Room"
8 to_room: "W Room"
9 door { name: "Big W" }
10}
11connections {
12 from_room: "WM Room"
13 to_room: "M Room"
14 door { name: "Big M" }
15}
16connections {
17 from_room: "M Room"
18 to_room: "M2 Room"
19 door { name: "M2 Divider" }
20}
21connections {
22 from_room: "Lobby"
23 to_room: "Side Area"
24 door { name: "Side Door" }
25}
26connections {
27 from_room: "Side Area"
28 to_room: "Green Eye"
29 door { name: "Control Center Green Door" }
30}