summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRĂ©mi Verschelde <remi@verschelde.fr>2022-05-05 20:25:59 +0200
committerGitHub <noreply@github.com>2022-05-05 20:25:59 +0200
commit066692b6d081f1577bc0ebcd84da204339218ec6 (patch)
tree3a580c4fc862ea36455d9f399c0361a33ead4568
parentefd6e4da0c506d0f6755f242484aba1bdc762b6e (diff)
parentc1a183975fa2fe983f566120b4ce1ec1882d07f2 (diff)
Merge pull request #60271 from octetdev2/fix-typo-in-get_coords_level_tile_proxy-description
-rw-r--r--doc/classes/TileSet.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/classes/TileSet.xml b/doc/classes/TileSet.xml
index 809992b58f..10ccad973f 100644
--- a/doc/classes/TileSet.xml
+++ b/doc/classes/TileSet.xml
@@ -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>