mirror of
https://gitlab.com/lecarore/breakout71.git
synced 2025-05-04 18:59:13 -04:00
wip
This commit is contained in:
parent
181e156f60
commit
0ec9cdf798
17 changed files with 2089 additions and 2227 deletions
|
@ -100,9 +100,9 @@ export async function openCreativeModePerksPicker() {
|
|||
"/" +
|
||||
(u.max + (creativeModePerks.limitless || 0)),
|
||||
value: u,
|
||||
className: ' upgrade '+(creativeModePerks[u.id]
|
||||
? " highlight"
|
||||
: " not-highlighed"),
|
||||
className:
|
||||
" upgrade " +
|
||||
(creativeModePerks[u.id] ? " highlight" : " not-highlighed"),
|
||||
tooltip: u.help(creativeModePerks[u.id] || 1),
|
||||
})),
|
||||
t("lab.select_level"),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue