mirror of
https://gitlab.com/lecarore/breakout71.git
synced 2025-04-20 20:16:16 -04:00
Added save mechanic
This commit is contained in:
parent
7aff5be9cd
commit
659d79bcd0
23 changed files with 333 additions and 20292 deletions
1
src/types.d.ts
vendored
1
src/types.d.ts
vendored
|
@ -248,6 +248,5 @@ export type OptionDef = {
|
|||
default: boolean;
|
||||
name: string;
|
||||
help: string;
|
||||
disabled: () => boolean;
|
||||
};
|
||||
export type OptionId = keyof typeof options;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue