Настроенные авто

This commit is contained in:
Max_Divizion
2024-06-30 14:23:59 +03:00
parent ce43ecdef8
commit 1040da0484
8 changed files with 11 additions and 86 deletions

View File

@ -110,7 +110,7 @@ public class DriftScore : MonoBehaviour
void ManageUI()
{
totalScoreText.text = "<22><><EFBFBD><EFBFBD><EFBFBD><EFBFBD>: " + (totalScore).ToString("###,###, ##0");
totalScoreText.text = "<22><><EFBFBD><EFBFBD>: " + (totalScore).ToString("###,###, ##0");
factorText.text = driftFactor.ToString("###,###,##0.0") + "X";
currentScoreText.text = currentScore.ToString("###,###,000");
driftAngleText.text = driftAngle.ToString("###,##0");