summaryrefslogtreecommitdiff
path: root/hudbars.conf.example
diff options
context:
space:
mode:
Diffstat (limited to 'hudbars.conf.example')
-rw-r--r--hudbars.conf.example20
1 files changed, 20 insertions, 0 deletions
diff --git a/hudbars.conf.example b/hudbars.conf.example
new file mode 100644
index 0000000..663329c
--- /dev/null
+++ b/hudbars.conf.example
@@ -0,0 +1,20 @@
+--##HUD bars example config file##
+------------------------------------
+-- This example moves the health bar in the top left corner and the hunger bar in the top right corner
+
+
+--!NOTICE!--
+-- >>if damage is disabled neither health bar nor breath 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
+
+--
+-- breath bar
+--
+HUD_AIR_POS = {x=0.5,y=1} --min 0, max 1
+HUD_AIR_OFFSET = {x=15,y=-75} --offset in pixel
+