mirror of
https://github.com/minetest-mods/craftguide.git
synced 2024-11-26 12:33:43 +01:00
Fix color in HUD
This commit is contained in:
parent
82bb95387e
commit
dcb479dc44
2
init.lua
2
init.lua
@ -1972,7 +1972,7 @@ if progressive_mode then
|
|||||||
hud_elem_type = "text",
|
hud_elem_type = "text",
|
||||||
position = {x = 0.84, y = 1.04},
|
position = {x = 0.84, y = 1.04},
|
||||||
alignment = {x = 1, y = 1},
|
alignment = {x = 1, y = 1},
|
||||||
number = 0xfff,
|
number = 0xffffff,
|
||||||
text = "",
|
text = "",
|
||||||
},
|
},
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user