Exemplo n.º 1
0
 void Start()
 {
     txtColor = GetComponentInChildren <TextMesh>();
     color    = GetComponent <BubbleColor>();
     color.UpdateColor();
     txtColor.text = ColorBubblesRemaining.ToString();
 }