Sound updates

This commit is contained in:
2025-12-13 17:27:04 +01:00
parent 3bc8db347d
commit 42a32f5fe4
8 changed files with 86 additions and 13 deletions

View File

@@ -67,7 +67,7 @@
void SetPowerPelletsVisible(bool visible)
{
Debug.Log($"{gameObject} SetPowerPelletVisible {visible}, powerPellets.Length: {powerPellets.Length}");
// Debug.Log($"{gameObject} SetPowerPelletVisible {visible}, powerPellets.Length: {powerPellets.Length}");
foreach (Animator powerPellet in powerPellets)
{
powerPellet.SetBool("Visible", visible);