예제 #1
0
 void Update()
 {
     if (lixos != 10)
     {
         campoTexto.text = " SCORE:  " + pontos.GetPontos();
     }
 }
 void Update()
 {
     campoTexto.text = " SCORE:  " + pontos.GetPontos();
 }