diff options
| -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 | ||
