hud.conf.no_hunger 864 B

1234567891011121314151617181920212223242526272829303132333435363738394041
  1. --[[
  2. Better HUD config file, without Hunger mod.
  3. This file mirrors the default settings of the Better HUD mod,
  4. except that it moves the "breath" bar upwards to make room
  5. for the "thirst" bar.
  6. Use this config file as a starting point if you *don't* have the
  7. Hunger mod enabled.
  8. For more information, see hud.conf.example in the mods/hud
  9. directory.
  10. ]]
  11. HUD_SB_SIZE = { x = 24, y = 24 }
  12. --[[ Layout:
  13. ARMOR | (AIR)
  14. HEALTH | THIRST
  15. ]]
  16. HUD_HEALTH_POS = { x = 0.5, y = 1 }
  17. HUD_HEALTH_OFFSET = { x = -262, y = -87 }
  18. -- not used
  19. HUD_HUNGER_POS = { x = 0.5, y = 1 }
  20. HUD_HUNGER_OFFSET = { x = 15, y = -133 }
  21. HUD_AIR_POS = { x = 0.5, y = 1 }
  22. HUD_AIR_OFFSET = { x = 15, y = -110 }
  23. HUD_ARMOR_POS = { x = 0.5, y = 1 }
  24. HUD_ARMOR_OFFSET = { x = -262, y = -110 }
  25. HUD_THIRST_POS = { x = 0.5, y = 1 }
  26. HUD_THIRST_OFFSET = { x = 15, y = -87 }