mirror of
https://github.com/godotengine/godot.git
synced 2024-11-21 19:42:43 +00:00
Merge pull request #98782 from tetrapod00/docs-tilemap-deprecation
Docs: Update TileSet to reference TileMapLayer instead of TileMap
This commit is contained in:
commit
b0a8540775
@ -4,7 +4,7 @@
|
||||
Tile library for tilemaps.
|
||||
</brief_description>
|
||||
<description>
|
||||
A TileSet is a library of tiles for a [TileMap]. A TileSet handles a list of [TileSetSource], each of them storing a set of tiles.
|
||||
A TileSet is a library of tiles for a [TileMapLayer]. A TileSet handles a list of [TileSetSource], each of them storing a set of tiles.
|
||||
Tiles can either be from a [TileSetAtlasSource], which renders tiles out of a texture with support for physics, navigation, etc., or from a [TileSetScenesCollectionSource], which exposes scene-based tiles.
|
||||
Tiles are referenced by using three IDs: their source ID, their atlas coordinates ID, and their alternative tile ID.
|
||||
A TileSet can be configured so that its tiles expose more or fewer properties. To do so, the TileSet resources use property layers, which you can add or remove depending on your needs.
|
||||
|
Loading…
Reference in New Issue
Block a user