Add hidden background texture (#35)

* Add hidden background texture

* Remove old texture
This commit is contained in:
OgelGames 2020-12-28 21:30:24 +11:00 committed by GitHub
parent b4519d13db
commit 9fa18c564b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 0 deletions

View File

@ -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