summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorShadowNinja <shadowninja@minetest.net>2013-11-18 21:08:22 -0500
committerShadowNinja <shadowninja@minetest.net>2013-11-18 21:12:27 -0500
commit0d0215200cd3f353e3240ae275c2ef35fc86077e (patch)
treef5edd650c2bcbf4653a3b620fde4e7cdc16188bf
parent38dc65eb8e5bd2df6cd52b5122d517f8beffdef3 (diff)
Move the HUD display up to not cover the hotbar
-rw-r--r--hud.lua4
1 files 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