diff --git a/app/games/sound-sweep/game.js b/app/games/sound-sweep/game.js index 899861b..07c8903 100644 --- a/app/games/sound-sweep/game.js +++ b/app/games/sound-sweep/game.js @@ -51,6 +51,9 @@ export const LEVELS = [ { sweepDurationMs: 80, isiMs: 80 }, { sweepDurationMs: 60, isiMs: 40 }, { sweepDurationMs: 40, isiMs: 20 }, + { sweepDurationMs: 30, isiMs: 15 }, + { sweepDurationMs: 20, isiMs: 10 }, + { sweepDurationMs: 15, isiMs: 10 }, ]; // ── Module-level state (reset by initGame) ────────────────────────────────────