first commit
This commit is contained in:
6
start game.gd
Executable file
6
start game.gd
Executable file
@@ -0,0 +1,6 @@
|
||||
extends Button
|
||||
|
||||
|
||||
func _pressed():
|
||||
Globals.reinit()
|
||||
get_tree().change_scene_to_file("res://forest.tscn")
|
||||
Reference in New Issue
Block a user