mirror of
https://gitlab.com/lecarore/breakout71.git
synced 2025-04-20 20:16:16 -04:00
wip
This commit is contained in:
parent
e1c20627bc
commit
6ef13f2d19
15 changed files with 289 additions and 65 deletions
5
src/types.d.ts
vendored
5
src/types.d.ts
vendored
|
@ -1,5 +1,5 @@
|
|||
import { rawUpgrades } from "./upgrades";
|
||||
import { options } from "./options";
|
||||
import {rawUpgrades} from "./upgrades";
|
||||
import {options} from "./options";
|
||||
|
||||
export type colorString = string;
|
||||
|
||||
|
@ -296,3 +296,4 @@ export type OptionDef = {
|
|||
help: string;
|
||||
};
|
||||
export type OptionId = keyof typeof options;
|
||||
export type UpgradeLike = { id: PerkId; name: string; requires: string };
|
Loading…
Add table
Add a link
Reference in a new issue