mirror of
https://github.com/luanti-org/luanti.git
synced 2025-11-01 15:55:26 +01:00
Remove formspec_default_bg_color/opacity settings (#13419)
These settings are unnecessary. They only apply when formspecs don't have a background/bgcolor set. In practice, most games do theme their GUIs. Removing low value settings simplifies code and improves UX by decluttering the settings menu Split out from #12140
This commit is contained in:
@@ -2109,12 +2109,6 @@ noclip (Noclip) bool false
|
||||
# Press the autoforward key again or the backwards movement to disable.
|
||||
continuous_forward (Continuous forward) bool false
|
||||
|
||||
# Formspec default background opacity (between 0 and 255).
|
||||
formspec_default_bg_opacity (Formspec Default Background Opacity) int 140 0 255
|
||||
|
||||
# Formspec default background color (R,G,B).
|
||||
formspec_default_bg_color (Formspec Default Background Color) string (0,0,0)
|
||||
|
||||
# Whether to show technical names.
|
||||
# Affects mods and texture packs in the Content and Select Mods menus, as well as
|
||||
# setting names in All Settings.
|
||||
|
||||
Reference in New Issue
Block a user