From 1838a3fd696782b1733a435bbb25accf3e40d1f3 Mon Sep 17 00:00:00 2001 From: sapier Date: Sat, 5 Apr 2014 14:12:36 +0200 Subject: Add support for dpi based HUD scaling Add support for (configurable) multiline hotbar Improved screensize handling Add userdefined gui scale by BlockMen --- minetest.conf.example | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) (limited to 'minetest.conf.example') diff --git a/minetest.conf.example b/minetest.conf.example index 548adccee..707aa675e 100644 --- a/minetest.conf.example +++ b/minetest.conf.example @@ -140,6 +140,8 @@ #crosshair_color = (255,255,255) # Cross alpha (opaqueness, between 0 and 255) #crosshair_alpha = 255 +# scale gui by a user specified value +#gui_scaling = 1.0 # Sensitivity multiplier #mouse_sensitivity = 0.2 # Sound settings @@ -147,6 +149,9 @@ #sound_volume = 0.7 # Whether node texture animations should be desynchronized per MapBlock #desynchronize_mapblock_texture_animation = true +# maximum percentage of current window to be used for hotbar +# (usefull if you've there's something to be displayed right or left of hotbar) +#hud_hotbar_max_width = 1.0 # Texture filtering settings #mip_map = false #anisotropic_filter = false @@ -165,7 +170,7 @@ #normalmaps_strength = 0.6 # Strength of generated normalmaps #normalmaps_smooth = 1 -# Defines sampling step of texture (0 - 2) +# Defines sampling step of texture (0 - 2) # Higher the value normal maps will be smoother #enable_parallax_occlusion = false # Scale of parallax occlusion effect -- cgit v1.2.3