Refactored starting new level
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user