TO SQUASH: Ball reset.

This commit is contained in:
2026-08-27 16:12:47 -04:00
parent 04ccf01eb4
commit 414ebc99ff
3 changed files with 116 additions and 14 deletions
+4 -3
View File
@@ -272,8 +272,6 @@ public class LevelEnder : MonoBehaviour
musicManager.PauseMusic();
yield return new WaitForSeconds(1.0f);
player.OnLevelEnd();
// Reenable spawners.
multiplierSpawner.StartSpawning();
@@ -304,7 +302,10 @@ public class LevelEnder : MonoBehaviour
levelEndTally.enabled = false;
levelEndTallyBackground.enabled = false;
// TODO: Reset balls.
// Reset.
player.OnLevelEnd();
ballSpawner.ResetBalls();
worldFiller.ClearWalls();
// Restart music.
musicManager.ResumeMusic();