Package de.nameless.graphicEngine.animation.lib

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

Related Classes of de.nameless.graphicEngine.animation.lib.NEAabsoluteMove

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.