version 0.21
This commit is contained in:
parent
bd1233aaf1
commit
c8d70b992c
1717 changed files with 68882 additions and 0 deletions
33
mods/hud/hud.conf.example
Normal file
33
mods/hud/hud.conf.example
Normal file
|
@ -0,0 +1,33 @@
|
|||
--##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)
|
||||
|
||||
|
||||
--!NOTICE!--
|
||||
-- >>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_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
|
||||
--
|
||||
HUD_AIR_POS = {x=0.5,y=1} --min 0, max 1
|
||||
HUD_AIR_OFFSET = {x=15,y=-75} --offset in pixel
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue