Move text 1px up so it fits better into box

This commit is contained in:
Wuzzy 2016-08-05 17:59:41 +02:00
parent 1786ae2cab
commit d64dcb83b5
1 changed files with 1 additions and 1 deletions

View File

@ -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