Docs: Fix TileMap::map_to_world description

This commit is contained in:
kleonc 2020-10-29 21:25:55 +01:00
parent 1da4215841
commit e62ec6c6b1

View file

@ -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>