Add z_index to HUD elements
This commit is contained in:
parent
17f611567c
commit
f27615d77e
5 changed files with 15 additions and 3 deletions
|
@ -42,6 +42,7 @@ local function set_hud(player)
|
|||
alignment = {x=0, y=0},
|
||||
number = 0xFFFFFF ,
|
||||
text = "",
|
||||
z_index = 10,
|
||||
})
|
||||
end
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue