blob: c907650657995665affa11b636753e27b9b49f7b (
plain) (
blame)
1
2
3
4
|
func on_map_load(root):
# Prevent the COLOR panel from disappearing.
var color_tpl = root.get_node("/root/scene/Panels/Assorted/panel_1/teleportListener")
color_tpl.target_path = color_tpl
|