diff options
author | BlockMen <nmuelll@web.de> | 2015-02-18 12:37:53 +0100 |
---|---|---|
committer | BlockMen <nmuelll@web.de> | 2015-02-18 12:51:17 +0100 |
commit | 8941ea0cc9ae899c8e43743c7a4efc7e9db9c489 (patch) | |
tree | 31bb903ead7ab8d1468e43cfb58b1d92b8ef403e /minetest.conf.example | |
parent | 9a9fcfc9a302227d60c108d048d86b9d77cf24b1 (diff) | |
download | minetest-8941ea0cc9ae899c8e43743c7a4efc7e9db9c489.tar.gz minetest-8941ea0cc9ae899c8e43743c7a4efc7e9db9c489.tar.bz2 minetest-8941ea0cc9ae899c8e43743c7a4efc7e9db9c489.zip |
Increase default font_size
Diffstat (limited to 'minetest.conf.example')
-rw-r--r-- | minetest.conf.example | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/minetest.conf.example b/minetest.conf.example index eefe3b7bc..88e2db8ab 100644 --- a/minetest.conf.example +++ b/minetest.conf.example @@ -252,16 +252,16 @@ #freetype = true # Path to TrueTypeFont or bitmap #font_path = fonts/liberationsans.ttf -#font_size = 13 +#font_size = 15 # 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 +#mono_font_size = 15 # This font will be used for certain languages #fallback_font_path = fonts/DroidSansFallbackFull.ttf -#fallback_font_size = 13 +#fallback_font_size = 15 #fallback_font_shadow = 1 #fallback_font_shadow_alpha = 128 # Override language. When no value is provided (default) system language is used. |