Exemplo n.º 1
0
 void Start()
 {
     _cone           = GetComponent <BeardCone>();
     _canvas.enabled = false;
     _twoCols        = _twoPlayers.GetComponent <Image>();
     _threeCols      = _threePlayers.GetComponent <Image>();
     _fourCols       = _fourPlayers.GetComponent <Image>();
 }
Exemplo n.º 2
0
 void Start()
 {
     _cone       = GetComponent <BeardCone>();
     _coneString = _cone.currentColour;
 }