Beispiel #1
0
 //显示分数
 public void showScore()
 {
     s.text = "Score : " + score.currentScore();
 }