mirror of
git://repo.or.cz/minetest_schemedit.git
synced 2025-01-09 17:40:32 +01:00
Add z_index to waypoint
This commit is contained in:
parent
2b6a759eac
commit
35290e7eac
1
init.lua
1
init.lua
@ -940,6 +940,7 @@ function schemedit.display_node_prob(player, pos, prob, force_place)
|
|||||||
text = "m", -- For the distance artifact [legacy]
|
text = "m", -- For the distance artifact [legacy]
|
||||||
number = text_color_number,
|
number = text_color_number,
|
||||||
world_pos = pos,
|
world_pos = pos,
|
||||||
|
z_index = -300,
|
||||||
})
|
})
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
Loading…
Reference in New Issue
Block a user