mirror of
https://github.com/luanti-org/luanti.git
synced 2025-08-01 17:38:41 +00:00
Add alpha setting to font shadow
This commit is contained in:
parent
7a4c1e7327
commit
9772322613
5 changed files with 12 additions and 4 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue