Add z_index to HUD elements

This commit is contained in:
Wuzzy 2020-04-07 13:03:10 +02:00
parent 17f611567c
commit f27615d77e
5 changed files with 15 additions and 3 deletions

View file

@ -42,6 +42,7 @@ local function set_hud(player)
alignment = {x=0, y=0},
number = 0xFFFFFF ,
text = "",
z_index = 10,
})
end