Move “You are here” below minimap

This commit is contained in:
Wuzzy 2016-02-13 17:45:09 +01:00
parent fadca765b8
commit 96dfe4efab

View File

@ -27,8 +27,8 @@ minetest.register_globalstep(function(dtime)
hud_elem_type = "text", hud_elem_type = "text",
name = "Areas", name = "Areas",
number = 0xFFFFFF, number = 0xFFFFFF,
position = {x=1, y=0}, position = {x=1, y=0.25},
offset = {x=-12, y=6}, offset = {x=-12, y=17},
text = areaString, text = areaString,
scale = {x=200, y=60}, scale = {x=200, y=60},
alignment = {x=-1, y=1}, alignment = {x=-1, y=1},