diff --git a/init.lua b/init.lua index 92f264e..95bb159 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 - 3, y = offset.y }, + offset = { x = offset.x - 4, y = offset.y + 2 }, z_index = 1, }) end diff --git a/textures/hudbars_bar_background.png b/textures/hudbars_bar_background.png index cbc6c3f..8492306 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 7d19a57..3373790 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 6530916..8440a16 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 176629a..309687e 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 e2be276..cf6b853 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 d1a5bcc..939d917 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 941e973..4a58357 100644 Binary files a/textures/hudbars_icon_health.png and b/textures/hudbars_icon_health.png differ