mirror of
https://github.com/JezuzLizard/Public-BO2-Mods.git
synced 2025-06-07 18:47:59 -05:00
25 lines
739 B
Plaintext
25 lines
739 B
Plaintext
Remaining = create_simple_hud();
|
|
Remaining.horzAlign = "center";
|
|
Remaining.vertAlign = "middle";
|
|
Remaining.alignX = "center";
|
|
Remaining.alignY = "middle";
|
|
Remaining.y = 20;
|
|
Remaining.x = 0;
|
|
Remaining.foreground = 1;
|
|
Remaining.fontscale = 2.0;
|
|
Remaining.alpha = 1;
|
|
Remaining.color = ( 0.98, 0.549, 0 );
|
|
|
|
Countdown = create_simple_hud();
|
|
Countdown.horzAlign = "center";
|
|
Countdown.vertAlign = "middle";
|
|
Countdown.alignX = "center";
|
|
Countdown.alignY = "middle";
|
|
Countdown.y = -20;
|
|
Countdown.x = 0;
|
|
Countdown.foreground = 1;
|
|
Countdown.fontscale = 2.0;
|
|
Countdown.alpha = 1;
|
|
Countdown.color = ( 1.000, 1.000, 1.000 );
|
|
Countdown SetText( "Match begins in" );
|