Package net.alteiar.campaign.player.gui.centerViews.map.drawable.mouse

Examples of net.alteiar.campaign.player.gui.centerViews.map.drawable.mouse.PathToMouse


    super(info, listener);

    this.mapElement = mapElement;

    if (info.getFixGrid()) {
      draw = new PathToMouse(info, mapElement);
    } else {
      draw = new LineToMouse(info, mapElement.getCenterPosition());
    }
    info.addDrawable(draw);
View Full Code Here

TOP

Related Classes of net.alteiar.campaign.player.gui.centerViews.map.drawable.mouse.PathToMouse

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.