summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBrandon <brandon@bremaweb.com>2016-08-11 22:39:50 -0500
committerBrandon <brandon@bremaweb.com>2016-08-11 22:39:50 -0500
commit6ad8c03847accaf9ec89501b3efc735072751ebb (patch)
tree623a562b1ae9768a7e613990a715d6a78b7fe0d5
parentf6822e8e45adbef63c0f96af0853d5ecd8f13a18 (diff)
Move hud element
-rw-r--r--hud.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/hud.lua b/hud.lua
index 04ef25d..0e33b32 100644
--- a/hud.lua
+++ b/hud.lua
@@ -29,7 +29,7 @@ minetest.register_globalstep(function(dtime)
hud_elem_type = "text",
name = "LandOwner",
number = 0xFFFFFF,
- position = {x=.2, y=.98},
+ position = {x=0.02, y=.98},
text="Land Owner: "..owner,
scale = {x=200,y=25},
alignment = {x=0, y=0},