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

@ -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)