extends Node @export var light_path: String func _on_visibility_changed() -> void: get_node("../../%s" % light_path).visible = self.visible