Changed the appearance of the rotation icons in the Tilemap.
Make them more intuitive.
This commit is contained in:
@ -71,8 +71,8 @@ void TileMapEditor::_notification(int p_what) {
|
||||
picker_button->set_icon(get_icon("ColorPick", "EditorIcons"));
|
||||
select_button->set_icon(get_icon("ActionCopy", "EditorIcons"));
|
||||
|
||||
rotate_left_button->set_icon(get_icon("Rotate270", "EditorIcons"));
|
||||
rotate_right_button->set_icon(get_icon("Rotate90", "EditorIcons"));
|
||||
rotate_left_button->set_icon(get_icon("RotateLeft", "EditorIcons"));
|
||||
rotate_right_button->set_icon(get_icon("RotateRight", "EditorIcons"));
|
||||
flip_horizontal_button->set_icon(get_icon("MirrorX", "EditorIcons"));
|
||||
flip_vertical_button->set_icon(get_icon("MirrorY", "EditorIcons"));
|
||||
clear_transform_button->set_icon(get_icon("Clear", "EditorIcons"));
|
||||
|
||||
Reference in New Issue
Block a user