diff options
author | ShadowNinja <shadowninja@minetest.net> | 2013-11-18 21:08:22 -0500 |
---|---|---|
committer | ShadowNinja <shadowninja@minetest.net> | 2013-11-18 21:12:27 -0500 |
commit | 0d0215200cd3f353e3240ae275c2ef35fc86077e (patch) | |
tree | f5edd650c2bcbf4653a3b620fde4e7cdc16188bf | |
parent | 38dc65eb8e5bd2df6cd52b5122d517f8beffdef3 (diff) |
Move the HUD display up to not cover the hotbar
-rw-r--r-- | hud.lua | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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 |