Procházet zdrojové kódy

Docs: Fix TileMap::map_to_world description

(cherry picked from commit e62ec6c6b184867e24aa34f47028f85a4d8650b5)
kleonc před 5 roky
rodič
revize
995388cf6f
1 změnil soubory, kde provedl 1 přidání a 1 odebrání
  1. 1 1
      doc/classes/TileMap.xml

+ 1 - 1
doc/classes/TileMap.xml

@@ -144,7 +144,7 @@
 			<argument index="1" name="ignore_half_ofs" type="bool" default="false">
 			</argument>
 			<description>
-				Returns the global position corresponding to the given tilemap (grid-based) coordinates.
+				Returns the local position corresponding to the given tilemap (grid-based) coordinates.
 				Optionally, the tilemap's half offset can be ignored.
 			</description>
 		</method>