l
This commit is contained in:
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user