Skip to content

Error description of the Alternative tiles Transpose operation #8297

@verbess

Description

@verbess

Your Godot version:
version: 4.1.2

Issue description:
The statement in the Godot documentation that Transpose is equivalent to rotating a tile counter-clockwise by 90 degrees seems to be entirely incorrect.

Rendering > Transpose: If true, the tile is rotated 90 degrees counter-clockwise.

The accurate description should be that it is equivalent to rotating the tile counter-clockwise by 90 degrees and then performing a vertical flip operation.

Combine this with Flip H and/or Flip V to perform 180-degree or 270-degree rotation.

When combined with Flip H, it performs a 90-degree rotation instead of a 180-degree rotation.

  • Rotate 90 degrees clockwise:

    Enable Flip H and Transpose.

  • Rotate 180 degrees clockwise:

    Enable Flip H and Flip V.

  • Rotate 270 degrees clockwise:

    Enable Flip V and Transpose.

URL to the documentation page:
https://docs.godotengine.org/en/latest/tutorials/2d/using_tilesets.html#creating-alternative-tiles

Metadata

Metadata

Assignees

No one assigned

    Labels

    area:manualIssues and PRs related to the Manual/Tutorials section of the documentationbug

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions