2015-02-04 01:10:20 +01:00
|
|
|
--##HUD bars example config file##
|
2013-06-28 23:03:54 +02:00
|
|
|
------------------------------------
|
|
|
|
-- This example moves the health bar in the top left corner and the hunger bar in the top right corner
|
|
|
|
|
|
|
|
|
|
|
|
--!NOTICE!--
|
2015-02-04 01:10:20 +01:00
|
|
|
-- >>if damage is disabled neither health bar nor breath bar is shown
|
2013-06-28 23:03:54 +02:00
|
|
|
|
|
|
|
--
|
|
|
|
-- health bar
|
|
|
|
--
|
2013-07-20 22:07:24 +02:00
|
|
|
HUD_HEALTH_POS = {x=0,y=0} --min 0, max 1
|
2013-06-28 23:03:54 +02:00
|
|
|
HUD_HEALTH_OFFSET = {x=5,y=30} --offset in pixel
|
|
|
|
|
|
|
|
--
|
|
|
|
-- breath bar
|
2013-07-20 22:07:24 +02:00
|
|
|
--
|
|
|
|
HUD_AIR_POS = {x=0.5,y=1} --min 0, max 1
|
|
|
|
HUD_AIR_OFFSET = {x=15,y=-75} --offset in pixel
|
|
|
|
|