Skip to content
Snippets Groups Projects
Commit b4831064 authored by Milan's avatar Milan
Browse files

update sprint color in hud

parent 61b30a76
No related branches found
No related tags found
No related merge requests found
......@@ -16,7 +16,7 @@ SPRINT_TIMEOUT = 0.5 --Only used if SPRINT_METHOD = 0
if minetest.get_modpath("hudbars") ~= nil then
hb.register_hudbar("sprint", 0xFFFFFF, "Stamina",
{ bar = "sprint_stamina_bar.png", icon = "stamina.png" },
{ bar = "sprint_stamina_bar.png", icon = "stamina.png^[multiply:#6F6" },
SPRINT_STAMINA, SPRINT_STAMINA,
false, "%s: %.1f/%.1f")
SPRINT_HUDBARS_USED = true
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment