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

@ -578,6 +578,7 @@ if c("totem") then
position = { x=0.5, y=1 },
scale = { x=17, y=17 },
offset = { x=0, y=-178 },
z_index = 10,
})
minetest.after(3, function(name)
local player = minetest.get_player_by_name(name)