Examples of ElementBullet


Examples of plar.core.ElementBullet

  }

  public void createBullet() {

    ElementBullet shoot = new ElementBullet();
    initializeShoot(shoot);
    shoot.hitDamage = 100;
    shoot.setSpeed(new Vec2(3 * D().x, 3 * D().y));
    //initializeShoot(shoot);
    //addAmmo(-gunUseAmmo);

  }
 
View Full Code Here

Examples of plar.core.ElementBullet

    gunName = "Standard Gun";
    gunUseAmmo = 1;
  }

  public void createBullet() {
    initializeShoot(new ElementBullet());
  }
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.