diff --git a/mods/areas/hud.lua b/mods/areas/hud.lua index f0f1ed0..503da53 100644 --- a/mods/areas/hud.lua +++ b/mods/areas/hud.lua @@ -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},