mirror of
https://gitlab.com/lecarore/breakout71.git
synced 2025-04-23 05:26:15 -04:00
Build 29083397
This commit is contained in:
parent
d43dd90a86
commit
a388cd0898
26 changed files with 691 additions and 155 deletions
|
@ -30,6 +30,16 @@ export const options = {
|
|||
name: t("settings.extra_bright"),
|
||||
help: t("settings.extra_bright_help"),
|
||||
},
|
||||
smooth_lighting: {
|
||||
default: true,
|
||||
name: t("settings.smooth_lighting"),
|
||||
help: t("settings.smooth_lighting_help"),
|
||||
},
|
||||
precise_lighting: {
|
||||
default: true,
|
||||
name: t("settings.precise_lighting"),
|
||||
help: t("settings.precise_lighting_help"),
|
||||
},
|
||||
contrast: {
|
||||
default: false,
|
||||
name: t("settings.contrast"),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue