Main Menu
This commit is contained in:
parent
f272b7b433
commit
614ee06c34
6 changed files with 12073 additions and 13 deletions
|
@ -4,6 +4,7 @@ func _ready():
|
|||
VisualServer.set_default_clear_color(Color.black)
|
||||
|
||||
func _on_StartButton_pressed():
|
||||
# warning-ignore:return_value_discarded
|
||||
get_tree().change_scene("res://Scenes/World/World.tscn")
|
||||
|
||||
func _on_LoadButton_pressed():
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue