about summary refs log tree commit diff stats
path: root/data/maps/the_entry
diff options
context:
space:
mode:
Diffstat (limited to 'data/maps/the_entry')
-rw-r--r--data/maps/the_entry/metadata.txtpb8
-rw-r--r--data/maps/the_entry/rooms/Starting Room.txtpb5
2 files changed, 13 insertions, 0 deletions
diff --git a/data/maps/the_entry/metadata.txtpb b/data/maps/the_entry/metadata.txtpb index 0eeb29a..bdcdf83 100644 --- a/data/maps/the_entry/metadata.txtpb +++ b/data/maps/the_entry/metadata.txtpb
@@ -11,3 +11,11 @@ excluded_nodes: "Panels/Back Left/backleft_4_proxied_1"
11excluded_nodes: "Panels/Back Left/backleft_4_proxied_2" 11excluded_nodes: "Panels/Back Left/backleft_4_proxied_2"
12# This is a proxy related to the first panel and it doesn't seem useful. 12# This is a proxy related to the first panel and it doesn't seem useful.
13excluded_nodes: "Panels/Entry/entry_proxied_fake" 13excluded_nodes: "Panels/Entry/entry_proxied_fake"
14# The gift map entrance is created by the mod.
15custom_nodes: "Components/GiftMapEntrance/HatkirbyPanel"
16custom_nodes: "Components/GiftMapEntrance/IcelyPanel"
17custom_nodes: "Components/GiftMapEntrance/KirbyPanel"
18custom_nodes: "Components/GiftMapEntrance/Panel"
19custom_nodes: "Components/GiftMapEntrance/QPanel"
20custom_nodes: "Components/GiftMapEntrance/SouveyPanel"
21custom_nodes: "Components/GiftMapEntrance/StarPanel"
diff --git a/data/maps/the_entry/rooms/Starting Room.txtpb b/data/maps/the_entry/rooms/Starting Room.txtpb index e21e3ff..9c73766 100644 --- a/data/maps/the_entry/rooms/Starting Room.txtpb +++ b/data/maps/the_entry/rooms/Starting Room.txtpb
@@ -55,7 +55,12 @@ panels {
55 # The puzzle solution doesn't matter. We'll change it to the player's name 55 # The puzzle solution doesn't matter. We'll change it to the player's name
56 # for fun. 56 # for fun.
57 symbols: QUESTION 57 symbols: QUESTION
58 proxies { answer: "hatkirby" path: "Components/GiftMapEntrance/HatkirbyPanel" }
58 proxies { answer: "icely" path: "Components/GiftMapEntrance/IcelyPanel" } 59 proxies { answer: "icely" path: "Components/GiftMapEntrance/IcelyPanel" }
60 proxies { answer: "kirby" path: "Components/GiftMapEntrance/KirbyPanel" }
61 proxies { answer: "q" path: "Components/GiftMapEntrance/QPanel" }
62 proxies { answer: "souvey" path: "Components/GiftMapEntrance/SouveyPanel" }
63 proxies { answer: "star" path: "Components/GiftMapEntrance/StarPanel" }
59 required_door { name: "Gift Maps Entrance" } 64 required_door { name: "Gift Maps Entrance" }
60} 65}
61letters { 66letters {