From c1a183975fa2fe983f566120b4ce1ec1882d07f2 Mon Sep 17 00:00:00 2001 From: Casper Beyer Date: Fri, 15 Apr 2022 08:12:57 +0800 Subject: Fix `get_coords_level_tile_proxy` description --- doc/classes/TileSet.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 @@ - 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. -- cgit v1.2.3