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:
committed by
Rémi Verschelde
parent
0f1704c9e8
commit
794341e0b5
@ -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>
|
||||
|
||||
Reference in New Issue
Block a user