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

Move timer HUD down (due to Plutonium watermark)

This commit is contained in:
Jbleezy
2021-12-09 06:35:49 -08:00
parent 1e0bc580e1
commit f0048a495c

View File

@ -352,7 +352,7 @@ timer_hud()
timer_hud.horzalign = "user_right";
timer_hud.vertalign = "user_top";
timer_hud.x -= 5;
timer_hud.y += 2;
timer_hud.y += 12;
timer_hud.fontscale = 1.4;
timer_hud.alpha = 0;
timer_hud.color = ( 1, 1, 1 );
@ -375,7 +375,7 @@ round_timer_hud()
round_timer_hud.horzalign = "user_right";
round_timer_hud.vertalign = "user_top";
round_timer_hud.x -= 5;
round_timer_hud.y += 17;
round_timer_hud.y += 27;
round_timer_hud.fontscale = 1.4;
round_timer_hud.alpha = 0;
round_timer_hud.color = ( 1, 1, 1 );