Add z_index to HUD elements

master
Wuzzy 2020-04-07 16:20:26 +02:00
parent 62b0cae05a
commit 00ee213ecf
1 changed files with 1 additions and 0 deletions

View File

@ -282,6 +282,7 @@ function orienteering.init_hud(player)
alignment = orienteering.settings.hud_alignment,
number = 0xFFFFFF,
scale= { x = 100, y = 20 },
z_index = 0,
})
end
end