Package amidst.gui.menu

Examples of amidst.gui.menu.PlayerMenuItem


    panSpeed = new Point2D.Double();
    this.proj = proj;
    if (playerLayer.isEnabled = proj.saveLoaded) {
      playerLayer.setPlayers(proj.save);
      for (MapObjectPlayer player : proj.save.getPlayers()) {
        menu.add(new PlayerMenuItem(this, player, playerLayer));
      }
    }
   
    worldMap = new Map(fragmentManager); //TODO: implement more layers
    worldMap.setZoom(curZoom);
View Full Code Here

TOP

Related Classes of amidst.gui.menu.PlayerMenuItem

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.