Tiled TMX
From Just Solve the File Format Problem
(Difference between revisions)
(Created page with "{{FormatInfo |formattype=electronic |subcat=Game data files |extensions={{ext|tmx}} |released=2004<ref>https://www.mapeditor.org/2004/06/15/tiled-030-released.html</ref> }} T...") |
Revision as of 00:09, 10 December 2019
The Tiled TMX format is used by the program "Tiled" to store the layout of tiles for later export to a computer game. The maps use tiles from a Tiled tileset. They can be exported to the Tiled JSON format[2]. The format is based on XML.
Contents |
Identification
TMX files have a root element named "map".
Software
- Tiled itself
- Many libraries listed on the Tiled website here