about summary refs log tree commit diff stats
path: root/data/maps/the_parthenon/connections.txtpb
diff options
context:
space:
mode:
Diffstat (limited to 'data/maps/the_parthenon/connections.txtpb')
-rw-r--r--data/maps/the_parthenon/connections.txtpb21
1 files changed, 21 insertions, 0 deletions
diff --git a/data/maps/the_parthenon/connections.txtpb b/data/maps/the_parthenon/connections.txtpb new file mode 100644 index 0000000..331ac66 --- /dev/null +++ b/data/maps/the_parthenon/connections.txtpb
@@ -0,0 +1,21 @@
1connections {
2 from_room: "Main Area"
3 to_room: "K2 Room"
4 door { name: "K2 Door" }
5}
6connections {
7 from_room: "Main Area"
8 to_room: "Ending"
9 door { name: "Ending Door" }
10 cyan_ending: true
11}
12connections {
13 from_room: "Main Area"
14 to_room: "Lavender Area"
15 door { name: "Double Letters" }
16}
17connections {
18 from_room: "Lavender Area"
19 to_room: "U Keyholder"
20 door { name: "Lavender Cubes" }
21}