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

@@ -7,9 +7,10 @@ namespace Marro.PacManUdon
switch (sequenceProgress)
{
case 0:
PrepareForCutscene();
// Reset, show maze and score display
InitializeLevel();
RestartLevel();
SetMazeVisible(true);
statusDisplay.SetScoreDisplayVisible(true);
break;