Ejemplo n.º 1
0
 private void Start()
 {
     anim = gameObject.GetComponent <SimpleAnimation2D>();
     anim.PauseAnim();
     anim.timeBetwen = destroyTime / 5;
 }
Ejemplo n.º 2
0
 void Start()
 {
     stage = StageManager.Instance;
     anim  = gameObject.GetComponent <SimpleAnimation2D>();
 }