diff options
Diffstat (limited to 'data/maps/the_graveyard/doors.txtpb')
-rw-r--r-- | data/maps/the_graveyard/doors.txtpb | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/data/maps/the_graveyard/doors.txtpb b/data/maps/the_graveyard/doors.txtpb new file mode 100644 index 0000000..64204ae --- /dev/null +++ b/data/maps/the_graveyard/doors.txtpb | |||
@@ -0,0 +1,25 @@ | |||
1 | doors { | ||
2 | name: "Outside Puzzles" | ||
3 | type: EVENT | ||
4 | # TODO: gravestones | ||
5 | # The Maze (the_great) | ||
6 | # The Tree (the_tree) | ||
7 | # The Landscapes (the_great) | ||
8 | # The Three Doors (the_three_doors) | ||
9 | # Behind The Keen (the_linear) | ||
10 | # Into The Mouth (the_great) | ||
11 | # Red Against Blue (the_great) | ||
12 | # Building Building (the_great) | ||
13 | } | ||
14 | doors { | ||
15 | name: "Mausoleum Door" | ||
16 | type: EVENT | ||
17 | panels { room: "Outside" name: "FOOT" } | ||
18 | panels { room: "Outside" name: "SEVERE" } | ||
19 | } | ||
20 | doors { | ||
21 | name: "Double Letters" | ||
22 | type: EVENT | ||
23 | switches: "double_letters" | ||
24 | # TODO: once again, not sure whether this is how it should work | ||
25 | } | ||