fix hudbars wrong textures position/size

This commit is contained in:
crabman77 2016-05-06 18:55:27 +02:00
parent 29da4843da
commit 95a3a28412
1 changed files with 1 additions and 1 deletions

View File

@ -118,7 +118,7 @@ function hb.register_hudbar(identifier, text_color, label, textures, default_sta
number = barnumber,
alignment = {x=-1,y=-1},
offset = offset,
size = {x = 2.5, y = 16},
size = "",
})
ids.text = player:hud_add({
hud_elem_type = "text",