Skip to content

Commit

Permalink
Add hidden background texture (#35)
Browse files Browse the repository at this point in the history
* Add hidden background texture

* Remove old texture
  • Loading branch information
OgelGames committed Dec 28, 2020
1 parent b4519d1 commit 9fa18c5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions init.lua
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down
Binary file modified textures/stamina_hud_bg.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 9fa18c5

Please sign in to comment.