leaderboard added
This commit is contained in:
@@ -17,7 +17,7 @@ public class LeaderBoardUI : MonoBehaviour
|
||||
|
||||
foreach (var scoreEntry in score.Results)
|
||||
{
|
||||
sb.AppendLine($"{rank}.{scoreEntry.PlayerName}- Score: {scoreEntry.Score}");
|
||||
sb.AppendLine($"{rank}.{scoreEntry.PlayerName}- {scoreEntry.Score}");
|
||||
rank++;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user