
Automapping — Tiled 1.11.0 documentation
Tiled provides a built-in “Automapping Rules Tileset” to handle certain special cases, which can be added to your rule map through Map > Add Automapping Rules Tileset.
TMX Map Format — Tiled 1.11.0 documentation
Tiled maps or tilesets with embedded image data can currently only be created using the JavaScript API, or in custom tools based on libtiled (Qt/C++) or tmxlib (Python).
Using Terrains — Tiled 1.11.0 documentation
Tiled supports flipping and rotating tiles. When using terrains, tiles can be automatically flipped and/or rotated to create variations that would otherwise not be available in a tileset.
Working with Layers — Tiled 1.11.0 documentation
A Tiled map supports various sorts of content, and this content is organized into various different layers. The most common layers are the Tile Layer and the Object Layer.
Working with Objects — Tiled 1.11.0 documentation
In some cases they can replace the use of tile layers entirely, as demonstrated by the “Sticker Knight” example shipping with Tiled. All objects can have custom properties, which can also be used to …
Libraries and Frameworks — Tiled 1.11.0 documentation
There are many libraries available for reading and/or writing Tiled maps (either stored in the TMX Map Format or the JSON Map Format) as well as many development frameworks that include support for …
Editing Tile Layers — Tiled 1.11.0 documentation
Tile Layers are what makes Tiled a tile map editor. Although not as flexible as Object Layers, they provide efficient data storage and good rendering performance as well as efficient content creation.
Editing Tilesets — Tiled 1.11.0 documentation
Since Tiled 1.0, the default and recommended approach is to save your tilesets to their own file. This simplifies your workflow since it makes sure any meta-information is shared between all maps using …
Tiled Documentation — Tiled 1.11.0 documentation
Tiled Documentation Note If you’re not finding what you’re looking for on these pages, please don’t hesitate to ask questions on the Tiled Forum or the Tiled Discord.
Custom Properties — Tiled 1.11.0 documentation
One of the major strengths of Tiled is that it allows setting custom properties on all of its basic data structures. This way it is possible to include many forms of custom information, which can later be …