Merge pull request #60271 from octetdev2/fix-typo-in-get_coords_level_tile_proxy-description

This commit is contained in:
Rémi Verschelde 2022-05-05 20:25:59 +02:00 committed by GitHub
commit 066692b6d0
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -113,7 +113,7 @@
<argument index="0" name="source_from" type="int" /> <argument index="0" name="source_from" type="int" />
<argument index="1" name="coords_from" type="Vector2i" /> <argument index="1" name="coords_from" type="Vector2i" />
<description> <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. If the TileSet has no proxy for the given identifiers, returns an empty Array.
</description> </description>
</method> </method>