mirror of
https://github.com/minetest-mods/i3.git
synced 2025-03-20 11:40:27 +01:00
HUD: minor tweak
This commit is contained in:
parent
518ed971ca
commit
1dd742e887
@ -592,7 +592,7 @@ local function add_hud_waypoint(player, name, pos, color)
|
|||||||
return player:hud_add {
|
return player:hud_add {
|
||||||
hud_elem_type = "waypoint",
|
hud_elem_type = "waypoint",
|
||||||
name = name,
|
name = name,
|
||||||
text = " m",
|
text = "m",
|
||||||
world_pos = pos,
|
world_pos = pos,
|
||||||
number = color,
|
number = color,
|
||||||
z_index = -300,
|
z_index = -300,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user