extends Node @export_file var start_scene_path : String func _ready(): get_tree().change_scene_to_file(start_scene_path)