1
0
mirror of https://github.com/godotengine/godot.git synced 2025-11-17 14:11:06 +00:00

Docs: Fix TileMap::world_to_map description

This commit is contained in:
Demiu
2019-01-19 15:23:49 +01:00
parent 7f9209781c
commit a0640f799b

View File

@@ -244,7 +244,7 @@
<argument index="0" name="world_position" type="Vector2">
</argument>
<description>
Returns the tilemap (grid-based) coordinatescorresponding to the given global position.
Returns the tilemap (grid-based) coordinates corresponding to the given local position.
</description>
</method>
</methods>