Crystalline-awakening/start_game.gd

5 lines
102 B
GDScript3
Raw Normal View History

2025-05-17 14:28:23 +00:00
extends Button
func _on_pressed() -> void:
get_tree().change_scene_to_file("res://startLevel.tscn")