1
0
mirror of https://github.com/sys4-fr/server-nalc.git synced 2024-09-17 02:00:23 +02:00
server-nalc/mods/hud/hud.conf
LeMagnesium b6e44b4047 Manually applied hunger_split update
- Updated hud/hunger splitting while keeping our configuration and solving
  issues
2015-04-08 23:30:51 +02:00

13 lines
371 B
Plaintext
Executable File

--##Better HUD example config file##
------------------------------------
HUD_ENABLE_HUNGER = true
HUD_HUNGER_TICK = 300
HUD_ARMOR_POS = {x=0.5,y=1}
HUD_ARMOR_OFFSET= {x=-320, y=-154}
HUD_HEALTH_POS = {x=0.5,y=1}
HUD_HEALTH_OFFSET = {x=-320, y=-122}
HUD_HUNGER_POS = {x=0.5,y=1}
HUD_HUNGER_OFFSET = {x=80, y=-122}
HUD_AIR_POS= {x=0.5,y=1}
HUD_AIR_OFFSET = {x=80, y=-154}