1
0
mirror of https://github.com/JezuzLizard/BO2-Reimagined.git synced 2025-06-10 23:27:57 -05:00

Slightly adjust health number position

This commit is contained in:
Jbleezy
2022-01-01 04:13:36 -08:00
parent fdab8fbd18
commit f972f8d77e

View File

@ -287,7 +287,7 @@ health_bar_hud()
health_bar.barframe.hidewheninmenu = 1;
health_bar_text = createfontstring("objective", 1.4);
health_bar_text setpoint(undefined, "BOTTOM", x + 69, y);
health_bar_text setpoint(undefined, "BOTTOM", x + 67, y);
health_bar_text.hidewheninmenu = 1;
while (1)