Difference between revisions of "Advanced Tiled Loader"

m (Fixed version)
Line 15: Line 15:
 
For more information please visit the [http://love2d.org/forums/viewtopic.php?f=5&t=2567 forum thread] or the [https://github.com/Kadoba/Advanced-Tiled-Loader github repository]. Tutorials and documentation can be found on the [https://github.com/Kadoba/Advanced-Tiled-Loader/wiki Advanced Tiled Loader Wiki].
 
For more information please visit the [http://love2d.org/forums/viewtopic.php?f=5&t=2567 forum thread] or the [https://github.com/Kadoba/Advanced-Tiled-Loader github repository]. Tutorials and documentation can be found on the [https://github.com/Kadoba/Advanced-Tiled-Loader/wiki Advanced Tiled Loader Wiki].
  
{{#set:LOVE Version=8.0.0}}
+
{{#set:LOVE Version=0.8.0}}
 
{{#set:Description=Loads and displays [http://www.mapeditor.org/ Tiled] maps in LÖVE.}}
 
{{#set:Description=Loads and displays [http://www.mapeditor.org/ Tiled] maps in LÖVE.}}
 
[[Category:Libraries]]
 
[[Category:Libraries]]

Revision as of 00:22, 2 June 2013

Advanced Tiled Loader loads and displays Tiled maps in LÖVE.

It supports these features:

  • Loading, drawing, and re-saving of Tiled maps
  • Multiple layers
  • Objects (regular and tile)
  • Properties
  • Transparent colors
  • Margins and spacing
  • External tilesets
  • zlib/gzip compression
  • Isometric maps
  • Flipped tiles

For more information please visit the forum thread or the github repository. Tutorials and documentation can be found on the Advanced Tiled Loader Wiki.