summaryrefslogtreecommitdiffstats
path: root/doc/classes/TileMapLayer.xml
Commit message (Collapse)AuthorAgeFilesLines
* Merge pull request #98587 from skyace65/SurroundingCellsThaddeus Crews2024-11-121-1/+1
|\ | | | | | | Improve `TileMapLayer` get surrounding cells description
| * Improve get surrounding cells descriptionskyace652024-10-271-1/+1
| |
* | Add `TileMapLayer._update_cells` virtual callback called when the ↵Souchet Ferdinand2024-11-111-0/+15
| | | | | | | | | | | | TileMapLayer's cells are updated Made `_update_cells` a hook into the `TileMapLayer`'s internal update
* | Fix many untagged true/false/null in the documentationMicky2024-11-101-2/+2
|/
* Merge pull request #93970 from ↵Rémi Verschelde2024-08-281-0/+3
|\ | | | | | | | | | | MarblesFr/feature/collision-occlusion-options-layer-map Add occlusion enabled option to TileMapLayer
| * Add occlusion enabled options to tile map layerSora2024-07-221-0/+3
| |
* | Add helper methods to check for tile transformskobewi2024-08-121-0/+21
|/
* Implement X-draw-order switch in TileMapLayerGilles Roudière2024-06-101-2/+5
|
* Style: Trim trailing whitespace and ensure newline at EOFRémi Verschelde2024-05-081-1/+1
| | | | Found by apply the file_format checks again via #91597.
* Don't store TileMapLayer data if emptykobewi2024-04-191-1/+1
|
* Fix a doc and a test issue not caught by CIRémi Verschelde2024-04-101-1/+1
|
* Expose TileMapLayerGilles Roudière2024-04-031-0/+303