forked from mtcontrib/minetest_hudbars
Change color of breath bar
This commit is contained in:
parent
1c4a408d9b
commit
fdc13e92bd
2
init.lua
2
init.lua
|
@ -284,7 +284,7 @@ local function custom_hud(player)
|
||||||
position = HUD_AIR_POS,
|
position = HUD_AIR_POS,
|
||||||
text = airtext,
|
text = airtext,
|
||||||
alignment = {x=1,y=1},
|
alignment = {x=1,y=1},
|
||||||
number = 0x000000,
|
number = 0xFFFFFF,
|
||||||
direction = 0,
|
direction = 0,
|
||||||
offset = { x = HUD_AIR_OFFSET.x + 2, y = HUD_AIR_OFFSET.y },
|
offset = { x = HUD_AIR_OFFSET.x + 2, y = HUD_AIR_OFFSET.y },
|
||||||
})
|
})
|
||||||
|
|
Binary file not shown.
Before Width: | Height: | Size: 80 B After Width: | Height: | Size: 80 B |
Loading…
Reference in New Issue
Block a user