mirror of
https://gitlab.com/lecarore/breakout71.git
synced 2025-07-20 10:04:07 +00:00
Build 29106110
This commit is contained in:
parent
4df70f6591
commit
ea13142f1d
22 changed files with 3086 additions and 4112 deletions
|
@ -171,7 +171,7 @@ export async function openUpgradesPicker(gameState: GameState) {
|
|||
? upgradeLevelAndMaxDisplay(u, gameState)
|
||||
: ""),
|
||||
icon: icons["icon:" + u.id],
|
||||
help: u.help(gameState.perks[u.id] || 1),
|
||||
help: u.help(gameState.perks[u.id] || 1),
|
||||
tooltip: unlockHint + u.fullHelp(gameState.perks[u.id] || 1),
|
||||
className,
|
||||
actionLabel: gameState.perks[u.id] ? "upgrade" : "pick",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue