mirror of
https://gitlab.com/lecarore/breakout71.git
synced 2025-05-01 09:19:13 -04:00
wip
This commit is contained in:
parent
16911620c0
commit
b8daf018b1
20 changed files with 1824 additions and 1870 deletions
|
@ -607,6 +607,8 @@ export function pickRandomUpgrades(gameState: GameState, count: number) {
|
|||
icon: icons["icon:" + u.id],
|
||||
value: u.id as PerkId,
|
||||
help: u.help(gameState.perks[u.id] + 1),
|
||||
className: 'upgrade '
|
||||
|
||||
}));
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue