Files
2022-12-13 16:51:04 +01:00

7 lines
160 B
GDScript

extends Panel
func _on_goto_scene_pressed():
# Change the scene to the one located at the given path.
get_tree().change_scene_to_file("res://scene_b.tscn")