Add z_index to HUD elements
This commit is contained in:
parent
17f611567c
commit
f27615d77e
5 changed files with 15 additions and 3 deletions
|
@ -70,6 +70,7 @@ local function now_playing(player, track_id)
|
|||
size = { x=100, y=100},
|
||||
number = 0x55FFFF,
|
||||
text = text,
|
||||
z_index = 10,
|
||||
})
|
||||
active_huds[playername] = id
|
||||
end
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue