summaryrefslogtreecommitdiff
path: root/UI/start.gd
diff options
context:
space:
mode:
Diffstat (limited to 'UI/start.gd')
-rw-r--r--UI/start.gd5
1 files changed, 5 insertions, 0 deletions
diff --git a/UI/start.gd b/UI/start.gd
new file mode 100644
index 0000000..5290112
--- /dev/null
+++ b/UI/start.gd
@@ -0,0 +1,5 @@
+extends Control
+
+
+func _on_balloons_button_pressed() -> void:
+ get_tree().change_scene_to_file("res://Stage/balloons.tscn")