diff options
| author | sapier <Sapier at GMX dot net> | 2014-11-23 13:40:43 +0100 |
|---|---|---|
| committer | sapier <Sapier at GMX dot net> | 2014-11-30 17:50:09 +0100 |
| commit | dceb9f7d6058785cf60d9dbcc8eecdcee1053412 (patch) | |
| tree | 0cbaa6969210d3e104f195ac5d3c2cabad8d6338 /minetest.conf.example | |
| parent | 25945dc5395a03cab069ff0e6470ba8d59b03978 (diff) | |
| download | minetest-dceb9f7d6058785cf60d9dbcc8eecdcee1053412.tar.xz | |
Implement proper font handling
Diffstat (limited to 'minetest.conf.example')
| -rw-r--r-- | minetest.conf.example | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/minetest.conf.example b/minetest.conf.example index 0d2c44c61..91b3251c0 100644 --- a/minetest.conf.example +++ b/minetest.conf.example @@ -215,6 +215,8 @@ #directional_colored_fog = true #tooltip_show_delay = 400 # Delay showing tooltips, in miliseconds +#screen_dpi = 72 +# adjust dpi configuration to your screen (PC/MAC only) e.g. for 4k screens # Default timeout for cURL, in milliseconds # Only has an effect if compiled with cURL |
