extends Control func _ready() -> void: %CountdownTimer.start() func _process(delta: float) -> void: %CountdownLabel.text = "%.1f" % %CountdownTimer.time_left func _on_countdown_timer_timeout() -> void: (func(): get_tree().change_scene_to_file("res://stage/stage_01.tscn")).call_deferred()