diff options
Diffstat (limited to 'data/maps/the_graveyard/doors.txtpb')
| -rw-r--r-- | data/maps/the_graveyard/doors.txtpb | 17 |
1 files changed, 12 insertions, 5 deletions
| diff --git a/data/maps/the_graveyard/doors.txtpb b/data/maps/the_graveyard/doors.txtpb index 5743fb7..20e7fcf 100644 --- a/data/maps/the_graveyard/doors.txtpb +++ b/data/maps/the_graveyard/doors.txtpb | |||
| @@ -7,9 +7,8 @@ doors { | |||
| 7 | doors { map: "the_great" name: "The Maze Gravestone" } | 7 | doors { map: "the_great" name: "The Maze Gravestone" } |
| 8 | doors { map: "the_great" name: "Building Building Gravestone" } | 8 | doors { map: "the_great" name: "Building Building Gravestone" } |
| 9 | doors { map: "the_linear" name: "Behind The Keen Gravestone" } | 9 | doors { map: "the_linear" name: "Behind The Keen Gravestone" } |
| 10 | # TODO: gravestones | 10 | doors { map: "the_three_doors" name: "The Three Doors Gravestone" } |
| 11 | # The Tree (the_tree) | 11 | doors { map: "the_tree" name: "The Tree Gravestone" } |
| 12 | # The Three Doors (the_three_doors) | ||
| 13 | } | 12 | } |
| 14 | doors { | 13 | doors { |
| 15 | name: "Mausoleum Door" | 14 | name: "Mausoleum Door" |
| @@ -20,6 +19,14 @@ doors { | |||
| 20 | doors { | 19 | doors { |
| 21 | name: "Double Letters" | 20 | name: "Double Letters" |
| 22 | type: EVENT | 21 | type: EVENT |
| 23 | switches: "double_letters" | 22 | receivers: "Panels/panel_3/teleportListener" |
| 24 | # TODO: once again, not sure whether this is how it should work | 23 | receivers: "Components/Paintings/omrt/teleportListener" |
| 24 | double_letters: true | ||
| 25 | } | ||
| 26 | doors { | ||
| 27 | name: "Remember Panel" | ||
| 28 | type: LOCATION_ONLY | ||
| 29 | panels { room: "Inside" name: "REMEMBER" } | ||
| 30 | location_room: "Inside" | ||
| 31 | location_name: "REMEMBER" | ||
| 25 | } | 32 | } |
