Refactored starting new level

This commit is contained in:
2026-06-22 15:20:43 +02:00
parent 7f87a9779b
commit 4ba203b1de
8 changed files with 876 additions and 840 deletions

View File

@@ -292,8 +292,9 @@ namespace Marro.PacManUdon
for (int i = 0; i < ghosts.Length; i++)
{
ghosts[i].SetHousePelletCounterLimit(privatePelletCounterReleaseValues[i]);
RestartLevel(); // Reset needed to properly apply level
}
RestartLevel(); // Reset needed to properly apply level
}
private void SetLevelConstants(int level)