Package games.stendhal.tools.tiled

Examples of games.stendhal.tools.tiled.LayerDefinition.expose()


    width = layer.getWidth();
    height = layer.getHeight();

    logger.debug("Layer(" + layer.getName() + "): " + width + "x" + height);

    map = layer.expose();
  }

  /**
   * Set the tileset.
   *
 
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.