Ejemplo n.º 1
0
    public float maxTime;                  // max time allowed in the level

    void Start()
    {
        ballsizescript = GetComponent <PickUpStuff_ML>();
        timer.GetComponent <Timer>().time = maxTime;
    }
Ejemplo n.º 2
0
 void Start()
 {
     ballsizescript = GetComponent <PickUpStuff_ML>();
 }
Ejemplo n.º 3
0
 void Start()
 {
     pickUp = GetComponent <PickUpStuff_ML>();
 }