extends Control func _on_button_pressed(): get_tree().quit() func _on_new_game_pressed(): pass # Replace with function body.