hud.conf.example 956 B

123456789101112131415161718192021222324252627282930313233343536
  1. --##Better HUD example config file##
  2. ------------------------------------
  3. -- This example moves the statbars in the down left and down right corners. By Echoes91
  4. -- NOTICE --
  5. -- if damage is disabled no statbar is shown at all
  6. -- Make sure that the statbars are shown correct on other screen resolutions aswell
  7. HUD_SB_SIZE = {x = 24, y = 24} -- statbar icon size in pixel before (!) scaling
  8. --
  9. -- health bar
  10. --
  11. HUD_HEALTH_POS = {x = 0, y = 1} -- min 0, max 1
  12. HUD_HEALTH_OFFSET = {x = 10, y = -30} -- offset in pixel
  13. --
  14. -- hunger bar
  15. --
  16. HUD_HUNGER_POS = {x = 1, y = 1} -- min 0, max 1
  17. HUD_HUNGER_OFFSET = {x = -250, y = -30} -- offset in pixel
  18. --
  19. -- breath bar
  20. --
  21. HUD_AIR_POS = {x = 1, y = 1} -- min 0, max 1
  22. HUD_AIR_OFFSET = {x = -250, y = -60} -- offset in pixel
  23. --
  24. -- armor bar
  25. --
  26. HUD_ARMOR_POS = {x = 0, y = 1} -- min 0, max 1
  27. HUD_ARMOR_OFFSET = {x = 10, y = -60} -- offset in pixel