mirror of
https://gitlab.com/lecarore/breakout71.git
synced 2025-05-05 03:07:14 -04:00
wip
This commit is contained in:
parent
70182b0129
commit
ca1c75a5a1
28 changed files with 992 additions and 1073 deletions
2
src/types.d.ts
vendored
2
src/types.d.ts
vendored
|
@ -280,7 +280,7 @@ export type GameState = {
|
|||
plouf: { vol: number; x: number };
|
||||
colorChange: { vol: number; x: number };
|
||||
};
|
||||
upgrade_points: number;
|
||||
rerolls: number;
|
||||
creative: boolean;
|
||||
startParams: RunParams;
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue