Examples of NEAabsoluteMove


Examples of de.nameless.graphicEngine.animation.lib.NEAabsoluteMove

  @Override
  public void moveTo(NEField square){   
    this.square.containtLUnit = null;
    this.placeUnitOnSquare(square);
    if(main != null && selected!=null){   
      main.addAnimation(new NEAabsoluteMove(square.getGLX(),square.getGLY(),11f));       
      super.putGfxPos();
      moved.set();
    }   
  } 
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.