This commit is contained in:
max
2026-03-26 00:43:35 +01:00
parent 932734e5b4
commit e156122357
5 changed files with 13 additions and 52 deletions

View File

@@ -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
);
}