Examples of followPath()


Examples of de.nameless.gameEngine.gameObjects.NEUnit.followPath()

      System.out.println(oldPos);
      Vector<NEField> Fway = new Vector<NEField>();
      for (java.awt.Point p : way) {
        Fway.add(game.getMap().get(p.x, p.y));
      }
      u.followPath(Fway);
      u.setMovedLable();
    }
    done = true;
   
  }
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.