extends Node @export_file var start_scene_path : String func _ready(): SceneManager.change_scene(start_scene_path)