diff options
author | RĂ©mi Verschelde <remi@verschelde.fr> | 2022-01-24 21:03:48 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-01-24 21:03:48 +0100 |
commit | 5f8f6ae7f6e7d598629993fcdd4b3828f1bf2d04 (patch) | |
tree | 111cdafbe04362527efc624428c8685b68dfee03 /doc | |
parent | fc09d783f4e8a6b8978c6971450f26e812268e67 (diff) | |
parent | d7f51dd2ec60f5c237e471b65e890c11f172b24b (diff) |
Merge pull request #57120 from KoBeWi/grandpa_issue
Diffstat (limited to 'doc')
-rw-r--r-- | doc/classes/TileMap.xml | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/doc/classes/TileMap.xml b/doc/classes/TileMap.xml index e37031f3fd..07b9543823 100644 --- a/doc/classes/TileMap.xml +++ b/doc/classes/TileMap.xml @@ -202,7 +202,8 @@ <return type="Vector2" /> <argument index="0" name="map_position" type="Vector2i" /> <description> - Returns the local position corresponding to the given tilemap (grid-based) coordinates. + Returns a local position of the center of the cell at the given tilemap (grid-based) coordinates. + [b]Note:[/b] This doesn't correspond to the visual position of the tile, i.e. it ignores the [member TileData.texture_offset] property of individual tiles. </description> </method> <method name="move_layer"> |