1
0
mirror of https://repo.or.cz/minetest_hudbars.git synced 2025-07-15 06:40:30 +02:00

Version MFF.

This commit is contained in:
sys4-fr
2018-09-07 22:41:38 +02:00
parent 44a1313d2f
commit bb55851b36
19 changed files with 250 additions and 69 deletions

10
hudbars.conf Executable file
View File

@ -0,0 +1,10 @@
-- if custom==true, use custom position
-- X 0=left, 1=right
--Y 0,1,2 = down--> up
hb.settings.custom.custom = true
hb.settings.custom.health = { x = 0, y = 0 }
hb.settings.custom.satiation = { x = 0, y = 1 }
hb.settings.custom.sprint = { x = 1, y = 1 }
hb.settings.custom.mana = { x = 1, y = 0 }
hb.settings.custom.armor = { x = 1, y = 2 }
hb.settings.custom.breath = { x = 0, y = 2 }