From 96dfe4efabbb6ac48027da0f0a7c0efef956ede1 Mon Sep 17 00:00:00 2001 From: Wuzzy Date: Sat, 13 Feb 2016 17:45:09 +0100 Subject: [PATCH] =?UTF-8?q?Move=20=E2=80=9CYou=20are=20here=E2=80=9D=20bel?= =?UTF-8?q?ow=20minimap?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- mods/areas/hud.lua | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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},