mirror of
https://gitlab.com/lecarore/breakout71.git
synced 2025-04-21 20:46:14 -04:00
wip
This commit is contained in:
parent
8eb2e049c8
commit
e1c20627bc
15 changed files with 302 additions and 56 deletions
2
src/types.d.ts
vendored
2
src/types.d.ts
vendored
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue