public float maxTime; // max time allowed in the level void Start() { ballsizescript = GetComponent <PickUpStuff_ML>(); timer.GetComponent <Timer>().time = maxTime; }
void Start() { ballsizescript = GetComponent <PickUpStuff_ML>(); }
void Start() { pickUp = GetComponent <PickUpStuff_ML>(); }