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

Change timer HUD labels

This commit is contained in:
Jbleezy
2021-12-09 06:52:59 -08:00
parent f0048a495c
commit 5799f6d622

View File

@ -357,7 +357,7 @@ timer_hud()
timer_hud.alpha = 0; timer_hud.alpha = 0;
timer_hud.color = ( 1, 1, 1 ); timer_hud.color = ( 1, 1, 1 );
timer_hud.hidewheninmenu = 1; timer_hud.hidewheninmenu = 1;
timer_hud.label = &"Time: "; timer_hud.label = &"Total: ";
flag_wait( "initial_blackscreen_passed" ); flag_wait( "initial_blackscreen_passed" );
@ -380,7 +380,7 @@ round_timer_hud()
round_timer_hud.alpha = 0; round_timer_hud.alpha = 0;
round_timer_hud.color = ( 1, 1, 1 ); round_timer_hud.color = ( 1, 1, 1 );
round_timer_hud.hidewheninmenu = 1; round_timer_hud.hidewheninmenu = 1;
round_timer_hud.label = &"Round Time: "; round_timer_hud.label = &"Round: ";
flag_wait( "initial_blackscreen_passed" ); flag_wait( "initial_blackscreen_passed" );