diff options
| author | Star Rauchenberger <fefferburbia@gmail.com> | 2025-11-04 15:08:37 -0500 |
|---|---|---|
| committer | Star Rauchenberger <fefferburbia@gmail.com> | 2025-11-04 15:08:37 -0500 |
| commit | 38e1f5d96f274a7f5b7c8202275b3e77a3009e0c (patch) | |
| tree | 283a3cfbd1a571480adab8351b1114df3b52424f /apworld/client/maps | |
| parent | 452289b3b6247bb512b9353e0f2c6a9b7090be55 (diff) | |
| download | lingo2-archipelago-38e1f5d96f274a7f5b7c8202275b3e77a3009e0c.tar.gz lingo2-archipelago-38e1f5d96f274a7f5b7c8202275b3e77a3009e0c.tar.bz2 lingo2-archipelago-38e1f5d96f274a7f5b7c8202275b3e77a3009e0c.zip | |
Prevent The Unkempt - COLOR from disappearing
Diffstat (limited to 'apworld/client/maps')
| -rw-r--r-- | apworld/client/maps/the_unkempt.gd | 4 |
1 files changed, 4 insertions, 0 deletions
| diff --git a/apworld/client/maps/the_unkempt.gd b/apworld/client/maps/the_unkempt.gd new file mode 100644 index 0000000..c907650 --- /dev/null +++ b/apworld/client/maps/the_unkempt.gd | |||
| @@ -0,0 +1,4 @@ | |||
| 1 | func on_map_load(root): | ||
| 2 | # Prevent the COLOR panel from disappearing. | ||
| 3 | var color_tpl = root.get_node("/root/scene/Panels/Assorted/panel_1/teleportListener") | ||
| 4 | color_tpl.target_path = color_tpl | ||
