extends ConfirmationDialog func _on_confirmed() -> void: pass # Replace with function body. func _on_canceled() -> void: get_tree().quit()