File tree Expand file tree Collapse file tree 1 file changed +5
-2
lines changed Expand file tree Collapse file tree 1 file changed +5
-2
lines changed Original file line number Diff line number Diff line change @@ -639,8 +639,11 @@ properties is different compared to base tiles:
639639- **Rendering > Flip H: ** If ``true ``, the tile is horizontally flipped.
640640- **Rendering > Flip V: ** If ``true ``, the tile is vertically flipped.
641641- **Rendering > Transpose: ** If ``true ``, the tile is rotated 90 degrees
642- counter-clockwise. Combine this with **Flip H ** and/or **Flip V ** to perform
643- 180-degree or 270-degree rotation.
642+ *counter-clockwise * and then flipped vertically. In practice, this means that
643+ to rotate a tile by 90 degrees clockwise without flipping it, you should
644+ enable **Flip H ** and **Transpose **. To rotate a tile by 180 degrees
645+ clockwise, enable **Flip H ** and **Flip V **. To rotate a tile by 270 degrees
646+ clockwise, enable **Flip V ** and **Transpose **.
644647- **Rendering > Texture Origin: ** The origin to use for drawing the tile. This
645648 can be used to visually offset the tile compared to the base tile.
646649- **Rendering > Modulate: ** The color multiplier to use when rendering the tile.
You can’t perform that action at this time.
0 commit comments