This commit is contained in:
dan
2025-03-22 20:21:52 -04:00
commit ea36511c71
63 changed files with 1992 additions and 0 deletions

8
scenes/game.gd Normal file
View File

@@ -0,0 +1,8 @@
extends Node2D
func _ready() -> void:
print("game _ready")
GameManager.set_label($labels/ScoreLabel)
func _init() -> void:
pass