Move “You are here” below minimap

master
Wuzzy 2016-02-13 17:45:09 +01:00
parent fadca765b8
commit 96dfe4efab
1 changed files with 2 additions and 2 deletions

View File

@ -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},