Increase z_index values to match new convention
This commit is contained in:
parent
3803dba233
commit
6a77a54034
4 changed files with 7 additions and 7 deletions
|
@ -578,7 +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,
|
||||
z_index = 100,
|
||||
})
|
||||
minetest.after(3, function(name)
|
||||
local player = minetest.get_player_by_name(name)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue