private void updateScore() { ScoreCard.GetComponent <TextMeshProUGUI>().SetText("Score: {0:1}\nLevel {2:0}: +{1:1}", Score, levelScore, lm.Level); }
private void endScore() { ScoreCard.GetComponent <TextMeshProUGUI>().SetText("Score: {0:1}", Score); }