diff options
author | SmallJoker <SmallJoker@users.noreply.github.com> | 2020-05-24 14:24:13 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-05-24 14:24:13 +0200 |
commit | a9b74f4c3966ad38c2f9a97364d3fdda0e514c93 (patch) | |
tree | f761d90d6ca00a349252c9e3ad096ff16c62215f /builtin | |
parent | f51cf7c68af16d0068b91d00ab2cc9abdf2b31d0 (diff) | |
download | minetest-a9b74f4c3966ad38c2f9a97364d3fdda0e514c93.tar.gz minetest-a9b74f4c3966ad38c2f9a97364d3fdda0e514c93.tar.bz2 minetest-a9b74f4c3966ad38c2f9a97364d3fdda0e514c93.zip |
Add chat_font_size setting (#9736)
Default font sizes are used when the setting value is 0 or below (clamped by Settings).
Diffstat (limited to 'builtin')
-rw-r--r-- | builtin/settingtypes.txt | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/builtin/settingtypes.txt b/builtin/settingtypes.txt index e18de3382..c787aea2c 100644 --- a/builtin/settingtypes.txt +++ b/builtin/settingtypes.txt @@ -903,6 +903,10 @@ fallback_font_shadow_alpha (Fallback font shadow alpha) int 128 0 255 # This font will be used for certain languages or if the default font is unavailable. fallback_font_path (Fallback font path) filepath fonts/DroidSansFallbackFull.ttf +# Font size of the recent chat text and chat prompt in point (pt). +# Value 0 will use the default font size. +chat_font_size (Chat font size) int 0 + # Path to save screenshots at. Can be an absolute or relative path. # The folder will be created if it doesn't already exist. screenshot_path (Screenshot folder) path screenshots |