Fix get_coords_level_tile_proxy description

This commit is contained in:
Casper Beyer 2022-04-15 08:12:57 +08:00
parent efd6e4da0c
commit c1a183975f

View file

@ -113,7 +113,7 @@
<argument index="0" name="source_from" type="int" />
<argument index="1" name="coords_from" type="Vector2i" />
<description>
Returns the coodinate-level proxy for the given identifiers. The returned array contains the two proxie's target identifiers (source ID and atlas coords ID).
Returns the coordinate-level proxy for the given identifiers. The returned array contains the two target identifiers of the proxy (source ID and atlas coordinates ID).
If the TileSet has no proxy for the given identifiers, returns an empty Array.
</description>
</method>