1
0
mirror of https://github.com/JezuzLizard/BO2-Reimagined.git synced 2025-06-26 07:00:25 -05:00

Add foreground to revive and bleedout bar HUD

This commit is contained in:
Jbleezy
2023-04-20 21:19:18 -07:00
parent 79e36a871a
commit 2f8d34a4db
5 changed files with 21 additions and 0 deletions

View File

@ -258,6 +258,9 @@ chugabud_bleed_timeout_hud_create( delay )
hud.hidewheninmenu = 1;
hud.bar.hidewheninmenu = 1;
hud.barframe.hidewheninmenu = 1;
hud.foreground = 1;
hud.bar.foreground = 1;
hud.barframe.foreground = 1;
hud.sort = 1;
hud.bar.sort = 2;
hud.barframe.sort = 3;