Move “You are here” below minimap
This commit is contained in:
parent
fadca765b8
commit
96dfe4efab
@ -27,8 +27,8 @@ minetest.register_globalstep(function(dtime)
|
||||
hud_elem_type = "text",
|
||||
name = "Areas",
|
||||
number = 0xFFFFFF,
|
||||
position = {x=1, y=0},
|
||||
offset = {x=-12, y=6},
|
||||
position = {x=1, y=0.25},
|
||||
offset = {x=-12, y=17},
|
||||
text = areaString,
|
||||
scale = {x=200, y=60},
|
||||
alignment = {x=-1, y=1},
|
||||
|
Loading…
x
Reference in New Issue
Block a user