From 014aea003f9bd72f6112e67492903fbb9ed85a12 Mon Sep 17 00:00:00 2001 From: Renan LE CARO Date: Sat, 3 May 2025 19:48:04 +0200 Subject: [PATCH] wip --- src/gameStateMutators.ts | 1 + 1 file changed, 1 insertion(+) 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) {