summaryrefslogtreecommitdiff
path: root/UI/start.gd
diff options
context:
space:
mode:
authorDaniel Weipert <git@mail.dweipert.de>2024-09-28 15:29:16 +0200
committerDaniel Weipert <git@mail.dweipert.de>2024-09-28 15:29:16 +0200
commit62e90b444315245ef24606fa51d3fccba5f18e08 (patch)
tree3a8a7390cf319d6a4ddd70bf32ca83fbe20bec31 /UI/start.gd
initial commitHEADmain
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")