diff --git a/src/gameStateMutators.ts b/src/gameStateMutators.ts index a5498df..e7504dd 100644 --- a/src/gameStateMutators.ts +++ b/src/gameStateMutators.ts @@ -2026,6 +2026,7 @@ export function ballTick(gameState: GameState, ball: Ball, frames: number) { ); } } + } function justLostALife(gameState: GameState, ball: Ball, x: number, y: number) {