Reorder tile transforms so transpose occurs before flips. Much more intuitive for flipping transposed tiles.
This commit is contained in:
parent
5c3c730bad
commit
6a38ab1b43
4 changed files with 29 additions and 25 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue