This commit is contained in:
Renan LE CARO 2025-05-03 19:48:04 +02:00
parent 9731d694f3
commit 014aea003f

View file

@ -2026,6 +2026,7 @@ export function ballTick(gameState: GameState, ball: Ball, frames: number) {
);
}
}
}
function justLostALife(gameState: GameState, ball: Ball, x: number, y: number) {