Fixed ui
This commit is contained in:
@@ -59,7 +59,7 @@ namespace Car_simulation.UI.Instruments
|
||||
_rpmText.FillColor = _normalColor;
|
||||
_rpmText.Position = new Vector2f(
|
||||
Position.X + Size / 2 - 20,
|
||||
Position.Y + Size
|
||||
Position.Y + Size * 0.25f
|
||||
);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user