diff options
author | Max Hilbrunner <mhilbrunner@users.noreply.github.com> | 2022-07-20 12:18:41 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-07-20 12:18:41 +0200 |
commit | 8d15814e6a211646a04478978224fd1af41a75cc (patch) | |
tree | 67c0034eccbe0c94391089a21390ab3427e174a1 /doc/classes | |
parent | 7378dc6c902496dd18d18a519009e45521d8269a (diff) | |
parent | c6394906e6b356599e27945a0ae0264054e11254 (diff) |
Merge pull request #60256 from octetdev2/docs-fix-staked-typo
Fix typo in `TILE_LAYOUT_OFFSET_STACKED` description
Diffstat (limited to 'doc/classes')
-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. |