Skip to content

Instantly share code, notes, and snippets.

@Andrey2470T
Created July 7, 2018 12:55
Show Gist options
  • Save Andrey2470T/4b9fcc6088eec63eaf51ba568b951766 to your computer and use it in GitHub Desktop.
Save Andrey2470T/4b9fcc6088eec63eaf51ba568b951766 to your computer and use it in GitHub Desktop.
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)}
})
@Andrey2470T
Copy link
Author

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment