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

@@ -42,7 +42,6 @@ namespace Marro.PacManUdon
SetFrozen(false);
soundManager.SuppressSound(false);
soundManager.StartGhostSound();
soundManager.UpdatePelletCount(collisionManager.PelletCount - collisionManager.PelletCollectedCount);
}
}
}