Move the HUD display up to not cover the hotbar

This commit is contained in:
ShadowNinja 2013-11-18 21:08:22 -05:00
parent 38dc65eb8e
commit 0d0215200c
1 changed files with 2 additions and 2 deletions

View File

@ -15,10 +15,10 @@ minetest.register_globalstep(function(dtime)
name = "AreaOwners", name = "AreaOwners",
number = 0xFFFFFF, number = 0xFFFFFF,
position = {x=0, y=1}, position = {x=0, y=1},
offset = {x=5, y=-40}, offset = {x=5, y=-60},
direction = 0, direction = 0,
text = "Area owners: "..ownerString, text = "Area owners: "..ownerString,
scale = {x=200, y=40}, scale = {x=200, y=60},
alignment = {x=1, y=1}, alignment = {x=1, y=1},
}) })
areas.hud[name].oldOwners = ownerString areas.hud[name].oldOwners = ownerString