extends Control func _on_play_pressed() -> void: Level.start_game() queue_free() func _on_quit_pressed() -> void: get_tree().quit()