Esempio n. 1
0
 // Use this for initialization
 void Start()
 {
     speed        = -(Screen.height * 0.5f);
     controller   = FindObjectOfType <PipeHolesGame>();
     dropSkeleton = this.gameObject.GetComponent <SkeletonGraphic>();
 }
Esempio n. 2
0
 // Use this for initialization
 void Start()
 {
     controller = FindObjectOfType <PipeHolesGame>();
     speed      = -1;
 }