1
0
mirror of https://github.com/minetest/minetest.git synced 2025-07-01 15:40:23 +02:00

Add chat_font_size setting (#9736)

Default font sizes are used when the setting value is 0 or below (clamped by Settings).
This commit is contained in:
SmallJoker
2020-05-24 14:24:13 +02:00
committed by GitHub
parent f51cf7c68a
commit a9b74f4c39
4 changed files with 23 additions and 10 deletions

View File

@ -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