mirror of
https://gitlab.com/lecarore/breakout71.git
synced 2025-05-05 03:07:14 -04:00
wip
This commit is contained in:
parent
9e12f62b81
commit
892f800107
14 changed files with 2866 additions and 2840 deletions
2
src/types.d.ts
vendored
2
src/types.d.ts
vendored
|
@ -283,7 +283,7 @@ export type GameState = {
|
|||
rerolls: number;
|
||||
creative: boolean;
|
||||
startParams: RunParams;
|
||||
startCountDown:number;
|
||||
startCountDown: number;
|
||||
};
|
||||
|
||||
export type RunParams = {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue