Skip to content
This repository was archived by the owner on Aug 9, 2023. It is now read-only.

Commit f7515ab

Browse files
committed
Add z_indexes
1 parent 763e953 commit f7515ab

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

init.lua

+3
Original file line numberDiff line numberDiff line change
@@ -1934,6 +1934,7 @@ if progressive_mode then
19341934
alignment = {x = 1, y = 1},
19351935
scale = {x = 370, y = 112},
19361936
text = PNG.bg,
1937+
z_index = 0xDEAD,
19371938
},
19381939

19391940
book = player:hud_add{
@@ -1942,6 +1943,7 @@ if progressive_mode then
19421943
alignment = {x = 1, y = 1},
19431944
scale = {x = 4, y = 4},
19441945
text = PNG.book,
1946+
z_index = 0xDEAD,
19451947
},
19461948

19471949
text = player:hud_add{
@@ -1950,6 +1952,7 @@ if progressive_mode then
19501952
alignment = {x = 1, y = 1},
19511953
number = 0xffffff,
19521954
text = "",
1955+
z_index = 0xDEAD,
19531956
},
19541957
}
19551958
end

0 commit comments

Comments
 (0)