mirror of
https://gitlab.com/lecarore/breakout71.git
synced 2025-07-20 10:04:07 +00:00
wip
This commit is contained in:
parent
014aea003f
commit
9e12f62b81
8 changed files with 2189 additions and 2166 deletions
1
src/types.d.ts
vendored
1
src/types.d.ts
vendored
|
@ -283,6 +283,7 @@ export type GameState = {
|
|||
rerolls: number;
|
||||
creative: boolean;
|
||||
startParams: RunParams;
|
||||
startCountDown:number;
|
||||
};
|
||||
|
||||
export type RunParams = {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue