1
0
mirror of git://repo.or.cz/minetest_schemedit.git synced 2024-11-14 03:30:16 +01:00

Add z_index to waypoint

This commit is contained in:
Wuzzy 2021-04-05 01:29:07 +02:00
parent 2b6a759eac
commit 35290e7eac

View File

@ -940,6 +940,7 @@ function schemedit.display_node_prob(player, pos, prob, force_place)
text = "m", -- For the distance artifact [legacy]
number = text_color_number,
world_pos = pos,
z_index = -300,
})
end
end