A few perks

This commit is contained in:
Renan LE CARO 2025-03-19 20:14:55 +01:00
parent 6e6b0991ac
commit 5abbf5263e
15 changed files with 1746 additions and 1087 deletions

3
src/types.d.ts vendored
View file

@ -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: {