mirror of
https://gitlab.com/lecarore/breakout71.git
synced 2025-06-16 19:25:06 -04:00
Prob lighting
This commit is contained in:
parent
6adab3d07f
commit
a386c5f3d2
14 changed files with 160 additions and 44 deletions
|
@ -67,7 +67,7 @@ export async function openCreativeModePerksPicker() {
|
|||
value: u,
|
||||
className: creativeModePerks[u.id]
|
||||
? "sandbox highlight"
|
||||
: "sandbox grey-out-unless-hovered",
|
||||
: "sandbox ",
|
||||
tooltip: u.help(creativeModePerks[u.id] || 1),
|
||||
})),
|
||||
t("lab.select_level"),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue