mirror of
https://gitlab.com/lecarore/breakout71.git
synced 2025-05-05 03:07:14 -04:00
wip
This commit is contained in:
parent
cb90fef3a9
commit
401e9b4548
22 changed files with 1024 additions and 959 deletions
|
@ -31,7 +31,7 @@ export async function openStartingPerksEditor() {
|
|||
const buttons = avaliable.map((u) => {
|
||||
const checked = isStartingPerk(u);
|
||||
return {
|
||||
icon: u.icon,
|
||||
icon: icons['icon:'+u.id],
|
||||
text: u.name,
|
||||
tooltip: u.help(1),
|
||||
value: [u],
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue