about summary refs log tree commit diff stats
path: root/data/maps/the_crystalline
diff options
context:
space:
mode:
Diffstat (limited to 'data/maps/the_crystalline')
-rw-r--r--data/maps/the_crystalline/connections.txtpb1
-rw-r--r--data/maps/the_crystalline/doors.txtpb9
2 files changed, 10 insertions, 0 deletions
diff --git a/data/maps/the_crystalline/connections.txtpb b/data/maps/the_crystalline/connections.txtpb index 4134d12..131335a 100644 --- a/data/maps/the_crystalline/connections.txtpb +++ b/data/maps/the_crystalline/connections.txtpb
@@ -1,6 +1,7 @@
1connections { 1connections {
2 from_room: "Main Area" 2 from_room: "Main Area"
3 to_room: "Painting Divot" 3 to_room: "Painting Divot"
4 door { name: "Checkpoint Panels" }
4 oneway: true 5 oneway: true
5} 6}
6connections { 7connections {
diff --git a/data/maps/the_crystalline/doors.txtpb b/data/maps/the_crystalline/doors.txtpb index 024752a..5930463 100644 --- a/data/maps/the_crystalline/doors.txtpb +++ b/data/maps/the_crystalline/doors.txtpb
@@ -3,3 +3,12 @@ doors {
3 type: EVENT 3 type: EVENT
4 panels { room: "Flip Area" name: "SUCCEED" } 4 panels { room: "Flip Area" name: "SUCCEED" }
5} 5}
6doors {
7 name: "Checkpoint Panels"
8 type: LOCATION_ONLY
9 panels { room: "Main Area" name: "DROP" }
10 panels { room: "Main Area" name: "LEAP" }
11 panels { room: "Main Area" name: "SPIN" }
12 location_room: "Main Area"
13 location_name: "DROP, LEAP, SPIN"
14}