diff options
author | Wuzzy <almikes@aol.com> | 2016-08-05 21:14:42 +0200 |
---|---|---|
committer | Wuzzy <almikes@aol.com> | 2016-08-05 21:14:42 +0200 |
commit | 6d850edf960c8a4d6e6821184ef0527d2045c404 (patch) | |
tree | bbbc66241390b9f4a4b99e6f8aac7bf0107e7524 /init.lua | |
parent | 3b57b2cd4a28243a6e2681d28b002f3ce4900249 (diff) |
Add breath background icon for statbar_modern
Diffstat (limited to 'init.lua')
-rw-r--r-- | init.lua | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -439,7 +439,7 @@ end --register built-in HUD bars if minetest.setting_getbool("enable_damage") or hb.settings.forceload_default_hudbars then hb.register_hudbar("health", 0xFFFFFF, S("Health"), { bar = "hudbars_bar_health.png", icon = "hudbars_icon_health.png", bgicon = "hudbars_bgicon_health.png" }, 20, 20, false) - hb.register_hudbar("breath", 0xFFFFFF, S("Breath"), { bar = "hudbars_bar_breath.png", icon = "hudbars_icon_breath.png" }, 10, 10, true) + hb.register_hudbar("breath", 0xFFFFFF, S("Breath"), { bar = "hudbars_bar_breath.png", icon = "hudbars_icon_breath.png", bgicon = "hudbars_bgicon_breath.png" }, 10, 10, true) end local function hide_builtin(player) |