seeding-planets/gui/menu/scripts/menu.gd

8 lines
125 B
GDScript

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