void Start() { rb = GetComponent <Rigidbody>(); falcon = GetComponent <Thrust2D>(); position = transform.position; mat = gameObject.GetComponent <Renderer>().material; }