diff options
| author | rubenwardy <rw@rubenwardy.com> | 2023-04-11 19:57:36 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-04-11 19:57:36 +0100 |
| commit | 2fc7eb3ea26af60feadc182a9d469d630314665b (patch) | |
| tree | f1879bb03d42f33f2e09cd0b921819742a5f89bf /builtin | |
| parent | 1dd13da37db32972810b942966d5cdd233215f92 (diff) | |
| download | minetest-2fc7eb3ea26af60feadc182a9d469d630314665b.tar.xz | |
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
Diffstat (limited to 'builtin')
| -rw-r--r-- | builtin/settingtypes.txt | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/builtin/settingtypes.txt b/builtin/settingtypes.txt index 58168fa25..cb091294f 100644 --- a/builtin/settingtypes.txt +++ b/builtin/settingtypes.txt @@ -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. |
