Examples of LargeEnemyBurst


Examples of com.palepail.TestGame.Enemies.LargeEnemyBurst

    return getFollowerSplit(new Vector2(x * Configuration.gameScale, y * Configuration.gameScale), cooldown,
        firerate, variation, timesToSplit);
  }

  protected LargeEnemy getLargeEnemyBurst(Vector2 spawnPoint, int cooldown, float fireRate, String variation) {
    return new LargeEnemyBurst(10f * Configuration.gameScale, 0, 2f * Configuration.gameScale,
        2f * Configuration.gameScale, spawnPoint, cooldown, fireRate, variation, LargeEnemyBurst.BASE_HEALTH);
  }
View Full Code Here
TOP
Copyright © 2018 www.massapi.com. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.