Tiled TSX
From Just Solve the File Format Problem
(Difference between revisions)
(Created page with "{{FormatInfo |formattype=electronic |subcat=Game data files |extensions={{ext|tsx}} |released=2004?<ref>https://www.mapeditor.org/2004/06/15/tiled-030-released.html</ref> }} T...") |
Latest revision as of 08:11, 2 March 2020
The program Tiled, which edits layouts of tiles for use in games, stores its tilesets in files with the extension ".tsx". These are XML files that contain the names of the image(s) containing the tile graphics, as well as metadata. Tiled can store its tilesets (essentially in the TSX format) directly within map (TMX) files, but the manual recommends they be saved separately[2].
Contents |
[edit] Identification
TSX files have a root element with tag name "tileset".
[edit] Specifications
[edit] Software
- Tiled
- TiledSharp
- Many other programs, as a requisite for support for TMX; see that page for details