Examples of LargeEnemySquiggle


Examples of com.palepail.TestGame.Enemies.LargeEnemySquiggle

    return getLargeEnemyBurst(spawnPoint, cooldown, fireRate, variation);

  }

  protected LargeEnemy getLargeEnemySquiggle(Vector2 spawnPoint, int cooldown, float fireRate, String variation) {
    return new LargeEnemySquiggle(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.