about summary refs log tree commit diff stats
path: root/data/maps/the_crystalline/doors.txtpb
diff options
context:
space:
mode:
Diffstat (limited to 'data/maps/the_crystalline/doors.txtpb')
-rw-r--r--data/maps/the_crystalline/doors.txtpb14
1 files changed, 14 insertions, 0 deletions
diff --git a/data/maps/the_crystalline/doors.txtpb b/data/maps/the_crystalline/doors.txtpb new file mode 100644 index 0000000..5930463 --- /dev/null +++ b/data/maps/the_crystalline/doors.txtpb
@@ -0,0 +1,14 @@
1doors {
2 name: "Mastery"
3 type: EVENT
4 panels { room: "Flip Area" name: "SUCCEED" }
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}