From ac92f55dcebaa740dc2996f2bd0f156997741dcc Mon Sep 17 00:00:00 2001 From: Star Rauchenberger Date: Sat, 25 Oct 2025 11:50:54 -0400 Subject: Added the_fuzzy --- data/maps/the_entry/metadata.txtpb | 2 ++ data/maps/the_entry/rooms/Starting Room.txtpb | 2 ++ 2 files changed, 4 insertions(+) (limited to 'data/maps/the_entry') diff --git a/data/maps/the_entry/metadata.txtpb b/data/maps/the_entry/metadata.txtpb index bdcdf83..da2194b 100644 --- a/data/maps/the_entry/metadata.txtpb +++ b/data/maps/the_entry/metadata.txtpb @@ -12,9 +12,11 @@ excluded_nodes: "Panels/Back Left/backleft_4_proxied_2" # This is a proxy related to the first panel and it doesn't seem useful. excluded_nodes: "Panels/Entry/entry_proxied_fake" # The gift map entrance is created by the mod. +custom_nodes: "Components/GiftMapEntrance/GongusPanel" custom_nodes: "Components/GiftMapEntrance/HatkirbyPanel" custom_nodes: "Components/GiftMapEntrance/IcelyPanel" custom_nodes: "Components/GiftMapEntrance/KirbyPanel" +custom_nodes: "Components/GiftMapEntrance/KiwiPanel" custom_nodes: "Components/GiftMapEntrance/Panel" custom_nodes: "Components/GiftMapEntrance/QPanel" custom_nodes: "Components/GiftMapEntrance/SouveyPanel" diff --git a/data/maps/the_entry/rooms/Starting Room.txtpb b/data/maps/the_entry/rooms/Starting Room.txtpb index 9c73766..d01d807 100644 --- a/data/maps/the_entry/rooms/Starting Room.txtpb +++ b/data/maps/the_entry/rooms/Starting Room.txtpb @@ -55,9 +55,11 @@ panels { # The puzzle solution doesn't matter. We'll change it to the player's name # for fun. symbols: QUESTION + proxies { answer: "gongus" path: "Components/GiftMapEntrance/GongusPanel" } proxies { answer: "hatkirby" path: "Components/GiftMapEntrance/HatkirbyPanel" } proxies { answer: "icely" path: "Components/GiftMapEntrance/IcelyPanel" } proxies { answer: "kirby" path: "Components/GiftMapEntrance/KirbyPanel" } + proxies { answer: "kiwi" path: "Components/GiftMapEntrance/KiwiPanel" } proxies { answer: "q" path: "Components/GiftMapEntrance/QPanel" } proxies { answer: "souvey" path: "Components/GiftMapEntrance/SouveyPanel" } proxies { answer: "star" path: "Components/GiftMapEntrance/StarPanel" } -- cgit 1.4.1