extends Node func _process(_delta): if Input.is_action_just_pressed("ui_cancel"): get_tree().change_scene("res://menu.tscn")