extends Node func _input(event: InputEvent) -> void: if event.is_action("Quit"): get_tree().quit()