Add z_indexes

This commit is contained in:
Jean-Patrick Guerrero 2020-07-10 01:40:41 +02:00
parent 763e953b8b
commit f7515ab429
1 changed files with 3 additions and 0 deletions

View File

@ -1934,6 +1934,7 @@ if progressive_mode then
alignment = {x = 1, y = 1},
scale = {x = 370, y = 112},
text = PNG.bg,
z_index = 0xDEAD,
},
book = player:hud_add{
@ -1942,6 +1943,7 @@ if progressive_mode then
alignment = {x = 1, y = 1},
scale = {x = 4, y = 4},
text = PNG.book,
z_index = 0xDEAD,
},
text = player:hud_add{
@ -1950,6 +1952,7 @@ if progressive_mode then
alignment = {x = 1, y = 1},
number = 0xffffff,
text = "",
z_index = 0xDEAD,
},
}
end