Examples of ShooterSquiggle


Examples of com.palepail.TestGame.Enemies.ShooterSquiggle

    return new ShooterSplit(1f * Configuration.gameScale, 0, 1f * Configuration.gameScale,
        1f * Configuration.gameScale, spawnPoint, cooldown, fireRate, variation, ShooterSplit.BASE_HEALTH);
  }

  protected Shooter getShooterSquiggle(Vector2 spawnPoint, int cooldown, float fireRate, String variation) {
    return new ShooterSquiggle(1f * Configuration.gameScale, 0, 1f * Configuration.gameScale,
        1f * Configuration.gameScale, spawnPoint, cooldown, fireRate, variation, ShooterSquiggle.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.