summaryrefslogtreecommitdiff
path: root/hud.conf.example
diff options
context:
space:
mode:
authorBlockMen <nmuelll@web.de>2013-07-20 22:07:24 +0200
committerBlockMen <nmuelll@web.de>2013-07-21 11:57:59 +0200
commitbc443909844d51bb7bbcc5e89b61cecbc83e0ee7 (patch)
tree64f220120750f2668051691c1c881325a626251a /hud.conf.example
parent98b1e097b7da747e1f4ec8e2ff04706329722229 (diff)
Enable builtin drowning
Diffstat (limited to 'hud.conf.example')
-rw-r--r--hud.conf.example13
1 files changed, 7 insertions, 6 deletions
diff --git a/hud.conf.example b/hud.conf.example
index fc8d6eb..dcaa6ae 100644
--- a/hud.conf.example
+++ b/hud.conf.example
@@ -9,8 +9,6 @@
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
-
HUD_ENABLE_FANCY_INVBAR = true --enables/disables fancy hud inventory border(s)
@@ -21,20 +19,23 @@ 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
+-- >>if damage is disabled neither health bar nor hunger bar or breath bar is shown
--
-- health bar
--
-HUD_HEALTH_POS = {x=0,y=0} --min 0, max 1
+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_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
+--
+HUD_AIR_POS = {x=0.5,y=1} --min 0, max 1
+HUD_AIR_OFFSET = {x=15,y=-75} --offset in pixel
+