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

Make health bar slightly smaller

This commit is contained in:
Jbleezy
2022-01-03 16:09:51 -08:00
parent fe2906a7f5
commit 5835f9f47c

View File

@ -248,7 +248,7 @@ health_bar_hud()
flag_wait( "initial_blackscreen_passed" );
x = -364;
y = -70;
y = -68;
if (level.script == "zm_buried")
{
y -= 25;
@ -258,13 +258,13 @@ health_bar_hud()
y -= 60;
}
health_bar = self createbar((1, 1, 1), 110, 14);
health_bar = self createbar((1, 1, 1), 110, 10);
health_bar setpoint(undefined, "BOTTOM", x, y);
health_bar.hidewheninmenu = 1;
health_bar.bar.hidewheninmenu = 1;
health_bar.barframe.hidewheninmenu = 1;
health_bar_text = createfontstring("objective", 1.4);
health_bar_text = createfontstring("objective", 1.2);
health_bar_text setpoint("LEFT", "BOTTOM", x + 60, y);
health_bar_text.hidewheninmenu = 1;
@ -477,7 +477,7 @@ zone_hud()
self endon("disconnect");
x = 5;
y = -115;
y = -111;
if (level.script == "zm_buried")
{
y -= 25;