summary refs log tree commit diff stats
path: root/data/maps/the_revitalized/connections.txtpb
diff options
context:
space:
mode:
Diffstat (limited to 'data/maps/the_revitalized/connections.txtpb')
-rw-r--r--data/maps/the_revitalized/connections.txtpb34
1 files changed, 34 insertions, 0 deletions
diff --git a/data/maps/the_revitalized/connections.txtpb b/data/maps/the_revitalized/connections.txtpb new file mode 100644 index 0000000..eaa9203 --- /dev/null +++ b/data/maps/the_revitalized/connections.txtpb
@@ -0,0 +1,34 @@
1connections {
2 from_room: "Bye Room"
3 to_room: "Hide Room"
4 door { name: "Bye Door" }
5}
6connections {
7 from_room: "Hide Room"
8 to_room: "Hidden Room"
9}
10connections {
11 from_room: "Hide Room"
12 to_room: "High Room"
13 door { name: "Hide Door" }
14}
15connections {
16 from_room: "High Room"
17 to_room: "Won Room"
18 door { name: "High Door" }
19}
20connections {
21 from_room: "Hidden Room"
22 to_room: "Too Room"
23 door { name: "Hidden Door" }
24}
25connections {
26 from_room: "Won Room"
27 to_room: "Return Room"
28 door { name: "One Two Door" }
29}
30connections {
31 from_room: "Too Room"
32 to_room: "Return Room"
33 door { name: "One Two Door" }
34}