Package com.palepail.TestGame.Enemies

Examples of com.palepail.TestGame.Enemies.FollowerSplit


        firerate, variation);
  }

  protected FollowerSplit getFollowerSplit(Vector2 spawnPoint, int cooldown, float firerate, String variation,
      int timesToSplit) {
    return new FollowerSplit(10f * Configuration.gameScale, 0, 2.5f * Configuration.gameScale,
        2.5f * Configuration.gameScale, spawnPoint, cooldown, firerate, variation, timesToSplit, true,
        FollowerSplit.BASE_HEALTH);
  }
View Full Code Here

TOP

Related Classes of com.palepail.TestGame.Enemies.FollowerSplit

Copyright © 2018 www.massapicom. 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.