Docs: Fix TileMap::map_to_world description

(cherry picked from commit e62ec6c6b1)
This commit is contained in:
kleonc 2020-10-29 21:25:55 +01:00 committed by Rémi Verschelde
parent 8689c1178d
commit 995388cf6f
No known key found for this signature in database
GPG key ID: C3336907360768E1

View file

@ -144,7 +144,7 @@
<argument index="1" name="ignore_half_ofs" type="bool" default="false"> <argument index="1" name="ignore_half_ofs" type="bool" default="false">
</argument> </argument>
<description> <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. Optionally, the tilemap's half offset can be ignored.
</description> </description>
</method> </method>