forked from mtcontrib/minetest_mana
Change la manabar par la version MFF
This commit is contained in:
parent
b152b04601
commit
45eb047016
2
init.lua
2
init.lua
@ -276,7 +276,7 @@ end)
|
||||
]===]
|
||||
|
||||
if minetest.get_modpath("hudbars") ~= nil then
|
||||
hb.register_hudbar("mana", 0xFFFFFF, S("Mana"), { bar = "mana_bar.png", icon = "mana_icon.png", bgicon = "mana_bgicon.png" }, 0, mana.settings.default_max, false)
|
||||
hb.register_hudbar("mana", 0xFFFFFF, S("Mana"), { bar = "mana_bar_purple.png", icon = "mana_icon_purple.png", bgicon = "mana_icon_bg_empty.png" }, 0, mana.settings.default_max, false)
|
||||
|
||||
function mana.hud_update(playername)
|
||||
local player = minetest.get_player_by_name(playername)
|
||||
|
Binary file not shown.
Before Width: | Height: | Size: 80 B |
BIN
textures/mana_bar_purple.png
Executable file
BIN
textures/mana_bar_purple.png
Executable file
Binary file not shown.
After Width: | Height: | Size: 82 B |
Binary file not shown.
Before Width: | Height: | Size: 2.9 KiB |
Binary file not shown.
Before Width: | Height: | Size: 2.9 KiB |
BIN
textures/mana_icon_bg_empty.png
Executable file
BIN
textures/mana_icon_bg_empty.png
Executable file
Binary file not shown.
After Width: | Height: | Size: 635 B |
BIN
textures/mana_icon_purple.png
Executable file
BIN
textures/mana_icon_purple.png
Executable file
Binary file not shown.
After Width: | Height: | Size: 600 B |
Loading…
Reference in New Issue
Block a user