Exemplo n.º 1
0
 void Start()
 {
     straightBullet     = GetComponent <StraightBullet>();
     radicalBullet      = GetComponent <RadicalBullet>();
     alienBossHealthBar = GetComponent <AlienBossHealthBar>();
     StartCoroutine(Shoot());
     // radicalBullet.SpawnProjectile(50, 7f);
 }
Exemplo n.º 2
0
    void Start()
    {
        straightBullet        = GetComponent <StraightBullet>();
        radicalBullet         = GetComponent <RadicalBullet>();
        spiralBullet          = GetComponent <SpiralBullet>();
        spiralMultiBullet     = GetComponent <SpiralMultiBullet>();
        skeletonBossHealthBar = GetComponent <SkeletonBossHealthBar>();


        // radicalBullet.SpawnProjectile(50, 7f);*/
    }