This commit is contained in:
Renan LE CARO 2025-04-22 16:29:17 +02:00
parent 16911620c0
commit b8daf018b1
20 changed files with 1824 additions and 1870 deletions

View file

@ -100,9 +100,9 @@ export async function openCreativeModePerksPicker() {
"/" +
(u.max + (creativeModePerks.limitless || 0)),
value: u,
className: creativeModePerks[u.id]
? "sandbox highlight"
: "sandbox not-highlighed",
className: ' upgrade '+(creativeModePerks[u.id]
? " highlight"
: " not-highlighed"),
tooltip: u.help(creativeModePerks[u.id] || 1),
})),
t("lab.select_level"),