Exemple #1
0
 public void Redraw()
 {
     text.text      = Score.ToString();
     text.color     = textColors.GetColorOf(Score);
     renderer.color = cellColors.GetColorOf(Score);
 }