extends Timer func _ready(): connect("timeout", self, "_wait_timer_callback") func _wait_timer_callback(): get_node("../light").fade_timer.start()