Package com.googlecode.jumpnevolve.game

Examples of com.googlecode.jumpnevolve.game.Levelloader


   *            Die Subarea-Breite
   * @throws IOException
   */
  public Editor(MainMenu parent, String source, int width, int height,
      int subareaWidth) throws IOException {
    super(new Levelloader(source), width, height, subareaWidth);

    this.parentMenu = parent;

    this.playerPosition = new PositionMarker(this, "Player",
        PositionMarker.MODUS_BOTH, Vector.ZERO, Color.red);
View Full Code Here

TOP

Related Classes of com.googlecode.jumpnevolve.game.Levelloader

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.