mirror of
https://gitlab.com/lecarore/breakout71.git
synced 2025-04-20 20:16:16 -04:00
A few perks
This commit is contained in:
parent
6e6b0991ac
commit
5abbf5263e
15 changed files with 1746 additions and 1087 deletions
3
src/types.d.ts
vendored
3
src/types.d.ts
vendored
|
@ -1,4 +1,4 @@
|
|||
import { rawUpgrades } from "./rawUpgrades";
|
||||
import { rawUpgrades } from "./upgrades";
|
||||
import { options } from "./options";
|
||||
|
||||
export type colorString = string;
|
||||
|
@ -244,6 +244,7 @@ export type GameState = {
|
|||
runStatistics: RunStats;
|
||||
lastOffered: Partial<{ [k in PerkId]: number }>;
|
||||
levelTime: number;
|
||||
noBricksSince: number ;
|
||||
levelWallBounces: number;
|
||||
autoCleanUses: number;
|
||||
aboutToPlaySound: {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue