Add hidden background texture (#35)
* Add hidden background texture * Remove old texture
This commit is contained in:
parent
b4519d13db
commit
9fa18c564b
2
init.lua
2
init.lua
@ -516,6 +516,8 @@ minetest.register_on_joinplayer(function(player)
|
||||
size = {x = 24, y = 24},
|
||||
text = "stamina_hud_fg.png",
|
||||
number = level,
|
||||
text2 = "stamina_hud_bg.png",
|
||||
item = settings.visual_max,
|
||||
alignment = {x = -1, y = -1},
|
||||
offset = {x = -266, y = -110},
|
||||
max = 0,
|
||||
|
Binary file not shown.
Before Width: | Height: | Size: 417 B After Width: | Height: | Size: 81 B |
Loading…
x
Reference in New Issue
Block a user