@@ -19,10 +19,11 @@ public virtual void Draw(int interval)
1919 SizeF res = UIMenu . GetScreenResolutionMantainRatio ( ) ;
2020 Point safe = UIMenu . GetSafezoneBounds ( ) ;
2121
22- new UIResText ( Label , new Point ( ( int ) res . Width - safe . X - 180 , ( int ) res . Height - safe . Y - ( 10 + ( 4 * interval ) ) ) , 0.3f , Color . White , Font . ChaletLondon , UIResText . Alignment . Right ) . Draw ( ) ;
23- new Sprite ( "timerbars" , "all_black_bg" , new Point ( ( int ) res . Width - safe . X - 298 , ( int ) res . Height - safe . Y - ( 20 + ( 4 * interval ) ) ) , new Size ( 300 , 37 ) , 0f , Color . FromArgb ( 180 , 255 , 255 , 255 ) ) . Draw ( ) ;
22+ new UIResText ( Label , new Point ( ( int ) res . Width - safe . X - 180 , ( int ) res . Height - safe . Y - ( 30 + ( 4 * interval ) ) ) , 0.3f , Color . White , Font . ChaletLondon , UIResText . Alignment . Right ) . Draw ( ) ;
23+ new Sprite ( "timerbars" , "all_black_bg" , new Point ( ( int ) res . Width - safe . X - 298 , ( int ) res . Height - safe . Y - ( 40 + ( 4 * interval ) ) ) , new Size ( 300 , 37 ) , 0f , Color . FromArgb ( 180 , 255 , 255 , 255 ) ) . Draw ( ) ;
2424
2525 UI . HideHudComponentThisFrame ( HudComponent . AreaName ) ;
26+ UI . HideHudComponentThisFrame ( HudComponent . StreetName ) ;
2627 UI . HideHudComponentThisFrame ( HudComponent . VehicleName ) ;
2728 }
2829 }
@@ -42,7 +43,7 @@ public override void Draw(int interval)
4243 Point safe = UIMenu . GetSafezoneBounds ( ) ;
4344
4445 base . Draw ( interval ) ;
45- new UIResText ( Text , new Point ( ( int ) res . Width - safe . X - 20 , ( int ) res . Height - safe . Y - ( 22 + ( 4 * interval ) ) ) , 0.5f , Color . White , Font . ChaletLondon , UIResText . Alignment . Right ) . Draw ( ) ;
46+ new UIResText ( Text , new Point ( ( int ) res . Width - safe . X - 10 , ( int ) res . Height - safe . Y - ( 42 + ( 4 * interval ) ) ) , 0.5f , Color . White , Font . ChaletLondon , UIResText . Alignment . Right ) . Draw ( ) ;
4647 }
4748 }
4849
@@ -71,7 +72,7 @@ public override void Draw(int interval)
7172
7273 base . Draw ( interval ) ;
7374
74- var start = new Point ( ( int ) res . Width - safe . X - 160 , ( int ) res . Height - safe . Y - ( 8 + ( 4 * interval ) ) ) ;
75+ var start = new Point ( ( int ) res . Width - safe . X - 160 , ( int ) res . Height - safe . Y - ( 28 + ( 4 * interval ) ) ) ;
7576
7677 new UIResRectangle ( start , new Size ( 150 , 15 ) , BackgroundColor ) . Draw ( ) ;
7778 new UIResRectangle ( start , new Size ( ( int ) ( 150 * Percentage ) , 15 ) , ForegroundColor ) . Draw ( ) ;
0 commit comments