From f7515ab429e842e89e514104a4f3f88930f0ce02 Mon Sep 17 00:00:00 2001 From: Jean-Patrick Guerrero Date: Fri, 10 Jul 2020 01:40:41 +0200 Subject: [PATCH] Add z_indexes --- init.lua | 3 +++ 1 file changed, 3 insertions(+) diff --git a/init.lua b/init.lua index c726090..823a28e 100644 --- a/init.lua +++ b/init.lua @@ -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