Exemplo n.º 1
0
 void Start()
 {
     //particles = particles.GetComponent<ParticleSystem> ();
     offCenter  = new Vector3(-0.44f, 0.34f, this.transform.position.z);
     starCount  = starCount.GetComponent <StarsController> ();
     starPickup = GetComponent <AudioSource> ();
 }