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

@ -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