extends Button func _ready(): connect("button_down", play) func play(): get_tree().change_scene_to_file("res://scenes/main.tscn")