mapeditor / tiled

Flexible level editor
https://www.mapeditor.org/
Other
11.06k stars 1.75k forks source link

Rotate/Flip Map or Layers #867

Open Chaoseiro opened 9 years ago

Chaoseiro commented 9 years ago

This is something I found would be useful for some maps I'm working on, where sometimes I need to have the same map but flipped on X axis. For example: section_1_bossroom_l section_1_bossroom_r

This feature, combined with pull request #866 would make it much easier to flip layers or the entire map, I believe.

bjorn commented 9 years ago

It is already possibly to quickly flip a layer by grabbing it (so that the part you want to flip is on your brush) and then pressing X or Y to flip the respective axis.

However, at the moment this always also flips the actual tile graphics, which seems to be not what you want. Though without flipping the tile graphics, your corners as well as the slanted roof tiles would look all wrong, unless Tiled knows how to match them up. But I guess, here is where #866 comes in.

I'll consider this a feature request for flipping without actually affecting the tile graphics.

bjorn commented 6 years ago

Issue came up on the forum.