This commit is contained in:
2024-04-26 13:55:38 +02:00
parent 2374118538
commit 69f6830b7f
8 changed files with 620 additions and 360 deletions

View File

@@ -83,7 +83,7 @@ public class GameManager : MonoBehaviour
playerLaps[i] += 1;
if (playerLaps[i] < lapAmount)
lapCounter.text = "Lap count: " + playerLaps[i];
lapCounter.text = "Lap count: " + playerLaps[i] + "/" + lapAmount;
}
string strTimes =playerTimes[i].ToString();