This commit is contained in:
Renan LE CARO 2025-04-08 08:57:41 +02:00
parent 8eb2e049c8
commit e1c20627bc
15 changed files with 302 additions and 56 deletions

2
src/types.d.ts vendored
View file

@ -201,6 +201,8 @@ export type GameState = {
baseSpeed: number;
// Score multiplier
combo: number;
// Combo at the start of the tick
lastCombo: number;
// Whether the game is running or paused
running: boolean;
isGameOver: boolean;