diff options
author | BlockMen <nmuelll@web.de> | 2013-12-12 21:02:09 +0100 |
---|---|---|
committer | PilzAdam <pilzadam@minetest.net> | 2013-12-14 21:11:38 +0100 |
commit | 977232261388fa80bd6ab3bb849ae4d7a8ade73e (patch) | |
tree | b857e64f9181ef2f713fce992e3aaf04e9577284 /minetest.conf.example | |
parent | 7a4c1e7327a19820ec1e943d031c0e6e057e0156 (diff) | |
download | minetest-977232261388fa80bd6ab3bb849ae4d7a8ade73e.tar.gz minetest-977232261388fa80bd6ab3bb849ae4d7a8ade73e.tar.bz2 minetest-977232261388fa80bd6ab3bb849ae4d7a8ade73e.zip |
Add alpha setting to font shadow
Diffstat (limited to 'minetest.conf.example')
-rw-r--r-- | minetest.conf.example | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/minetest.conf.example b/minetest.conf.example index f7dac6b7b..b7f4b24a7 100644 --- a/minetest.conf.example +++ b/minetest.conf.example @@ -213,6 +213,8 @@ #font_size = 13 # Font shadow offset, if 0 then shadow will not be drawn. #font_shadow = 1 +# Font shadow alpha (opaqueness, between 0 and 255) +#font_shadow_alpha = 128 #mono_font_path = fonts/liberationmono.ttf #mono_font_size = 13 @@ -220,6 +222,7 @@ #fallback_font_path = fonts/DroidSansFallbackFull.ttf #fallback_font_size = 13 #fallback_font_shadow = 1 +#fallback_font_shadow_alpha = 128 # # Server stuff |