diff options
author | Brandon <brandon@bremaweb.com> | 2016-08-11 22:39:50 -0500 |
---|---|---|
committer | Brandon <brandon@bremaweb.com> | 2016-08-11 22:39:50 -0500 |
commit | 6ad8c03847accaf9ec89501b3efc735072751ebb (patch) | |
tree | 623a562b1ae9768a7e613990a715d6a78b7fe0d5 /hud.lua | |
parent | f6822e8e45adbef63c0f96af0853d5ecd8f13a18 (diff) |
Move hud element
Diffstat (limited to 'hud.lua')
-rw-r--r-- | hud.lua | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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}, |