diff options
author | James Stevenson <everamzah@gmail.com> | 2016-09-15 11:53:17 -0400 |
---|---|---|
committer | est31 <MTest31@outlook.com> | 2016-09-21 08:04:11 +0200 |
commit | 679c8de63ffb7119f2b99b00883bc959f5917da4 (patch) | |
tree | 5a3846a28ca129697bcae1c1857e0ed0e8af7c34 /minetest.conf.example | |
parent | abb6fba24f346c931bc83cc875f8756c2467c469 (diff) | |
download | minetest-679c8de63ffb7119f2b99b00883bc959f5917da4.tar.gz minetest-679c8de63ffb7119f2b99b00883bc959f5917da4.tar.bz2 minetest-679c8de63ffb7119f2b99b00883bc959f5917da4.zip |
Increase default font size by 1
Diffstat (limited to 'minetest.conf.example')
-rw-r--r-- | minetest.conf.example | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/minetest.conf.example b/minetest.conf.example index 3d9b77306..bedc8c579 100644 --- a/minetest.conf.example +++ b/minetest.conf.example @@ -655,7 +655,7 @@ # font_path = fonts/liberationsans.ttf # type: int -# font_size = 15 +# font_size = 16 # Font shadow offset, if 0 then shadow will not be drawn. # type: int @@ -663,7 +663,7 @@ # Font shadow alpha (opaqueness, between 0 and 255). # type: int min: 0 max: 255 -# font_shadow_alpha = 128 +# font_shadow_alpha = 127 # type: path # mono_font_path = fonts/liberationmono.ttf |