basic game manager
All checks were successful
Create tag and build when new code gets to main / BumpTag (push) Successful in 7s
Create tag and build when new code gets to main / Export (push) Successful in 1m11s

This commit is contained in:
2026-01-31 11:48:13 +01:00
parent 158e18f1fe
commit 6640ccace8
12 changed files with 94 additions and 18 deletions

View File

@@ -14,6 +14,8 @@ class_name Mask
func _on_mask_resource_changed() -> void:
if mask_resource == null:
return
mask_sprite.texture = mask_resource.mask_sprite
# Called when the node enters the scene tree for the first time.