diff options
author | RĂ©mi Verschelde <remi@verschelde.fr> | 2021-01-29 13:06:15 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-01-29 13:06:15 +0100 |
commit | a4aaead346e7772ae9edd3c60a1c1b76d58db9e7 (patch) | |
tree | 029fcca8903bac528606f4dc2aa891bbac732163 | |
parent | 1da4215841713d71b5b5821b7927e63260bdf157 (diff) | |
parent | e62ec6c6b184867e24aa34f47028f85a4d8650b5 (diff) |
Merge pull request #43193 from kleonc/master
Docs: Fix TileMap::map_to_world description
-rw-r--r-- | doc/classes/TileMap.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/classes/TileMap.xml b/doc/classes/TileMap.xml index 2b918b9db8..a12ef614e3 100644 --- a/doc/classes/TileMap.xml +++ b/doc/classes/TileMap.xml @@ -144,7 +144,7 @@ <argument index="1" name="ignore_half_ofs" type="bool" default="false"> </argument> <description> - Returns the global position corresponding to the given tilemap (grid-based) coordinates. + Returns the local position corresponding to the given tilemap (grid-based) coordinates. Optionally, the tilemap's half offset can be ignored. </description> </method> |