From 75e3f6b732005ba3a2499656e3623f5716beaa6b Mon Sep 17 00:00:00 2001 From: Aaron Franke Date: Tue, 30 Jun 2020 02:34:15 -0400 Subject: Update TileMap to use Vector2i instead of two ints --- doc/classes/TileMap.xml | 5 ++++- doc/classes/TileSet.xml | 3 +++ 2 files changed, 7 insertions(+), 1 deletion(-) (limited to 'doc') diff --git a/doc/classes/TileMap.xml b/doc/classes/TileMap.xml index 76d8f1840f..fd52a28486 100644 --- a/doc/classes/TileMap.xml +++ b/doc/classes/TileMap.xml @@ -90,9 +90,10 @@ - + + Returns the local position corresponding to the given tilemap (grid-based) coordinates. @@ -107,6 +108,7 @@ + Sets the tile index for the cell given by a Vector2i. @@ -137,6 +139,7 @@ + Emitted when the [TileSet] of this TileMap changes. diff --git a/doc/classes/TileSet.xml b/doc/classes/TileSet.xml index 13c6b9070a..ff68a017a1 100644 --- a/doc/classes/TileSet.xml +++ b/doc/classes/TileSet.xml @@ -298,12 +298,15 @@ + Orthogonal orientation mode. + Isometric orientation mode. + Hexagon orientation mode. -- cgit v1.2.3