@@ -10,7 +10,7 @@ tileset.
1010Two Types of Tileset
1111--------------------
1212
13- A tileset is a collection of tiles. Tiled currently supports two types
13+ A tileset is a collection of tiles. Tiled currently supports three types
1414of tilesets, which are chosen when creating a new tileset:
1515
1616Based on Tileset Image
@@ -21,6 +21,13 @@ Based on Tileset Image
2121 between or around their tiles or those that have extruded the border
2222 pixels of each tile to avoid color bleeding.
2323
24+ Tileset Atlas
25+ This tileset uses a single image but allows you to define custom tile
26+ regions that can vary in size and position. This is useful for tilesets
27+ with varied tile sizes, y-sorting, multi-tile objects, or when you need
28+ to dynamically adjust tile boundaries. Tiles can be arranged, moved, and
29+ resized using the *Rearrange Tiles * mode (see :ref: `rearranging-tiles `).
30+
2431Collection of Images
2532 In this type of tileset each tile refers to its own image file. It
2633 is useful when the tiles aren't the same size, or when the packing
@@ -175,6 +182,34 @@ both tile layers and tile objects.
175182 Collision shapes rendered on the map. This map is from `Owyn's Adventure
176183 <https://store.steampowered.com/app/1020940/Owyns_Adventure/> `__.
177184
185+ .. _rearranging-tiles :
186+
187+ Rearranging Tiles (Atlas Tilesets)
188+ -----------------------------------
189+
190+ When working with a Tileset Atlas, you can customize the tile regions using the
191+ *Rearrange Tiles * mode. This mode allows you to move, resize, create, and delete
192+ tile regions within the tileset image. Click the *Rearrange Tiles * |rearrange-tiles-icon |
193+ button in the toolbar to enter this mode.
194+
195+ When in Rearrange Tiles mode, the following mouse controls are available:
196+
197+ * **Left-click and drag on a tile ** - Moves the tile to a new position
198+ * **Left-click and drag on a tile corner ** - Resizes the tile
199+ * **Left-click and drag on empty space ** - Creates a new tile region
200+ * **Right-click and drag ** - Deletes all tiles overlapping the selection area
201+ * **Hold Shift ** - Disables grid snapping for precise positioning
202+
203+ This is particularly useful for:
204+
205+ * Creating tilesets with varied tile sizes
206+ * Implementing y-sorting with tiles of different heights
207+ * Defining multi-tile objects as single tiles
208+ * Adjusting tile boundaries after importing an image
209+
210+ .. |rearrange-tiles-icon|
211+ image:: ../../src/tiled/resources/images/22/stock-tool-move-22.png
212+
178213 .. _tile-animation-editor :
179214
180215Tile Animation Editor
0 commit comments