mirror of
https://github.com/sys4-fr/server-nalc.git
synced 2025-01-11 18:40:25 +01:00
fix hudbars wrong textures position/size
This commit is contained in:
parent
29da4843da
commit
95a3a28412
@ -118,7 +118,7 @@ function hb.register_hudbar(identifier, text_color, label, textures, default_sta
|
|||||||
number = barnumber,
|
number = barnumber,
|
||||||
alignment = {x=-1,y=-1},
|
alignment = {x=-1,y=-1},
|
||||||
offset = offset,
|
offset = offset,
|
||||||
size = {x = 2.5, y = 16},
|
size = "",
|
||||||
})
|
})
|
||||||
ids.text = player:hud_add({
|
ids.text = player:hud_add({
|
||||||
hud_elem_type = "text",
|
hud_elem_type = "text",
|
||||||
|
Loading…
Reference in New Issue
Block a user