Fixed stuff

This commit is contained in:
2025-12-24 21:09:26 +01:00
parent 8e9936274f
commit a251763158
9 changed files with 84 additions and 33 deletions

View File

@@ -13,12 +13,11 @@ namespace Marro.PacManUdon
soundManager.PlayGhostEatSound();
break;
case 1:
break;
}
}
private void TimeSequenceFinishedGhostCaught()
private void TimeSequenceFinalizeGhostCaught()
{
// Unfreeze and reveal pacman
SetPacManActive(true);