added negative X and negative Y offset to TileMap

clang-format

added negative X and negative Y offset to TileMap

(cherry picked from commit 63e0fd7675)
This commit is contained in:
Aaron Winter
2019-03-24 00:59:24 +01:00
committed by Rémi Verschelde
parent 0f1704c9e8
commit 794341e0b5
4 changed files with 37 additions and 11 deletions

View File

@ -321,6 +321,12 @@
<constant name="HALF_OFFSET_DISABLED" value="2" enum="HalfOffset">
Half offset disabled.
</constant>
<constant name="HALF_OFFSET_NEGATIVE_X" value="3" enum="HalfOffset">
Half offset on the X coordinate (negative).
</constant>
<constant name="HALF_OFFSET_NEGATIVE_Y" value="4" enum="HalfOffset">
Half offset on the Y coordinate (negative).
</constant>
<constant name="TILE_ORIGIN_TOP_LEFT" value="0" enum="TileOrigin">
Tile origin at its top-left corner.
</constant>