Disable treespawning on mapgen
[minetest_hades.git] / mods / hud / hud.conf.example
blobffa4cd7617046bf3ef9b80f7d8bd91328b0ae7cd
1 --##Better HUD example config file##
2 ------------------------------------
3 -- This example moves the health bar in the top left corner and the hunger bar in the top right corner
6 --
7 -- general settings
8 --
9 HUD_ENABLE_HUNGER = true                --enables/disables hunger
10 HUD_HUNGER_TICK = 300                   --sets time for loosing 1/2 bread (of 10) (in seconds)
13 --!NOTICE!--
14 -- >>if damage is disabled neither health bar nor hunger bar or breath bar is shown
17 -- health bar
19 HUD_HEALTH_POS = {x=0,y=0}                      --min 0, max 1
20 HUD_HEALTH_OFFSET = {x=5,y=30}          --offset in pixel
23 -- hunger bar
25 HUD_HUNGER_POS = {x=1,y=0}                      --min 0, max 1
26 HUD_HUNGER_OFFSET = {x=-175,y=30}       --offset in pixel
29 -- breath bar
31 HUD_AIR_POS = {x=0.5,y=1}               --min 0, max 1
32 HUD_AIR_OFFSET = {x=15,y=-75}   --offset in pixel