about summary refs log tree commit diff stats
path: root/data/maps/the_sun_temple/connections.txtpb
diff options
context:
space:
mode:
Diffstat (limited to 'data/maps/the_sun_temple/connections.txtpb')
-rw-r--r--data/maps/the_sun_temple/connections.txtpb16
1 files changed, 16 insertions, 0 deletions
diff --git a/data/maps/the_sun_temple/connections.txtpb b/data/maps/the_sun_temple/connections.txtpb new file mode 100644 index 0000000..ffe4d5d --- /dev/null +++ b/data/maps/the_sun_temple/connections.txtpb
@@ -0,0 +1,16 @@
1connections {
2 from_room: "Entrance"
3 to_room: "Temple"
4 door { name: "Entrance" }
5}
6connections {
7 from_room: "Temple"
8 to_room: "Ending"
9 door { name: "Ending" }
10 purple_ending: true
11}
12connections {
13 from_room: "Temple"
14 to_room: "Mastery"
15 door { name: "Mastery" }
16}