diff options
author | BlockMen <nmuelll@web.de> | 2013-06-28 23:03:54 +0200 |
---|---|---|
committer | BlockMen <nmuelll@web.de> | 2013-06-28 23:03:54 +0200 |
commit | a22a08f06d7ee3221883649ad420548c3d85a162 (patch) | |
tree | 64e851661ca8d25f48c2c9b572bdefc7fc190ad8 /hud.conf.example | |
parent | d3e8f7134aacacca5c5980ff108f576f7b1f4bd0 (diff) |
Update to 0.2
Diffstat (limited to 'hud.conf.example')
-rw-r--r-- | hud.conf.example | 38 |
1 files changed, 38 insertions, 0 deletions
diff --git a/hud.conf.example b/hud.conf.example new file mode 100644 index 0000000..bb4a927 --- /dev/null +++ b/hud.conf.example @@ -0,0 +1,38 @@ +--##Better HUD example config file## +------------------------------------ +-- This example moves the health bar in the top left corner and the hunger bar in the top right corner + + +-- +-- general settings +-- +HUD_ENABLE_HUNGER = true --enables/disables hunger +HUD_HUNGER_TICK = 300 --sets time for loosing 1/2 bread (of 10) (in seconds) + +HUD_DISABLE_DROWNING = true --needed for costum breath bar postion + + +-- +-- crosshair +-- +HUD_CROSSHAIR_POS = {x=0.5, y=0.5} --recommended to be 0.5,0.5 (centered) + + +--!NOTICE!-- +-- >>if damage is disabled neither health bar nor hunger bar is shown + +-- +-- health bar +-- +HUD_HEALTH_POS = {x=0,y=0} --min 0, max 1 +HUD_HEALTH_OFFSET = {x=5,y=30} --offset in pixel + +-- +-- hunger bar +-- +HUD_HUNGER_POS = {x=1,y=0} --min 0, max 1 +HUD_HUNGER_OFFSET = {x=-175,y=30} --offset in pixel + +-- +-- breath bar +--
\ No newline at end of file |