1 2 3 4 5 6 7 8 9
extends Panel func _on_back_pressed(): var s = load("res://main.scn") var si = s.instance() get_parent().add_child(si) queue_free()