summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWuzzy <almikes@aol.com>2016-08-05 17:59:41 +0200
committerWuzzy <almikes@aol.com>2016-08-05 17:59:41 +0200
commitd64dcb83b534e832c7fa0c54a304c4e7283b12c4 (patch)
tree7dcb184db458b4e2e33f3f8bdff51bec0e48d6f8
parent1786ae2cab4ab0e361911fa0dcafa85d12c4e982 (diff)
Move text 1px up so it fits better into box
-rw-r--r--init.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/init.lua b/init.lua
index 969dd78..f7ac84c 100644
--- a/init.lua
+++ b/init.lua
@@ -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