diff options
Diffstat (limited to 'minetest.conf.example')
-rw-r--r-- | minetest.conf.example | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/minetest.conf.example b/minetest.conf.example index 6413d136a..9ce5bbd49 100644 --- a/minetest.conf.example +++ b/minetest.conf.example @@ -762,6 +762,22 @@ # type: int min: 0 max: 255 # console_alpha = 200 +# Formspec full-screen background opacity (between 0 and 255). +# type: int +# formspec_fullscreen_bg_opacity = 140 + +# Formspec full-screen background color (R,G,B). +# type: string +# formspec_fullscreen_bg_color = (0,0,0) + +# Formspec default background opacity (between 0 and 255). +# type: int +# formspec_default_bg_opacity = 140 + +# Formspec default background color (R,G,B). +# type: string +# formspec_default_bg_color = (0,0,0) + # Selection box border color (R,G,B). # type: string # selectionbox_color = (0,0,0) |