-
-
Save Andrey2470T/4b9fcc6088eec63eaf51ba568b951766 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
minetest.hud_replace_builtin("health", { | |
hud_elem_type = "statbar", | |
position = {x = 0.5, y = 1}, | |
text = "poisonous_heart.png", | |
number = 20, | |
direction = 0, | |
size = {x = 24, y = 24}, | |
offset = {x = (-10*24)-25, y = -(48 + 24 + 16)} | |
}) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
P.S: the table_definition is SAME it is written in statbar.lua file in builtin folder, only i`ve changed name of "text" element.