Use identifier instead of table in API functions
[minetest_hudbars.git] / hud.conf.example
blob663329caf0aa74c0e88af23bf541ee05f78492cc
1 --##HUD bars 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 --!NOTICE!--
7 -- >>if damage is disabled neither health bar nor breath bar is shown
9 --
10 -- health bar
12 HUD_HEALTH_POS = {x=0,y=0}                      --min 0, max 1
13 HUD_HEALTH_OFFSET = {x=5,y=30}          --offset in pixel
16 -- breath bar
18 HUD_AIR_POS = {x=0.5,y=1}               --min 0, max 1
19 HUD_AIR_OFFSET = {x=15,y=-75}   --offset in pixel