mirror of
https://github.com/luanti-org/luanti.git
synced 2025-06-27 16:36:03 +00: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:
parent
1dd13da37d
commit
2fc7eb3ea2
4 changed files with 1 additions and 27 deletions
|
@ -3233,14 +3233,6 @@
|
|||
# type: bool
|
||||
# continuous_forward = false
|
||||
|
||||
# Formspec default background opacity (between 0 and 255).
|
||||
# type: int min: 0 max: 255
|
||||
# formspec_default_bg_opacity = 140
|
||||
|
||||
# Formspec default background color (R,G,B).
|
||||
# type: string
|
||||
# formspec_default_bg_color = (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.
|
||||
|
@ -3611,4 +3603,3 @@
|
|||
# See https://github.com/minetest/irrlicht/blob/master/include/Keycodes.h
|
||||
# type: key
|
||||
# keymap_decrease_viewing_range_min = -
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue