Reorder tile transforms so transpose occurs before flips. Much more intuitive for flipping transposed tiles.

This commit is contained in:
Carl Olsson 2015-02-13 10:56:53 +10:00
parent 5c3c730bad
commit 6a38ab1b43
4 changed files with 29 additions and 25 deletions

View file

@ -71,9 +71,9 @@ class TileMapEditor : public VBoxContainer {
bool mouse_over;
Label *mirror_label;
ToolButton *transpose;
ToolButton *mirror_x;
ToolButton *mirror_y;
ToolButton *transpose;
ToolButton *rotate_0;
ToolButton *rotate_90;
ToolButton *rotate_180;