Ejemplo n.º 1
0
 void Awake()
 {
     if (instance == null)
     {
         instance = this;
     }
     else
     {
         Destroy(gameObject);
     }
 }
Ejemplo n.º 2
0
 void Start()
 {
     rigidbody = GetComponent <Rigidbody2D>();
     colorizer = Colorizer10.instance;
     spawners  = FindObjectsOfType <Spawner10>();
 }
Ejemplo n.º 3
0
 void Start()
 {
     colorizer = Colorizer10.instance;
     sprite    = GetComponent <SpriteRenderer>();
 }