You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-24 15:26:15 +00:00
Reorder tile transforms so transpose occurs before flips. Much more intuitive for flipping transposed tiles.
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user