main_menu

This commit is contained in:
2024-03-12 14:41:35 +01:00
parent f83f6989b4
commit 7c6b8ca4c1
8 changed files with 96 additions and 17 deletions
+4
View File
@@ -0,0 +1,4 @@
extends Button
func _on_pressed():
get_tree().change_scene_to_file("res://scenes/playground/Playground.tscn")