diff options
author | Casper Beyer <casper@octet.dev> | 2022-04-15 08:07:02 +0800 |
---|---|---|
committer | Octet <casper@octet.dev> | 2022-05-15 01:17:34 +0800 |
commit | c6394906e6b356599e27945a0ae0264054e11254 (patch) | |
tree | 76f1aa00349d900a8327779c7fb83bfbb85bf1b1 | |
parent | 6d5d9dd82ad263ae69afc01e73e47320c1f68c04 (diff) |
Fix typo in `TILE_LAYOUT_STACKED_OFFSET` description
-rw-r--r-- | doc/classes/TileSet.xml | 2 |
1 files changed, 1 insertions, 1 deletions
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. </constant> <constant name="TILE_LAYOUT_STACKED_OFFSET" value="1" enum="TileLayout"> - 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. </constant> <constant name="TILE_LAYOUT_STAIRS_RIGHT" value="2" enum="TileLayout"> Tile coordinates layout where the horizontal axis stay horizontal, and the vertical one goes down-right. |