mirror of
https://gitlab.com/lecarore/breakout71.git
synced 2025-04-22 04:56:15 -04:00
Build 29074681
This commit is contained in:
parent
48ac639901
commit
19ee1d0d33
9 changed files with 152 additions and 40 deletions
2
src/types.d.ts
vendored
2
src/types.d.ts
vendored
|
@ -281,6 +281,7 @@ export type GameState = {
|
|||
};
|
||||
rerolls: number;
|
||||
creative: boolean;
|
||||
computer_controlled: boolean;
|
||||
};
|
||||
|
||||
export type RunParams = {
|
||||
|
@ -288,6 +289,7 @@ export type RunParams = {
|
|||
levelToAvoid?: string;
|
||||
perkToAvoid?: PerkId;
|
||||
perks?: Partial<PerksMap>;
|
||||
computer_controlled?: boolean;
|
||||
};
|
||||
export type OptionDef = {
|
||||
default: boolean;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue