feat(*): Add new match scene, new player scene and main menu

This commit is contained in:
Josh Creek
2025-07-12 19:20:16 +01:00
parent 58fac74683
commit 927bbd0be7
29 changed files with 6741 additions and 50 deletions
+5
View File
@@ -0,0 +1,5 @@
extends Button
func _on_pressed() -> void:
get_tree().change_scene_to_file("res://scenes/Game.tscn")