mirror of
https://repo.or.cz/minetest_hudbars.git
synced 2025-04-05 23:51:26 +02:00
Change color of breath bar
This commit is contained in:
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 |
Reference in New Issue
Block a user