From 0d0215200cd3f353e3240ae275c2ef35fc86077e Mon Sep 17 00:00:00 2001 From: ShadowNinja Date: Mon, 18 Nov 2013 21:08:22 -0500 Subject: [PATCH] Move the HUD display up to not cover the hotbar --- hud.lua | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/hud.lua b/hud.lua index d7eea0d..2ed2e0e 100644 --- a/hud.lua +++ b/hud.lua @@ -15,10 +15,10 @@ minetest.register_globalstep(function(dtime) name = "AreaOwners", number = 0xFFFFFF, position = {x=0, y=1}, - offset = {x=5, y=-40}, + offset = {x=5, y=-60}, direction = 0, text = "Area owners: "..ownerString, - scale = {x=200, y=40}, + scale = {x=200, y=60}, alignment = {x=1, y=1}, }) areas.hud[name].oldOwners = ownerString