void Awake() { c = FindObjectOfType(typeof(CentralPhysics)) as CentralPhysics; buttonOne = new Rect(20,40,100,100); buttonTwo = new Rect (20,160,100,100); buttonThree = new Rect(20,280,100,100); }
void Awake() { c = FindObjectOfType(typeof(CentralPhysics)) as CentralPhysics; }