Difference between revisions of "Advanced Tiled Loader"
m |
|||
Line 1: | Line 1: | ||
− | |||
− | |||
− | |||
Advanced Tiled Loader loads and displays [http://www.mapeditor.org/ Tiled] maps in LÖVE with very high accuracy. | Advanced Tiled Loader loads and displays [http://www.mapeditor.org/ Tiled] maps in LÖVE with very high accuracy. | ||
Line 18: | 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]. | 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]. | ||
− | A small tutorial can be found here: [ | + | A small tutorial can be found here: [[Tutorial:Advanced Tiled Loader]] |
− | |||
+ | {{#set:LOVE Version=0.7.2}} | ||
+ | {{#set:Description=Loads and displays [http://www.mapeditor.org/ Tiled] maps in LÖVE.}} | ||
[[Category:Libraries]] | [[Category:Libraries]] |
Revision as of 14:38, 6 February 2012
Advanced Tiled Loader loads and displays Tiled maps in LÖVE with very high accuracy.
It supports these features:
- Loading and drawing 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.
A small tutorial can be found here: Tutorial:Advanced Tiled Loader