about summary refs log tree commit diff stats
path: root/apworld/client/maps/the_unkempt.gd
diff options
context:
space:
mode:
Diffstat (limited to 'apworld/client/maps/the_unkempt.gd')
-rw-r--r--apworld/client/maps/the_unkempt.gd4
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 @@
1func 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