summaryrefslogtreecommitdiff
path: root/hud.lua
diff options
context:
space:
mode:
Diffstat (limited to 'hud.lua')
-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}