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

@@ -83,6 +83,7 @@
SetScattering(false, reverseDirection: false);
sharedPelletCounter = 0;
pelletTimeout = 0;
elroyLevel = 0;
foreach (Ghost ghost in ghosts)
{
@@ -226,6 +227,7 @@
public void GhostReturned()
{
Debug.Log("Ghost returned");
foreach (var ghost in ghosts)
{
var state = ghost.GetGhostState();