extends Node2D @export_file var start_scene_path : String func _on_start_pressed(): get_tree().change_scene_to_file(start_scene_path)