Package com.googlecode.jumpnevolve.game.player

Examples of com.googlecode.jumpnevolve.game.player.Player


    this.addPlayer(null, position, avaiableFigures, startFigure);
  }

  public void addPlayer(Menu parent, Vector position, String avaiableFigures,
      String startFigure) {
    this.player = new Player(parent, this, position, avaiableFigures,
        startFigure, true);
  }
View Full Code Here

TOP

Related Classes of com.googlecode.jumpnevolve.game.player.Player

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.