summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBrandon <brandon@bremaweb.com>2016-08-11 22:41:48 -0500
committerBrandon <brandon@bremaweb.com>2016-08-11 22:41:48 -0500
commit12dbc31151eb9c689af2351e0b2779db23702b65 (patch)
treef32f83df34ac20130ba8578fa3b182dc1ec6aab1
parent6ad8c03847accaf9ec89501b3efc735072751ebb (diff)
Move hud again
-rw-r--r--hud.lua4
1 files changed, 2 insertions, 2 deletions
diff --git a/hud.lua b/hud.lua
index 0e33b32..71ce00f 100644
--- a/hud.lua
+++ b/hud.lua
@@ -29,8 +29,8 @@ minetest.register_globalstep(function(dtime)
hud_elem_type = "text",
name = "LandOwner",
number = 0xFFFFFF,
- position = {x=0.02, y=.98},
- text="Land Owner: "..owner,
+ position = {x=0.085, y=.98},
+ text="Owner: "..owner,
scale = {x=200,y=25},
alignment = {x=0, y=0},
}), lastowner=owner}