Increase z_index values to match new convention

This commit is contained in:
Wuzzy 2020-04-17 21:27:45 +02:00
parent 3803dba233
commit 6a77a54034
4 changed files with 7 additions and 7 deletions

View file

@ -70,7 +70,7 @@ local function now_playing(player, track_id)
size = { x=100, y=100},
number = 0x55FFFF,
text = text,
z_index = 10,
z_index = 100,
})
active_huds[playername] = id
end