forked from mtcontrib/minetest_hbarmor
10 lines
279 B
Plaintext
10 lines
279 B
Plaintext
-- If true, automatically hides the armor when the player wears no armor.
|
|
-- Otherwise, the armor bar shows “0%”.
|
|
|
|
--hbarmor.autohide = true
|
|
|
|
-- Time difference in seconds between updates to the HUD armor bar.
|
|
-- Increase this number for slow servers.
|
|
|
|
-- hbarmor.tick = 0.1
|