From c6394906e6b356599e27945a0ae0264054e11254 Mon Sep 17 00:00:00 2001 From: Casper Beyer Date: Fri, 15 Apr 2022 08:07:02 +0800 Subject: Fix typo in `TILE_LAYOUT_STACKED_OFFSET` 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 10ccad973f..ad52b2f2f1 100644 --- a/doc/classes/TileSet.xml +++ b/doc/classes/TileSet.xml @@ -591,7 +591,7 @@ Tile coordinates layout where both axis stay consistent with their respective local horizontal and vertical axis. - Same as [code]TILE_LAYOUT_STAKED[/code], but the first half-offset is negative instead of positive. + Same as [constant TILE_LAYOUT_STACKED], but the first half-offset is negative instead of positive. Tile coordinates layout where the horizontal axis stay horizontal, and the vertical one goes down-right. -- cgit v1.2.3