mirror of
https://gitlab.com/lecarore/breakout71.git
synced 2025-06-16 19:25:06 -04:00
wip
This commit is contained in:
parent
401e9b4548
commit
62a1feb015
32 changed files with 1483 additions and 1435 deletions
|
@ -131,7 +131,7 @@ export function pickedUpgradesHTMl(gameState: GameState) {
|
|||
state,
|
||||
html: `
|
||||
<div class="upgrade ${["??", "used", "banned", "free"][state]}">
|
||||
${icons['icon:'+u.id]}
|
||||
${icons["icon:" + u.id]}
|
||||
<p>
|
||||
<strong>${u.name}</strong>
|
||||
${u.help(Math.max(1, gameState.perks[u.id]))}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue