diff options
author | Ilya Zhuravlev <zhuravlevilya@ya.ru> | 2013-12-12 21:47:54 +0400 |
---|---|---|
committer | Ilya Zhuravlev <zhuravlevilya@ya.ru> | 2013-12-12 21:47:54 +0400 |
commit | 76036abdb0d9cb2c971e5a69331c77872d38c56f (patch) | |
tree | e392c4035012806844c8565456281c1c7d7a11d1 /minetest.conf.example | |
parent | 4ccaa6d0af852d0aada01f341a61290a3760cffa (diff) | |
download | minetest-76036abdb0d9cb2c971e5a69331c77872d38c56f.tar.gz minetest-76036abdb0d9cb2c971e5a69331c77872d38c56f.tar.bz2 minetest-76036abdb0d9cb2c971e5a69331c77872d38c56f.zip |
Add configurable 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 4d6b76c84..3dbbd773e 100644 --- a/minetest.conf.example +++ b/minetest.conf.example @@ -205,12 +205,15 @@ # Path to TrueTypeFont or bitmap #font_path = fonts/liberationsans.ttf #font_size = 13 +# Font shadow offset, if 0 then shadow will not be drawn. +#font_shadow = 1 #mono_font_path = fonts/liberationmono.ttf #mono_font_size = 13 # This font will be used for certain languages #fallback_font_path = fonts/DroidSansFallbackFull.ttf #fallback_font_size = 13 +#fallback_font_shadow = 1 # # Server stuff |