diff options
author | Brandon <brandon@bremaweb.com> | 2016-08-11 22:41:48 -0500 |
---|---|---|
committer | Brandon <brandon@bremaweb.com> | 2016-08-11 22:41:48 -0500 |
commit | 12dbc31151eb9c689af2351e0b2779db23702b65 (patch) | |
tree | f32f83df34ac20130ba8578fa3b182dc1ec6aab1 /hud.lua | |
parent | 6ad8c03847accaf9ec89501b3efc735072751ebb (diff) |
Move hud again
Diffstat (limited to 'hud.lua')
-rw-r--r-- | hud.lua | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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} |