mirror of
https://gitlab.com/lecarore/breakout71.git
synced 2025-05-04 18:59:13 -04:00
wip
This commit is contained in:
parent
cb90fef3a9
commit
401e9b4548
22 changed files with 1024 additions and 959 deletions
|
@ -57,7 +57,7 @@ export async function openCreativeModePerksPicker() {
|
|||
};
|
||||
}),
|
||||
...customLevels.map((l) => ({
|
||||
icon: levelIconHTML(l.bricks, l.size, l.color),
|
||||
icon: levelIconHTML(l.bricks, l.size),
|
||||
text: l.name,
|
||||
value: l,
|
||||
disabled: !l.bricks.filter((b) => b !== "_").length,
|
||||
|
@ -93,7 +93,7 @@ export async function openCreativeModePerksPicker() {
|
|||
...upgrades
|
||||
.filter((u) => !noCreative.includes(u.id))
|
||||
.map((u) => ({
|
||||
icon: u.icon,
|
||||
icon: icons['icon:'+u.id],
|
||||
text: u.name,
|
||||
help:
|
||||
(creativeModePerks[u.id] || 0) +
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue