Audio manager implementation

This commit is contained in:
2026-03-11 10:07:47 -04:00
parent e11eddf1b4
commit ed4359686c
23 changed files with 61 additions and 7 deletions
+1
View File
@@ -7,5 +7,6 @@ func _ready() -> void:
func _on_body_entered(body: Node) -> void:
if body.is_in_group("player") and part != null:
AudioManager.play("item_pickup")
UpgradeManager.acquire_part(part)
queue_free()