initial add
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
extends Button
|
||||
|
||||
@export var goto_scene : String
|
||||
|
||||
func _on_pressed():
|
||||
SceneSwitcher.transition_scene(goto_scene)
|
||||
Reference in New Issue
Block a user