Finished changing score to amount of photos
This commit is contained in:
@@ -39,8 +39,8 @@ namespace UI
|
||||
// Update score when showing the screen
|
||||
if (DivingGameManager.Instance != null)
|
||||
{
|
||||
int finalScore = DivingGameManager.Instance.PlayerScore;
|
||||
finalScoreText.text = $"{finalScore}";
|
||||
int finalScore = DivingGameManager.Instance.picturesTaken;
|
||||
finalScoreText.text = $"x {finalScore}";
|
||||
}
|
||||
|
||||
if (canvasGroup != null)
|
||||
|
||||
Reference in New Issue
Block a user