game: profile ui done
This commit is contained in:
parent
8b133506b6
commit
dfdc171b0e
1 changed files with 1 additions and 1 deletions
|
@ -57,7 +57,7 @@ public class MenuButtons : MonoBehaviour
|
||||||
usernameText.text = user.displayName;
|
usernameText.text = user.displayName;
|
||||||
daysPlayedText.text = user.daysPlayed.ToString();
|
daysPlayedText.text = user.daysPlayed.ToString();
|
||||||
peopleHelpedText.text = totalPeopleHelped.ToString();
|
peopleHelpedText.text = totalPeopleHelped.ToString();
|
||||||
accuracyText.text = accuracyText.ToString() + "%";
|
accuracyText.text = $"{accuracy:F2}%";
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
|
|
Loading…
Add table
Reference in a new issue