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:
@ -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;
|
||||
|
Reference in New Issue
Block a user