diff --git a/init.lua b/init.lua index 031ccda..da9d1f3 100644 --- a/init.lua +++ b/init.lua @@ -209,7 +209,7 @@ function hb.register_hudbar(identifier, text_color, label, textures, default_sta scale = iconscale, text = textures.icon, alignment = {x=-1,y=1}, - offset = { x = offset.x - 4, y = offset.y + 2 }, + offset = { x = offset.x - 3, y = offset.y }, z_index = 1, }) end diff --git a/textures/hudbars_bar_background.png b/textures/hudbars_bar_background.png index 8492306..cbc6c3f 100644 Binary files a/textures/hudbars_bar_background.png and b/textures/hudbars_bar_background.png differ diff --git a/textures/hudbars_bar_breath.png b/textures/hudbars_bar_breath.png index 3373790..7d19a57 100644 Binary files a/textures/hudbars_bar_breath.png and b/textures/hudbars_bar_breath.png differ diff --git a/textures/hudbars_bar_health.png b/textures/hudbars_bar_health.png index 8440a16..6530916 100644 Binary files a/textures/hudbars_bar_health.png and b/textures/hudbars_bar_health.png differ diff --git a/textures/hudbars_bgicon_breath.png b/textures/hudbars_bgicon_breath.png index 309687e..176629a 100644 Binary files a/textures/hudbars_bgicon_breath.png and b/textures/hudbars_bgicon_breath.png differ diff --git a/textures/hudbars_bgicon_health.png b/textures/hudbars_bgicon_health.png index cf6b853..e2be276 100644 Binary files a/textures/hudbars_bgicon_health.png and b/textures/hudbars_bgicon_health.png differ diff --git a/textures/hudbars_icon_breath.png b/textures/hudbars_icon_breath.png index 939d917..d1a5bcc 100644 Binary files a/textures/hudbars_icon_breath.png and b/textures/hudbars_icon_breath.png differ diff --git a/textures/hudbars_icon_health.png b/textures/hudbars_icon_health.png index 4a58357..941e973 100644 Binary files a/textures/hudbars_icon_health.png and b/textures/hudbars_icon_health.png differ