Sprint: Show "gone" background icons (#982)

This commit is contained in:
Lars Müller 2022-02-03 19:16:53 +01:00 committed by GitHub
parent 4c673695f0
commit 54666b9e86
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 2 additions and 0 deletions

View File

@ -76,7 +76,9 @@ minetest.register_on_joinplayer(function(player)
position = {x=0.5, y=1}, position = {x=0.5, y=1},
size = {x=24, y=24}, size = {x=24, y=24},
text = "sprint_stamina_icon.png", text = "sprint_stamina_icon.png",
text2 = "sprint_stamina_icon_gone.png",
number = 20, number = 20,
item = 2 * STAMINA_MAX,
alignment = {x=0, y=1}, alignment = {x=0, y=1},
offset = {x=-263, y=-110}, offset = {x=-263, y=-110},
}) })

Binary file not shown.

Before

Width:  |  Height:  |  Size: 714 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 80 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 158 B