diff options
author | Wuzzy <almikes@aol.com> | 2015-02-09 23:42:56 +0100 |
---|---|---|
committer | Wuzzy <almikes@aol.com> | 2015-02-09 23:42:56 +0100 |
commit | 652da11a1fc16ae89e2fef90e7ccd6603a9a5b02 (patch) | |
tree | ddf54b92653fd15bca791fb507f9833c6f263a6e /hud.conf.example | |
parent | 041e76692bb5b6b41bd15a101ecb51d80f0358ef (diff) |
hud.conf → hudbars.conf
Diffstat (limited to 'hud.conf.example')
-rw-r--r-- | hud.conf.example | 20 |
1 files changed, 0 insertions, 20 deletions
diff --git a/hud.conf.example b/hud.conf.example deleted file mode 100644 index 663329c..0000000 --- a/hud.conf.example +++ /dev/null @@ -1,20 +0,0 @@ ---##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 - |