diff options
Diffstat (limited to 'data/maps/the_graveyard')
-rw-r--r-- | data/maps/the_graveyard/doors.txtpb | 5 | ||||
-rw-r--r-- | data/maps/the_graveyard/rooms/Inside.txtpb | 1 | ||||
-rw-r--r-- | data/maps/the_graveyard/rooms/Outside.txtpb | 1 |
3 files changed, 3 insertions, 4 deletions
diff --git a/data/maps/the_graveyard/doors.txtpb b/data/maps/the_graveyard/doors.txtpb index f06d40d..a10d8f6 100644 --- a/data/maps/the_graveyard/doors.txtpb +++ b/data/maps/the_graveyard/doors.txtpb | |||
@@ -19,6 +19,7 @@ doors { | |||
19 | doors { | 19 | doors { |
20 | name: "Double Letters" | 20 | name: "Double Letters" |
21 | type: EVENT | 21 | type: EVENT |
22 | switches: "double_letters" | 22 | receivers: "Panels/panel_3/teleportListener" |
23 | # TODO: once again, not sure whether this is how it should work | 23 | receivers: "Components/Paintings/omrt/teleportListener" |
24 | double_letters: true | ||
24 | } | 25 | } |
diff --git a/data/maps/the_graveyard/rooms/Inside.txtpb b/data/maps/the_graveyard/rooms/Inside.txtpb index fd2fc9d..1f58d3f 100644 --- a/data/maps/the_graveyard/rooms/Inside.txtpb +++ b/data/maps/the_graveyard/rooms/Inside.txtpb | |||
@@ -1,5 +1,4 @@ | |||
1 | name: "Inside" | 1 | name: "Inside" |
2 | display_name: "Inside" | ||
3 | panels { | 2 | panels { |
4 | name: "REMEMBER" | 3 | name: "REMEMBER" |
5 | path: "Panels/panel_3" | 4 | path: "Panels/panel_3" |
diff --git a/data/maps/the_graveyard/rooms/Outside.txtpb b/data/maps/the_graveyard/rooms/Outside.txtpb index b0e5ee9..db9de1b 100644 --- a/data/maps/the_graveyard/rooms/Outside.txtpb +++ b/data/maps/the_graveyard/rooms/Outside.txtpb | |||
@@ -1,5 +1,4 @@ | |||
1 | name: "Outside" | 1 | name: "Outside" |
2 | display_name: "Outside" | ||
3 | panels { | 2 | panels { |
4 | name: "FOOT" | 3 | name: "FOOT" |
5 | path: "Panels/panel_1" | 4 | path: "Panels/panel_1" |