Add z_index to HUD elements
This commit is contained in:
parent
17f611567c
commit
f27615d77e
5 changed files with 15 additions and 3 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue