Fixed bugs

This commit is contained in:
2026-01-17 16:37:23 +01:00
parent 154c642cce
commit 3642006bb2
4 changed files with 15 additions and 11 deletions

View File

@@ -18,6 +18,7 @@ namespace Marro.PacManUdon
// Increment level, show ready, show pellets, show lives indicators
IncrementLevel();
statusDisplay.SetExtraLivesDisplayVisible(true);
statusDisplay.SetLevelDisplayVisible(true);
statusDisplay.SetReadyTextVisible(true);
SetPelletsActive(true);
break;