PrepareForCutscene

This commit is contained in:
2025-12-26 18:27:04 +01:00
parent a15f977107
commit 4ef936bf16
9 changed files with 24 additions and 23 deletions

View File

@@ -192,6 +192,13 @@ namespace Marro.PacManUdon
pelletManager.SetPowerPelletsBlink(false);
}
private void PrepareForCutscene()
{
HideEverything();
RestartLevel();
SetFrozen(true);
}
public void GotPellet(bool addScore = true)
{
pelletCountRemaining--;