summaryrefslogtreecommitdiff
path: root/UI/start.gd
blob: 5290112db4a41317532b193eb202cd8cacc39408 (plain)
1
2
3
4
5
extends Control


func _on_balloons_button_pressed() -> void:
	get_tree().change_scene_to_file("res://Stage/balloons.tscn")