Merge pull request #43193 from kleonc/master

Docs: Fix TileMap::map_to_world description
This commit is contained in:
Rémi Verschelde 2021-01-29 13:06:15 +01:00 committed by GitHub
commit a4aaead346
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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>