UI fixed; Entry room integration

This commit is contained in:
Mediha Zukic
2017-05-23 22:55:39 +03:00
parent 40cedaf5bf
commit 97bb6a57bf
5 changed files with 724 additions and 505 deletions

View File

@@ -303,7 +303,7 @@ public class Quiz4Controller : MonoBehaviour {
if (scoreValue < 0)
scoreValue = 0;
}
scoreText.text = scoreValue.ToString();
scoreText.text = scoreValue.ToString("D3");
}
/// <summary>