Files

7 lines
113 B
GDScript3
Raw Permalink Normal View History

2026-04-10 17:53:31 -05:00
extends Button
@export var goto_scene : String
func _on_pressed():
SceneSwitcher.transition_scene(goto_scene)