diff options
author | Wuzzy <almikes@aol.com> | 2016-08-05 17:59:41 +0200 |
---|---|---|
committer | Wuzzy <almikes@aol.com> | 2016-08-05 17:59:41 +0200 |
commit | d64dcb83b534e832c7fa0c54a304c4e7283b12c4 (patch) | |
tree | 7dcb184db458b4e2e33f3f8bdff51bec0e48d6f8 /init.lua | |
parent | 1786ae2cab4ab0e361911fa0dcafa85d12c4e982 (diff) |
Move text 1px up so it fits better into box
Diffstat (limited to 'init.lua')
-rw-r--r-- | init.lua | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -243,7 +243,7 @@ function hb.register_hudbar(identifier, text_color, label, textures, default_sta alignment = {x=1,y=1}, number = text_color, direction = 0, - offset = { x = offset.x + 2, y = offset.y }, + offset = { x = offset.x + 2, y = offset.y - 1}, }) end -- Do not forget to update hb.get_hudbar_state if you add new fields to the state table |