Package res.elements

Examples of res.elements.Mine


    gunUseAmmo = 10;
    damageRange = new Vec2(2.5f, 2.5f);
  }

  public void createBullet() {
    Mine shoot = new Mine();
    Common.info(5, "new mine");
    shoot.actions.removeAction("nogravity");
    shoot.actions.removeAction("collision");

    Vec2 range = damageRange;
View Full Code Here

TOP

Related Classes of res.elements.Mine

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.