diff options
| author | Rémi Verschelde <rverschelde@gmail.com> | 2017-03-05 14:21:25 +0100 |
|---|---|---|
| committer | Rémi Verschelde <rverschelde@gmail.com> | 2017-03-05 14:21:25 +0100 |
| commit | 49c065d29ca07040c3fd810026121164ad86b247 (patch) | |
| tree | 285176e0c80a41c22c3e8f171024472cfdc7d765 | |
| parent | 532f6d4b431f940432e82b7fc7826652b7a4520d (diff) | |
Refactoring: rename tools/editor/ to editor/
The other subfolders of tools/ had already been moved to either
editor/, misc/ or thirdparty/, so the hiding the editor code that
deep was no longer meaningful.
| -rw-r--r-- | .gitignore | 12 | ||||
| -rw-r--r-- | SConstruct | 4 | ||||
| -rw-r--r-- | editor/SCsub (renamed from tools/editor/SCsub) | 22 | ||||
| -rw-r--r-- | editor/animation_editor.cpp (renamed from tools/editor/animation_editor.cpp) | 2 | ||||
| -rw-r--r-- | editor/animation_editor.h (renamed from tools/editor/animation_editor.h) | 0 | ||||
| -rw-r--r-- | editor/array_property_edit.cpp (renamed from tools/editor/array_property_edit.cpp) | 0 | ||||
| -rw-r--r-- | editor/array_property_edit.h (renamed from tools/editor/array_property_edit.h) | 0 | ||||
| -rw-r--r-- | editor/asset_library_editor_plugin.cpp (renamed from tools/editor/asset_library_editor_plugin.cpp) | 0 | ||||
| -rw-r--r-- | editor/asset_library_editor_plugin.h (renamed from tools/editor/asset_library_editor_plugin.h) | 0 | ||||
| -rw-r--r-- | editor/call_dialog.cpp (renamed from tools/editor/call_dialog.cpp) | 0 | ||||
| -rw-r--r-- | editor/call_dialog.h (renamed from tools/editor/call_dialog.h) | 2 | ||||
| -rw-r--r-- | editor/code_editor.cpp (renamed from tools/editor/code_editor.cpp) | 2 | ||||
| -rw-r--r-- | editor/code_editor.h (renamed from tools/editor/code_editor.h) | 2 | ||||
| -rw-r--r-- | editor/collada/SCsub (renamed from tools/editor/collada/SCsub) | 0 | ||||
| -rw-r--r-- | editor/collada/collada.cpp (renamed from tools/editor/collada/collada.cpp) | 0 | ||||
| -rw-r--r-- | editor/collada/collada.h (renamed from tools/editor/collada/collada.h) | 0 | ||||
| -rw-r--r-- | editor/connections_dialog.cpp (renamed from tools/editor/connections_dialog.cpp) | 0 | ||||
| -rw-r--r-- | editor/connections_dialog.h (renamed from tools/editor/connections_dialog.h) | 4 | ||||
| -rw-r--r-- | editor/create_dialog.cpp (renamed from tools/editor/create_dialog.cpp) | 0 | ||||
| -rw-r--r-- | editor/create_dialog.h (renamed from tools/editor/create_dialog.h) | 0 | ||||
| -rw-r--r-- | editor/dependency_editor.cpp (renamed from tools/editor/dependency_editor.cpp) | 0 | ||||
| -rw-r--r-- | editor/dependency_editor.h (renamed from tools/editor/dependency_editor.h) | 0 | ||||
| -rw-r--r-- | editor/doc/SCsub (renamed from tools/editor/doc/SCsub) | 0 | ||||
| -rw-r--r-- | editor/doc/doc_data.cpp (renamed from tools/editor/doc/doc_data.cpp) | 0 | ||||
| -rw-r--r-- | editor/doc/doc_data.h (renamed from tools/editor/doc/doc_data.h) | 0 | ||||
| -rw-r--r-- | editor/doc/doc_dump.cpp (renamed from tools/editor/doc/doc_dump.cpp) | 0 | ||||
| -rw-r--r-- | editor/doc/doc_dump.h (renamed from tools/editor/doc/doc_dump.h) | 0 | ||||
| -rw-r--r-- | editor/doc_code_font.h (renamed from tools/editor/doc_code_font.h) | 0 | ||||
| -rw-r--r-- | editor/doc_font.h (renamed from tools/editor/doc_font.h) | 0 | ||||
| -rw-r--r-- | editor/doc_title_font.h (renamed from tools/editor/doc_title_font.h) | 0 | ||||
| -rw-r--r-- | editor/editor_asset_installer.cpp (renamed from tools/editor/editor_asset_installer.cpp) | 0 | ||||
| -rw-r--r-- | editor/editor_asset_installer.h (renamed from tools/editor/editor_asset_installer.h) | 0 | ||||
| -rw-r--r-- | editor/editor_audio_buses.cpp (renamed from tools/editor/editor_audio_buses.cpp) | 0 | ||||
| -rw-r--r-- | editor/editor_audio_buses.h (renamed from tools/editor/editor_audio_buses.h) | 2 | ||||
| -rw-r--r-- | editor/editor_autoload_settings.cpp (renamed from tools/editor/editor_autoload_settings.cpp) | 0 | ||||
| -rw-r--r-- | editor/editor_autoload_settings.h (renamed from tools/editor/editor_autoload_settings.h) | 0 | ||||
| -rw-r--r-- | editor/editor_data.cpp (renamed from tools/editor/editor_data.cpp) | 0 | ||||
| -rw-r--r-- | editor/editor_data.h (renamed from tools/editor/editor_data.h) | 2 | ||||
| -rw-r--r-- | editor/editor_dir_dialog.cpp (renamed from tools/editor/editor_dir_dialog.cpp) | 4 | ||||
| -rw-r--r-- | editor/editor_dir_dialog.h (renamed from tools/editor/editor_dir_dialog.h) | 0 | ||||
| -rw-r--r-- | editor/editor_export.cpp (renamed from tools/editor/editor_export.cpp) | 8 | ||||
| -rw-r--r-- | editor/editor_export.h (renamed from tools/editor/editor_export.h) | 0 | ||||
| -rw-r--r-- | editor/editor_file_dialog.cpp (renamed from tools/editor/editor_file_dialog.cpp) | 0 | ||||
| -rw-r--r-- | editor/editor_file_dialog.h (renamed from tools/editor/editor_file_dialog.h) | 0 | ||||
| -rw-r--r-- | editor/editor_file_system.cpp (renamed from tools/editor/editor_file_system.cpp) | 0 | ||||
| -rw-r--r-- | editor/editor_file_system.h (renamed from tools/editor/editor_file_system.h) | 0 | ||||
| -rw-r--r-- | editor/editor_fonts.cpp (renamed from tools/editor/editor_fonts.cpp) | 0 | ||||
| -rw-r--r-- | editor/editor_fonts.h (renamed from tools/editor/editor_fonts.h) | 0 | ||||
| -rw-r--r-- | editor/editor_help.cpp (renamed from tools/editor/editor_help.cpp) | 2 | ||||
| -rw-r--r-- | editor/editor_help.h (renamed from tools/editor/editor_help.h) | 6 | ||||
| -rw-r--r-- | editor/editor_icons.h (renamed from tools/editor/editor_icons.h) | 0 | ||||
| -rw-r--r-- | editor/editor_initialize_ssl.cpp (renamed from tools/editor/editor_initialize_ssl.cpp) | 0 | ||||
| -rw-r--r-- | editor/editor_initialize_ssl.h (renamed from tools/editor/editor_initialize_ssl.h) | 0 | ||||
| -rw-r--r-- | editor/editor_log.cpp (renamed from tools/editor/editor_log.cpp) | 0 | ||||
| -rw-r--r-- | editor/editor_log.h (renamed from tools/editor/editor_log.h) | 0 | ||||
| -rw-r--r-- | editor/editor_name_dialog.cpp (renamed from tools/editor/editor_name_dialog.cpp) | 0 | ||||
| -rw-r--r-- | editor/editor_name_dialog.h (renamed from tools/editor/editor_name_dialog.h) | 0 | ||||
| -rw-r--r-- | editor/editor_node.cpp (renamed from tools/editor/editor_node.cpp) | 0 | ||||
| -rw-r--r-- | editor/editor_node.h (renamed from tools/editor/editor_node.h) | 64 | ||||
| -rw-r--r-- | editor/editor_path.cpp (renamed from tools/editor/editor_path.cpp) | 0 | ||||
| -rw-r--r-- | editor/editor_path.h (renamed from tools/editor/editor_path.h) | 0 | ||||
| -rw-r--r-- | editor/editor_plugin.cpp (renamed from tools/editor/editor_plugin.cpp) | 4 | ||||
| -rw-r--r-- | editor/editor_plugin.h (renamed from tools/editor/editor_plugin.h) | 0 | ||||
| -rw-r--r-- | editor/editor_plugin_settings.cpp (renamed from tools/editor/editor_plugin_settings.cpp) | 0 | ||||
| -rw-r--r-- | editor/editor_plugin_settings.h (renamed from tools/editor/editor_plugin_settings.h) | 0 | ||||
| -rw-r--r-- | editor/editor_profiler.cpp (renamed from tools/editor/editor_profiler.cpp) | 0 | ||||
| -rw-r--r-- | editor/editor_profiler.h (renamed from tools/editor/editor_profiler.h) | 0 | ||||
| -rw-r--r-- | editor/editor_reimport_dialog.cpp (renamed from tools/editor/editor_reimport_dialog.cpp) | 0 | ||||
| -rw-r--r-- | editor/editor_reimport_dialog.h (renamed from tools/editor/editor_reimport_dialog.h) | 0 | ||||
| -rw-r--r-- | editor/editor_resource_preview.cpp (renamed from tools/editor/editor_resource_preview.cpp) | 0 | ||||
| -rw-r--r-- | editor/editor_resource_preview.h (renamed from tools/editor/editor_resource_preview.h) | 0 | ||||
| -rw-r--r-- | editor/editor_run.cpp (renamed from tools/editor/editor_run.cpp) | 0 | ||||
| -rw-r--r-- | editor/editor_run.h (renamed from tools/editor/editor_run.h) | 0 | ||||
| -rw-r--r-- | editor/editor_run_native.cpp (renamed from tools/editor/editor_run_native.cpp) | 0 | ||||
| -rw-r--r-- | editor/editor_run_native.h (renamed from tools/editor/editor_run_native.h) | 0 | ||||
| -rw-r--r-- | editor/editor_run_script.cpp (renamed from tools/editor/editor_run_script.cpp) | 0 | ||||
| -rw-r--r-- | editor/editor_run_script.h (renamed from tools/editor/editor_run_script.h) | 0 | ||||
| -rw-r--r-- | editor/editor_scale.cpp (renamed from tools/editor/editor_scale.cpp) | 0 | ||||
| -rw-r--r-- | editor/editor_scale.h (renamed from tools/editor/editor_scale.h) | 0 | ||||
| -rw-r--r-- | editor/editor_settings.cpp (renamed from tools/editor/editor_settings.cpp) | 0 | ||||
| -rw-r--r-- | editor/editor_settings.h (renamed from tools/editor/editor_settings.h) | 0 | ||||
| -rw-r--r-- | editor/editor_sub_scene.cpp (renamed from tools/editor/editor_sub_scene.cpp) | 0 | ||||
| -rw-r--r-- | editor/editor_sub_scene.h (renamed from tools/editor/editor_sub_scene.h) | 2 | ||||
| -rw-r--r-- | editor/editor_themes.cpp (renamed from tools/editor/editor_themes.cpp) | 0 | ||||
| -rw-r--r-- | editor/editor_themes.h (renamed from tools/editor/editor_themes.h) | 0 | ||||
| -rw-r--r-- | editor/file_type_cache.cpp (renamed from tools/editor/file_type_cache.cpp) | 0 | ||||
| -rw-r--r-- | editor/file_type_cache.h (renamed from tools/editor/file_type_cache.h) | 0 | ||||
| -rw-r--r-- | editor/fileserver/SCsub (renamed from tools/editor/fileserver/SCsub) | 0 | ||||
| -rw-r--r-- | editor/fileserver/editor_file_server.cpp (renamed from tools/editor/fileserver/editor_file_server.cpp) | 0 | ||||
| -rw-r--r-- | editor/fileserver/editor_file_server.h (renamed from tools/editor/fileserver/editor_file_server.h) | 0 | ||||
| -rw-r--r-- | editor/filesystem_dock.cpp (renamed from tools/editor/filesystem_dock.cpp) | 0 | ||||
| -rw-r--r-- | editor/filesystem_dock.h (renamed from tools/editor/filesystem_dock.h) | 0 | ||||
| -rw-r--r-- | editor/groups_editor.cpp (renamed from tools/editor/groups_editor.cpp) | 0 | ||||
| -rw-r--r-- | editor/groups_editor.h (renamed from tools/editor/groups_editor.h) | 0 | ||||
| -rw-r--r-- | editor/icons/2x/icon_accept_dialog.png (renamed from tools/editor/icons/2x/icon_accept_dialog.png) | bin | 581 -> 581 bytes | |||
| -rw-r--r-- | editor/icons/2x/icon_add.png (renamed from tools/editor/icons/2x/icon_add.png) | bin | 151 -> 151 bytes | |||
| -rw-r--r-- | editor/icons/2x/icon_add_track.png (renamed from tools/editor/icons/2x/icon_add_track.png) | bin | 151 -> 151 bytes | |||
| -rw-r--r-- | editor/icons/2x/icon_anchor.png (renamed from tools/editor/icons/2x/icon_anchor.png) | bin | 828 -> 828 bytes | |||
| -rw-r--r-- | editor/icons/2x/icon_animated_sprite.png (renamed from tools/editor/icons/2x/icon_animated_sprite.png) | bin | 1212 -> 1212 bytes | |||
| -rw-r--r-- | editor/icons/2x/icon_animated_sprite_3d.png (renamed from tools/editor/icons/2x/icon_animated_sprite_3d.png) | bin | 1125 -> 1125 bytes | |||
| -rw-r--r-- | editor/icons/2x/icon_animation.png (renamed from tools/editor/icons/2x/icon_animation.png) | bin | 912 -> 912 bytes | |||
| -rw-r--r-- | editor/icons/2x/icon_animation_player.png (renamed from tools/editor/icons/2x/icon_animation_player.png) | bin | 174 -> 174 bytes | |||
| -rw-r--r-- | editor/icons/2x/icon_animation_tree.png (renamed from tools/editor/icons/2x/icon_animation_tree.png) | bin | 471 -> 471 bytes | |||
| -rw-r--r-- | editor/icons/2x/icon_animation_tree_player.png (renamed from tools/editor/icons/2x/icon_animation_tree_player.png) | bin | 471 -> 471 bytes | |||
| -rw-r--r-- | editor/icons/2x/icon_area.png (renamed from tools/editor/icons/2x/icon_area.png) | bin | 209 -> 209 bytes | |||
| -rw-r--r-- | editor/icons/2x/icon_area_2d.png (renamed from tools/editor/icons/2x/icon_area_2d.png) | bin | 211 -> 211 bytes | |||
| -rw-r--r-- | editor/icons/2x/icon_arrow_left.png (renamed from tools/editor/icons/2x/icon_arrow_left.png) | bin | 333 -> 333 bytes | |||
| -rw-r--r-- | editor/icons/2x/icon_arrow_right.png (renamed from tools/editor/icons/2x/icon_arrow_right.png) | bin | 308 -> 308 bytes | |||
| -rw-r--r-- | editor/icons/2x/icon_arrow_up.png (renamed from tools/editor/icons/2x/icon_arrow_up.png) | bin | 293 -> 293 bytes | |||
| -rw-r--r-- | editor/icons/2x/icon_atlas_texture.png (renamed from tools/editor/icons/2x/icon_atlas_texture.png) | bin | 382 -> 382 bytes | |||
| -rw-r--r-- | editor/icons/2x/icon_audio_stream_gibberish.png (renamed from tools/editor/icons/2x/icon_audio_stream_gibberish.png) | bin | 437 -> 437 bytes | |||
| -rw-r--r-- | editor/icons/2x/icon_auto_play.png (renamed from tools/editor/icons/2x/icon_auto_play.png) | bin | 699 -> 699 bytes | |||
| -rw-r--r-- | editor/icons/2x/icon_back.png (renamed from tools/editor/icons/2x/icon_back.png) | bin | 323 -> 323 bytes | |||
| -rw-r--r-- | editor/icons/2x/icon_back_buffer_copy.png (renamed from tools/editor/icons/2x/icon_back_buffer_copy.png) | bin | 190 -> 190 bytes | |||
| -rw-r--r-- | editor/icons/2x/icon_bake.png (renamed from tools/editor/icons/2x/icon_bake.png) | bin | 267 -> 267 bytes | |||
| -rw-r--r-- | editor/icons/2x/icon_baked_light.png (renamed from tools/editor/icons/2x/icon_baked_light.png) | bin | 267 -> 267 bytes | |||
| -rw-r--r-- | editor/icons/2x/icon_baked_light_instance.png (renamed from tools/editor/icons/2x/icon_baked_light_instance.png) | bin | 264 -> 264 bytes | |||
| -rw-r--r-- | editor/icons/2x/icon_baked_light_sampler.png (renamed from tools/editor/icons/2x/icon_baked_light_sampler.png) | bin | 391 -> 391 bytes | |||
| -rw-r--r-- | editor/icons/2x/icon_bit_map.png (renamed from tools/editor/icons/2x/icon_bit_map.png) | bin | 148 -> 148 bytes | |||
| -rw-r--r-- | editor/icons/2x/icon_bitmap_font.png (renamed from tools/editor/icons/2x/icon_bitmap_font.png) | bin | 191 -> 191 bytes | |||
| -rw-r--r-- | editor/icons/2x/icon_blend.png (renamed from tools/editor/icons/2x/icon_blend.png) | bin | 1091 -> 1091 bytes | |||
| -rw-r--r-- | editor/icons/2x/icon_bone.png (renamed from tools/editor/icons/2x/icon_bone.png) | bin | 597 -> 597 bytes | |||
| -rw-r--r-- | editor/icons/2x/icon_bone_attachment.png (renamed from tools/editor/icons/2x/icon_bone_attachment.png) | bin | 576 -> 576 bytes | |||
| -rw-r--r-- | editor/icons/2x/icon_bone_track.png (renamed from tools/editor/icons/2x/icon_bone_track.png) | bin | 565 -> 565 bytes | |||
| -rw-r--r-- | editor/icons/2x/icon_bool.png (renamed from tools/editor/icons/2x/icon_bool.png) | bin | 171 -> 171 bytes | |||
| -rw-r--r-- | editor/icons/2x/icon_box_shape.png (renamed from tools/editor/icons/2x/icon_box_shape.png) | bin | 597 -> 597 bytes | |||
| -rw-r--r-- | editor/icons/2x/icon_button.png (renamed from tools/editor/icons/2x/icon_button.png) | bin | 186 -> 186 bytes | |||
| -rw-r--r-- | editor/icons/2x/icon_button_group.png (renamed from tools/editor/icons/2x/icon_button_group.png) | bin | 251 -> 251 bytes | |||
| -rw-r--r-- | editor/icons/2x/icon_camera.png (renamed from tools/editor/icons/2x/icon_camera.png) | bin | 352 -> 352 bytes | |||
| -rw-r--r-- | editor/icons/2x/icon_camera_2d.png (renamed from tools/editor/icons/2x/icon_camera_2d.png) | bin | 364 -> 364 bytes | |||
| -rw-r--r-- | editor/icons/2x/icon_canvas_item.png (renamed from tools/editor/icons/2x/icon_canvas_item.png) | bin | 709 -> 709 bytes | |||
| -rw-r--r-- | editor/icons/2x/icon_canvas_item_material.png (renamed from tools/editor/icons/2x/icon_canvas_item_material.png) | bin | 640 -> 640 bytes | |||
| -rw-r--r-- | editor/icons/2x/icon_canvas_item_shader.png (renamed from tools/editor/icons/2x/icon_canvas_item_shader.png) | bin | 716 -> 716 bytes | |||
| -rw-r--r-- | editor/icons/2x/icon_canvas_item_shader_graph.png (renamed from tools/editor/icons/2x/icon_canvas_item_shader_graph.png) | bin | 707 -> 707 bytes | |||
| -rw-r--r-- | editor/icons/2x/icon_canvas_layer.png (renamed from tools/editor/icons/2x/icon_canvas_layer.png) | bin | 860 -> 860 bytes | |||
| -rw-r--r-- | editor/icons/2x/icon_canvas_modulate.png (renamed from tools/editor/icons/2x/icon_canvas_modulate.png) | bin | 273 -> 273 bytes | |||
| -rw-r--r-- | editor/icons/2x/icon_capsule_shape.png (renamed from tools/editor/icons/2x/icon_capsule_shape.png) | bin | 372 -> 372 bytes | |||
| -rw-r--r-- | editor/icons/2x/icon_capsule_shape_2d.png (renamed from tools/editor/icons/2x/icon_capsule_shape_2d.png) | bin | 552 -> 552 bytes | |||
| -rw-r--r-- | editor/icons/2x/icon_center_container.png (renamed from tools/editor/icons/2x/icon_center_container.png) | bin | 478 -> 478 bytes | |||
| -rw-r--r-- | editor/icons/2x/icon_check_box.png (renamed from tools/editor/icons/2x/icon_check_box.png) | bin | 565 -> 565 bytes | |||
| -rw-r--r-- | editor/icons/2x/icon_check_button.png (renamed from tools/editor/icons/2x/icon_check_button.png) | bin | 528 -> 528 bytes | |||
| -rw-r--r-- | editor/icons/2x/icon_circle_shape_2d.png (renamed from tools/editor/icons/2x/icon_circle_shape_2d.png) | bin | 838 -> 838 bytes | |||
| -rw-r--r-- | editor/icons/2x/icon_class_list.png (renamed from tools/editor/icons/2x/icon_class_list.png) | bin | 192 -> 192 bytes | |||
| -rw-r--r-- | editor/icons/2x/icon_close.png (renamed from tools/editor/icons/2x/icon_close.png) | bin | 461 -> 461 bytes | |||
| -rw-r--r-- | editor/icons/2x/icon_collapse.png (renamed from tools/editor/icons/2x/icon_collapse.png) | bin | 383 -> 383 bytes | |||
| -rw-r--r-- | editor/icons/2x/icon_collision_2d.png (renamed from tools/editor/icons/2x/icon_collision_2d.png) | bin | 407 -> 407 bytes | |||
| -rw-r--r-- | editor/icons/2x/icon_collision_polygon.png (renamed from tools/editor/icons/2x/icon_collision_polygon.png) | bin | 397 -> 397 bytes | |||
| -rw-r--r-- | editor/icons/2x/icon_collision_polygon_2d.png (renamed from tools/editor/icons/2x/icon_collision_polygon_2d.png) | bin | 407 -> 407 bytes | |||
| -rw-r--r-- | editor/icons/2x/icon_collision_shape.png (renamed from tools/editor/icons/2x/icon_collision_shape.png) | bin | 439 -> 439 bytes | |||
| -rw-r--r-- | editor/icons/2x/icon_collision_shape_2d.png (renamed from tools/editor/icons/2x/icon_collision_shape_2d.png) | bin | 235 -> 235 bytes | |||
| -rw-r--r-- | editor/icons/2x/icon_color.png (renamed from tools/editor/icons/2x/icon_color.png) | bin | 1406 -> 1406 bytes | |||
| -rw-r--r-- | editor/icons/2x/icon_color_pick.png (renamed from tools/editor/icons/2x/icon_color_pick.png) | bin | 822 -> 822 bytes | |||
| -rw-r--r-- | editor/icons/2x/icon_color_picker.png (renamed from tools/editor/icons/2x/icon_color_picker.png) | bin | 837 -> 837 bytes | |||
| -rw-r--r-- | editor/icons/2x/icon_color_picker_button.png (renamed from tools/editor/icons/2x/icon_color_picker_button.png) | bin | 942 -> 942 bytes | |||
| -rw-r--r-- | editor/icons/2x/icon_color_ramp.png (renamed from tools/editor/icons/2x/icon_color_ramp.png) | bin | 342 -> 342 bytes | |||
| -rw-r--r-- | editor/icons/2x/icon_color_rect.png (renamed from tools/editor/icons/2x/icon_color_rect.png) | bin | 289 -> 289 bytes | |||
| -rw-r--r-- | editor/icons/2x/icon_concave_polygon_shape.png (renamed from tools/editor/icons/2x/icon_concave_polygon_shape.png) | bin | 709 -> 709 bytes | |||
| -rw-r--r-- | editor/icons/2x/icon_concave_polygon_shape_2d.png (renamed from tools/editor/icons/2x/icon_concave_polygon_shape_2d.png) | bin | 436 -> 436 bytes | |||
| -rw-r--r-- | editor/icons/2x/icon_cone_twist_joint.png (renamed from tools/editor/icons/2x/icon_cone_twist_joint.png) | bin | 906 -> 906 bytes | |||
| -rw-r--r-- | editor/icons/2x/icon_confirmation_dialog.png (renamed from tools/editor/icons/2x/icon_confirmation_dialog.png) | bin | 694 -> 694 bytes | |||
| -rw-r--r-- | editor/icons/2x/icon_connect.png (renamed from tools/editor/icons/2x/icon_connect.png) | bin | 251 -> 251 bytes | |||
| -rw-r--r-- | editor/icons/2x/icon_connection_and_groups.png (renamed from tools/editor/icons/2x/icon_connection_and_groups.png) | bin | 397 -> 397 bytes | |||
| -rw-r--r-- | editor/icons/2x/icon_container.png (renamed from tools/editor/icons/2x/icon_container.png) | bin | 319 -> 319 bytes | |||
| -rw-r--r-- | editor/icons/2x/icon_control.png (renamed from tools/editor/icons/2x/icon_control.png) | bin | 825 -> 825 bytes | |||
| -rw-r--r-- | editor/icons/2x/icon_control_align_bottom_center.png (renamed from tools/editor/icons/2x/icon_control_align_bottom_center.png) | bin | 156 -> 156 bytes | |||
| -rw-r--r-- | editor/icons/2x/icon_control_align_bottom_left.png (renamed from tools/editor/icons/2x/icon_control_align_bottom_left.png) | bin | 154 -> 154 bytes | |||
| -rw-r--r-- | editor/icons/2x/icon_control_align_bottom_right.png (renamed from tools/editor/icons/2x/icon_control_align_bottom_right.png) | bin | 155 -> 155 bytes | |||
| -rw-r--r-- | editor/icons/2x/icon_control_align_bottom_wide.png (renamed from tools/editor/icons/2x/icon_control_align_bottom_wide.png) | bin | 160 -> 160 bytes | |||
| -rw-r--r-- | editor/icons/2x/icon_control_align_center.png (renamed from tools/editor/icons/2x/icon_control_align_center.png) | bin | 171 -> 171 bytes | |||
| -rw-r--r-- | editor/icons/2x/icon_control_align_center_left.png (renamed from tools/editor/icons/2x/icon_control_align_center_left.png) | bin | 130 -> 130 bytes | |||
| -rw-r--r-- | editor/icons/2x/icon_control_align_center_right.png (renamed from tools/editor/icons/2x/icon_control_align_center_right.png) | bin | 127 -> 127 bytes | |||
| -rw-r--r-- | editor/icons/2x/icon_control_align_left_center.png (renamed from tools/editor/icons/2x/icon_control_align_left_center.png) | bin | 169 -> 169 bytes | |||
| -rw-r--r-- | editor/icons/2x/icon_control_align_left_wide.png (renamed from tools/editor/icons/2x/icon_control_align_left_wide.png) | bin | 143 -> 143 bytes | |||
| -rw-r--r-- | editor/icons/2x/icon_control_align_right_center.png (renamed from tools/editor/icons/2x/icon_control_align_right_center.png) | bin | 171 -> 171 bytes | |||
| -rw-r--r-- | editor/icons/2x/icon_control_align_right_wide.png (renamed from tools/editor/icons/2x/icon_control_align_right_wide.png) | bin | 144 -> 144 bytes | |||
| -rw-r--r-- | editor/icons/2x/icon_control_align_top_center.png (renamed from tools/editor/icons/2x/icon_control_align_top_center.png) | bin | 165 -> 165 bytes | |||
| -rw-r--r-- | editor/icons/2x/icon_control_align_top_left.png (renamed from tools/editor/icons/2x/icon_control_align_top_left.png) | bin | 159 -> 159 bytes | |||
| -rw-r--r-- | editor/icons/2x/icon_control_align_top_right.png (renamed from tools/editor/icons/2x/icon_control_align_top_right.png) | bin | 167 -> 167 bytes | |||
| -rw-r--r-- | editor/icons/2x/icon_control_align_top_wide.png (renamed from tools/editor/icons/2x/icon_control_align_top_wide.png) | bin | 160 -> 160 bytes | |||
| -rw-r--r-- | editor/icons/2x/icon_control_align_wide.png (renamed from tools/editor/icons/2x/icon_control_align_wide.png) | bin | 145 -> 145 bytes | |||
| -rw-r--r-- | editor/icons/2x/icon_control_hcenter_wide.png (renamed from tools/editor/icons/2x/icon_control_hcenter_wide.png) | bin | 169 -> 169 bytes | |||
| -rw-r--r-- | editor/icons/2x/icon_control_vcenter_wide.png (renamed from tools/editor/icons/2x/icon_control_vcenter_wide.png) | bin | 148 -> 148 bytes | |||
| -rw-r--r-- | editor/icons/2x/icon_convex_polygon_shape.png (renamed from tools/editor/icons/2x/icon_convex_polygon_shape.png) | bin | 648 -> 648 bytes | |||
| -rw-r--r-- | editor/icons/2x/icon_convex_polygon_shape_2d.png (renamed from tools/editor/icons/2x/icon_convex_polygon_shape_2d.png) | bin | 373 -> 373 bytes | |||
| -rw-r--r-- | editor/icons/2x/icon_copy_node_path.png (renamed from tools/editor/icons/2x/icon_copy_node_path.png) | bin | 356 -> 356 bytes | |||
| -rw-r--r-- | editor/icons/2x/icon_create_new_scene_from.png (renamed from tools/editor/icons/2x/icon_create_new_scene_from.png) | bin | 639 -> 639 bytes | |||
| -rw-r--r-- | editor/icons/2x/icon_cube_map.png (renamed from tools/editor/icons/2x/icon_cube_map.png) | bin | 159 -> 159 bytes | |||
| -rw-r--r-- | editor/icons/2x/icon_curve_2d.png (renamed from tools/editor/icons/2x/icon_curve_2d.png) | bin | 591 -> 591 bytes | |||
| -rw-r--r-- | editor/icons/2x/icon_curve_3d.png (renamed from tools/editor/icons/2x/icon_curve_3d.png) | bin | 522 -> 522 bytes | |||
| -rw-r--r-- | editor/icons/2x/icon_curve_close.png (renamed from tools/editor/icons/2x/icon_curve_close.png) | bin | 610 -> 610 bytes | |||
| -rw-r--r-- | editor/icons/2x/icon_curve_constant.png (renamed from tools/editor/icons/2x/icon_curve_constant.png) | bin | 162 -> 162 bytes | |||
| -rw-r--r-- | editor/icons/2x/icon_curve_create.png (renamed from tools/editor/icons/2x/icon_curve_create.png) | bin | 698 -> 698 bytes | |||
| -rw-r--r-- | editor/icons/2x/icon_curve_curve.png (renamed from tools/editor/icons/2x/icon_curve_curve.png) | bin | 744 -> 744 bytes | |||
| -rw-r--r-- | editor/icons/2x/icon_curve_delete.png (renamed from tools/editor/icons/2x/icon_curve_delete.png) | bin | 926 -> 926 bytes | |||
| -rw-r--r-- | editor/icons/2x/icon_curve_edit.png (renamed from tools/editor/icons/2x/icon_curve_edit.png) | bin | 954 -> 954 bytes | |||
| -rw-r--r-- | editor/icons/2x/icon_curve_in.png (renamed from tools/editor/icons/2x/icon_curve_in.png) | bin | 449 -> 449 bytes | |||
| -rw-r--r-- | editor/icons/2x/icon_curve_in_out.png (renamed from tools/editor/icons/2x/icon_curve_in_out.png) | bin | 494 -> 494 bytes | |||
| -rw-r--r-- | editor/icons/2x/icon_curve_linear.png (renamed from tools/editor/icons/2x/icon_curve_linear.png) | bin | 283 -> 283 bytes | |||
| -rw-r--r-- | editor/icons/2x/icon_curve_out.png (renamed from tools/editor/icons/2x/icon_curve_out.png) | bin | 459 -> 459 bytes | |||
| -rw-r--r-- | editor/icons/2x/icon_curve_out_in.png (renamed from tools/editor/icons/2x/icon_curve_out_in.png) | bin | 489 -> 489 bytes | |||
| -rw-r--r-- | editor/icons/2x/icon_damped_spring_joint_2d.png (renamed from tools/editor/icons/2x/icon_damped_spring_joint_2d.png) | bin | 496 -> 496 bytes | |||
| -rw-r--r-- | editor/icons/2x/icon_debug_continue.png (renamed from tools/editor/icons/2x/icon_debug_continue.png) | bin | 525 -> 525 bytes | |||
| -rw-r--r-- | editor/icons/2x/icon_debug_next.png (renamed from tools/editor/icons/2x/icon_debug_next.png) | bin | 284 -> 284 bytes | |||
| -rw-r--r-- | editor/icons/2x/icon_debug_step.png (renamed from tools/editor/icons/2x/icon_debug_step.png) | bin | 317 -> 317 bytes | |||
| -rw-r--r-- | editor/icons/2x/icon_dependency_changed.png (renamed from tools/editor/icons/2x/icon_dependency_changed.png) | bin | 731 -> 731 bytes | |||
| -rw-r--r-- | editor/icons/2x/icon_dependency_changed_hl.png (renamed from tools/editor/icons/2x/icon_dependency_changed_hl.png) | bin | 601 -> 601 bytes | |||
| -rw-r--r-- | editor/icons/2x/icon_dependency_local_changed.png (renamed from tools/editor/icons/2x/icon_dependency_local_changed.png) | bin | 1104 -> 1104 bytes | |||
| -rw-r--r-- | editor/icons/2x/icon_dependency_local_changed_hl.png (renamed from tools/editor/icons/2x/icon_dependency_local_changed_hl.png) | bin | 926 -> 926 bytes | |||
| -rw-r--r-- | editor/icons/2x/icon_dependency_ok.png (renamed from tools/editor/icons/2x/icon_dependency_ok.png) | bin | 1015 -> 1015 bytes | |||
| -rw-r--r-- | editor/icons/2x/icon_dependency_ok_hl.png (renamed from tools/editor/icons/2x/icon_dependency_ok_hl.png) | bin | 836 -> 836 bytes | |||
| -rw-r--r-- | editor/icons/2x/icon_directional_light.png (renamed from tools/editor/icons/2x/icon_directional_light.png) | bin | 756 -> 756 bytes | |||
| -rw-r--r-- | editor/icons/2x/icon_distraction_free.png (renamed from tools/editor/icons/2x/icon_distraction_free.png) | bin | 575 -> 575 bytes | |||
| -rw-r--r-- | editor/icons/2x/icon_duplicate.png (renamed from tools/editor/icons/2x/icon_duplicate.png) | bin | 225 -> 225 bytes | |||
| -rw-r--r-- | editor/icons/2x/icon_dynamic_font.png (renamed from tools/editor/icons/2x/icon_dynamic_font.png) | bin | 383 -> 383 bytes | |||
| -rw-r--r-- | editor/icons/2x/icon_dynamic_font_data.png (renamed from tools/editor/icons/2x/icon_dynamic_font_data.png) | bin | 379 -> 379 bytes | |||
| -rw-r--r-- | editor/icons/2x/icon_edit.png (renamed from tools/editor/icons/2x/icon_edit.png) | bin | 525 -> 525 bytes | |||
| -rw-r--r-- | editor/icons/2x/icon_edit_key.png (renamed from tools/editor/icons/2x/icon_edit_key.png) | bin | 641 -> 641 bytes | |||
| -rw-r--r-- | editor/icons/2x/icon_edit_pivot.png (renamed from tools/editor/icons/2x/icon_edit_pivot.png) | bin | 595 -> 595 bytes | |||
| -rw-r--r-- | editor/icons/2x/icon_edit_resource.png (renamed from tools/editor/icons/2x/icon_edit_resource.png) | bin | 396 -> 396 bytes | |||
| -rw-r--r-- | editor/icons/2x/icon_editor_3d_handle.png (renamed from tools/editor/icons/2x/icon_editor_3d_handle.png) | bin | 705 -> 705 bytes | |||
| -rw-r--r-- | editor/icons/2x/icon_editor_handle.png (renamed from tools/editor/icons/2x/icon_editor_handle.png) | bin | 427 -> 427 bytes | |||
| -rw-r--r-- | editor/icons/2x/icon_editor_pivot.png (renamed from tools/editor/icons/2x/icon_editor_pivot.png) | bin | 198 -> 198 bytes | |||
| -rw-r--r-- | editor/icons/2x/icon_editor_plugin.png (renamed from tools/editor/icons/2x/icon_editor_plugin.png) | bin | 469 -> 469 bytes | |||
| -rw-r--r-- | editor/icons/2x/icon_enum.png (renamed from tools/editor/icons/2x/icon_enum.png) | bin | 137 -> 137 bytes | |||
| -rw-r--r-- | editor/icons/2x/icon_environment.png (renamed from tools/editor/icons/2x/icon_environment.png) | bin | 1270 -> 1270 bytes | |||
| -rw-r--r-- | editor/icons/2x/icon_error.png (renamed from tools/editor/icons/2x/icon_error.png) | bin | 155 -> 155 bytes | |||
| -rw-r--r-- | editor/icons/2x/icon_error_sign.png (renamed from tools/editor/icons/2x/icon_error_sign.png) | bin | 441 -> 441 bytes | |||
| -rw-r--r-- | editor/icons/2x/icon_event_player.png (renamed from tools/editor/icons/2x/icon_event_player.png) | bin | 167 -> 167 bytes | |||
| -rw-r--r-- | editor/icons/2x/icon_favorites.png (renamed from tools/editor/icons/2x/icon_favorites.png) | bin | 702 -> 702 bytes | |||
| -rw-r--r-- | editor/icons/2x/icon_file.png (renamed from tools/editor/icons/2x/icon_file.png) | bin | 196 -> 196 bytes | |||
| -rw-r--r-- | editor/icons/2x/icon_file_big.png (renamed from tools/editor/icons/2x/icon_file_big.png) | bin | 505 -> 505 bytes | |||
| -rw-r--r-- | editor/icons/2x/icon_file_dialog.png (renamed from tools/editor/icons/2x/icon_file_dialog.png) | bin | 342 -> 342 bytes | |||
| -rw-r--r-- | editor/icons/2x/icon_file_list.png (renamed from tools/editor/icons/2x/icon_file_list.png) | bin | 137 -> 137 bytes | |||
| -rw-r--r-- | editor/icons/2x/icon_file_server.png (renamed from tools/editor/icons/2x/icon_file_server.png) | bin | 172 -> 172 bytes | |||
| -rw-r--r-- | editor/icons/2x/icon_file_server_active.png (renamed from tools/editor/icons/2x/icon_file_server_active.png) | bin | 173 -> 173 bytes | |||
| -rw-r--r-- | editor/icons/2x/icon_file_thumbnail.png (renamed from tools/editor/icons/2x/icon_file_thumbnail.png) | bin | 137 -> 137 bytes | |||
| -rw-r--r-- | editor/icons/2x/icon_filesystem.png (renamed from tools/editor/icons/2x/icon_filesystem.png) | bin | 192 -> 192 bytes | |||
| -rw-r--r-- | editor/icons/2x/icon_fixed_material.png (renamed from tools/editor/icons/2x/icon_fixed_material.png) | bin | 736 -> 736 bytes | |||
| -rw-r--r-- | editor/icons/2x/icon_fixed_spatial_material.png (renamed from tools/editor/icons/2x/icon_fixed_spatial_material.png) | bin | 768 -> 768 bytes | |||
| -rw-r--r-- | editor/icons/2x/icon_folder.png (renamed from tools/editor/icons/2x/icon_folder.png) | bin | 228 -> 228 bytes | |||
| -rw-r--r-- | editor/icons/2x/icon_folder_big.png (renamed from tools/editor/icons/2x/icon_folder_big.png) | bin | 991 -> 991 bytes | |||
| -rw-r--r-- | editor/icons/2x/icon_font.png (renamed from tools/editor/icons/2x/icon_font.png) | bin | 369 -> 369 bytes | |||
| -rw-r--r-- | editor/icons/2x/icon_forward.png (renamed from tools/editor/icons/2x/icon_forward.png) | bin | 326 -> 326 bytes | |||
| -rw-r--r-- | editor/icons/2x/icon_g_d_script.png (renamed from tools/editor/icons/2x/icon_g_d_script.png) | bin | 759 -> 759 bytes | |||
| -rw-r--r-- | editor/icons/2x/icon_g_i_probe.png (renamed from tools/editor/icons/2x/icon_g_i_probe.png) | bin | 680 -> 680 bytes | |||
| -rw-r--r-- | editor/icons/2x/icon_g_i_probe_data.png (renamed from tools/editor/icons/2x/icon_g_i_probe_data.png) | bin | 662 -> 662 bytes | |||
| -rw-r--r-- | editor/icons/2x/icon_generic_6_d_o_f_joint.png (renamed from tools/editor/icons/2x/icon_generic_6_d_o_f_joint.png) | bin | 535 -> 535 bytes | |||
| -rw-r--r-- | editor/icons/2x/icon_gizmo_directional_light.png (renamed from tools/editor/icons/2x/icon_gizmo_directional_light.png) | bin | 8264 -> 8264 bytes | |||
| -rw-r--r-- | editor/icons/2x/icon_gizmo_light.png (renamed from tools/editor/icons/2x/icon_gizmo_light.png) | bin | 6282 -> 6282 bytes | |||
| -rw-r--r-- | editor/icons/2x/icon_gizmo_listener.png (renamed from tools/editor/icons/2x/icon_gizmo_listener.png) | bin | 7636 -> 7636 bytes | |||
| -rw-r--r-- | editor/icons/2x/icon_gizmo_spatial_sample_player.png (renamed from tools/editor/icons/2x/icon_gizmo_spatial_sample_player.png) | bin | 2831 -> 2831 bytes | |||
| -rw-r--r-- | editor/icons/2x/icon_gizmo_spatial_stream_player.png (renamed from tools/editor/icons/2x/icon_gizmo_spatial_stream_player.png) | bin | 3649 -> 3649 bytes | |||
| -rw-r--r-- | editor/icons/2x/icon_godot.png (renamed from tools/editor/icons/2x/icon_godot.png) | bin | 1842 -> 1842 bytes | |||
| -rw-r--r-- | editor/icons/2x/icon_graph_color_ramp.png (renamed from tools/editor/icons/2x/icon_graph_color_ramp.png) | bin | 342 -> 342 bytes | |||
| -rw-r--r-- | editor/icons/2x/icon_graph_comment.png (renamed from tools/editor/icons/2x/icon_graph_comment.png) | bin | 152 -> 152 bytes | |||
| -rw-r--r-- | editor/icons/2x/icon_graph_cube_uniform.png (renamed from tools/editor/icons/2x/icon_graph_cube_uniform.png) | bin | 795 -> 795 bytes | |||
| -rw-r--r-- | editor/icons/2x/icon_graph_curve_map.png (renamed from tools/editor/icons/2x/icon_graph_curve_map.png) | bin | 587 -> 587 bytes | |||
| -rw-r--r-- | editor/icons/2x/icon_graph_default_texture.png (renamed from tools/editor/icons/2x/icon_graph_default_texture.png) | bin | 254 -> 254 bytes | |||
| -rw-r--r-- | editor/icons/2x/icon_graph_edit.png (renamed from tools/editor/icons/2x/icon_graph_edit.png) | bin | 815 -> 815 bytes | |||
| -rw-r--r-- | editor/icons/2x/icon_graph_input.png (renamed from tools/editor/icons/2x/icon_graph_input.png) | bin | 521 -> 521 bytes | |||
| -rw-r--r-- | editor/icons/2x/icon_graph_node.png (renamed from tools/editor/icons/2x/icon_graph_node.png) | bin | 710 -> 710 bytes | |||
| -rw-r--r-- | editor/icons/2x/icon_graph_rgb.png (renamed from tools/editor/icons/2x/icon_graph_rgb.png) | bin | 951 -> 951 bytes | |||
| -rw-r--r-- | editor/icons/2x/icon_graph_rgb_op.png (renamed from tools/editor/icons/2x/icon_graph_rgb_op.png) | bin | 219 -> 219 bytes | |||
| -rw-r--r-- | editor/icons/2x/icon_graph_rgb_uniform.png (renamed from tools/editor/icons/2x/icon_graph_rgb_uniform.png) | bin | 696 -> 696 bytes | |||
| -rw-r--r-- | editor/icons/2x/icon_graph_scalar.png (renamed from tools/editor/icons/2x/icon_graph_scalar.png) | bin | 461 -> 461 bytes | |||
| -rw-r--r-- | editor/icons/2x/icon_graph_scalar_interp.png (renamed from tools/editor/icons/2x/icon_graph_scalar_interp.png) | bin | 307 -> 307 bytes | |||
| -rw-r--r-- | editor/icons/2x/icon_graph_scalar_op.png (renamed from tools/editor/icons/2x/icon_graph_scalar_op.png) | bin | 390 -> 390 bytes | |||
| -rw-r--r-- | editor/icons/2x/icon_graph_scalar_uniform.png (renamed from tools/editor/icons/2x/icon_graph_scalar_uniform.png) | bin | 570 -> 570 bytes | |||
| -rw-r--r-- | editor/icons/2x/icon_graph_scalars_to_vec.png (renamed from tools/editor/icons/2x/icon_graph_scalars_to_vec.png) | bin | 255 -> 255 bytes | |||
| -rw-r--r-- | editor/icons/2x/icon_graph_texscreen.png (renamed from tools/editor/icons/2x/icon_graph_texscreen.png) | bin | 217 -> 217 bytes | |||
| -rw-r--r-- | editor/icons/2x/icon_graph_texture_uniform.png (renamed from tools/editor/icons/2x/icon_graph_texture_uniform.png) | bin | 394 -> 394 bytes | |||
| -rw-r--r-- | editor/icons/2x/icon_graph_time.png (renamed from tools/editor/icons/2x/icon_graph_time.png) | bin | 819 -> 819 bytes | |||
| -rw-r--r-- | editor/icons/2x/icon_graph_vec_dp.png (renamed from tools/editor/icons/2x/icon_graph_vec_dp.png) | bin | 482 -> 482 bytes | |||
| -rw-r--r-- | editor/icons/2x/icon_graph_vec_interp.png (renamed from tools/editor/icons/2x/icon_graph_vec_interp.png) | bin | 307 -> 307 bytes | |||
| -rw-r--r-- | editor/icons/2x/icon_graph_vec_length.png (renamed from tools/editor/icons/2x/icon_graph_vec_length.png) | bin | 513 -> 513 bytes | |||
| -rw-r--r-- | editor/icons/2x/icon_graph_vec_op.png (renamed from tools/editor/icons/2x/icon_graph_vec_op.png) | bin | 387 -> 387 bytes | |||
| -rw-r--r-- | editor/icons/2x/icon_graph_vec_scalar_op.png (renamed from tools/editor/icons/2x/icon_graph_vec_scalar_op.png) | bin | 431 -> 431 bytes | |||
| -rw-r--r-- | editor/icons/2x/icon_graph_vec_to_scalars.png (renamed from tools/editor/icons/2x/icon_graph_vec_to_scalars.png) | bin | 257 -> 257 bytes | |||
| -rw-r--r-- | editor/icons/2x/icon_graph_vecs_to_xform.png (renamed from tools/editor/icons/2x/icon_graph_vecs_to_xform.png) | bin | 282 -> 282 bytes | |||
| -rw-r--r-- | editor/icons/2x/icon_graph_vector.png (renamed from tools/editor/icons/2x/icon_graph_vector.png) | bin | 620 -> 620 bytes | |||
| -rw-r--r-- | editor/icons/2x/icon_graph_vector_uniform.png (renamed from tools/editor/icons/2x/icon_graph_vector_uniform.png) | bin | 718 -> 718 bytes | |||
| -rw-r--r-- | editor/icons/2x/icon_graph_xform.png (renamed from tools/editor/icons/2x/icon_graph_xform.png) | bin | 380 -> 380 bytes | |||
| -rw-r--r-- | editor/icons/2x/icon_graph_xform_mult.png (renamed from tools/editor/icons/2x/icon_graph_xform_mult.png) | bin | 321 -> 321 bytes | |||
| -rw-r--r-- | editor/icons/2x/icon_graph_xform_scalar_func.png (renamed from tools/editor/icons/2x/icon_graph_xform_scalar_func.png) | bin | 467 -> 467 bytes | |||
| -rw-r--r-- | editor/icons/2x/icon_graph_xform_to_vecs.png (renamed from tools/editor/icons/2x/icon_graph_xform_to_vecs.png) | bin | 277 -> 277 bytes | |||
| -rw-r--r-- | editor/icons/2x/icon_graph_xform_uniform.png (renamed from tools/editor/icons/2x/icon_graph_xform_uniform.png) | bin | 526 -> 526 bytes | |||
| -rw-r--r-- | editor/icons/2x/icon_graph_xform_vec_func.png (renamed from tools/editor/icons/2x/icon_graph_xform_vec_func.png) | bin | 476 -> 476 bytes | |||
| -rw-r--r-- | editor/icons/2x/icon_graph_xform_vec_imult.png (renamed from tools/editor/icons/2x/icon_graph_xform_vec_imult.png) | bin | 601 -> 601 bytes | |||
| -rw-r--r-- | editor/icons/2x/icon_graph_xform_vec_mult.png (renamed from tools/editor/icons/2x/icon_graph_xform_vec_mult.png) | bin | 600 -> 600 bytes | |||
| -rw-r--r-- | editor/icons/2x/icon_grid.png (renamed from tools/editor/icons/2x/icon_grid.png) | bin | 194 -> 194 bytes | |||
| -rw-r--r-- | editor/icons/2x/icon_grid_container.png (renamed from tools/editor/icons/2x/icon_grid_container.png) | bin | 329 -> 329 bytes | |||
| -rw-r--r-- | editor/icons/2x/icon_grid_map.png (renamed from tools/editor/icons/2x/icon_grid_map.png) | bin | 138 -> 138 bytes | |||
| -rw-r--r-- | editor/icons/2x/icon_groove_joint_2d.png (renamed from tools/editor/icons/2x/icon_groove_joint_2d.png) | bin | 179 -> 179 bytes | |||
| -rw-r--r-- | editor/icons/2x/icon_group.png (renamed from tools/editor/icons/2x/icon_group.png) | bin | 207 -> 207 bytes | |||
| -rw-r--r-- | editor/icons/2x/icon_groups.png (renamed from tools/editor/icons/2x/icon_groups.png) | bin | 353 -> 353 bytes | |||
| -rw-r--r-- | editor/icons/2x/icon_h_box_container.png (renamed from tools/editor/icons/2x/icon_h_box_container.png) | bin | 307 -> 307 bytes | |||
| -rw-r--r-- | editor/icons/2x/icon_h_button_array.png (renamed from tools/editor/icons/2x/icon_h_button_array.png) | bin | 224 -> 224 bytes | |||
| -rw-r--r-- | editor/icons/2x/icon_h_scroll_bar.png (renamed from tools/editor/icons/2x/icon_h_scroll_bar.png) | bin | 324 -> 324 bytes | |||
| -rw-r--r-- | editor/icons/2x/icon_h_separator.png (renamed from tools/editor/icons/2x/icon_h_separator.png) | bin | 148 -> 148 bytes | |||
| -rw-r--r-- | editor/icons/2x/icon_h_slider.png (renamed from tools/editor/icons/2x/icon_h_slider.png) | bin | 360 -> 360 bytes | |||
| -rw-r--r-- | editor/icons/2x/icon_h_split_container.png (renamed from tools/editor/icons/2x/icon_h_split_container.png) | bin | 399 -> 399 bytes | |||
| -rw-r--r-- | editor/icons/2x/icon_h_t_t_p_request.png (renamed from tools/editor/icons/2x/icon_h_t_t_p_request.png) | bin | 425 -> 425 bytes | |||
| -rw-r--r-- | editor/icons/2x/icon_headphones.png (renamed from tools/editor/icons/2x/icon_headphones.png) | bin | 620 -> 620 bytes | |||
| -rw-r--r-- | editor/icons/2x/icon_help.png (renamed from tools/editor/icons/2x/icon_help.png) | bin | 1126 -> 1126 bytes | |||
| -rw-r--r-- | editor/icons/2x/icon_hidden.png (renamed from tools/editor/icons/2x/icon_hidden.png) | bin | 640 -> 640 bytes | |||
| -rw-r--r-- | editor/icons/2x/icon_hinge_joint.png (renamed from tools/editor/icons/2x/icon_hinge_joint.png) | bin | 663 -> 663 bytes | |||
| -rw-r--r-- | editor/icons/2x/icon_history.png (renamed from tools/editor/icons/2x/icon_history.png) | bin | 814 -> 814 bytes | |||
| -rw-r--r-- | editor/icons/2x/icon_hsize.png (renamed from tools/editor/icons/2x/icon_hsize.png) | bin | 247 -> 247 bytes | |||
| -rw-r--r-- | editor/icons/2x/icon_image.png (renamed from tools/editor/icons/2x/icon_image.png) | bin | 404 -> 404 bytes | |||
| -rw-r--r-- | editor/icons/2x/icon_image_sky_box.png (renamed from tools/editor/icons/2x/icon_image_sky_box.png) | bin | 904 -> 904 bytes | |||
| -rw-r--r-- | editor/icons/2x/icon_image_texture.png (renamed from tools/editor/icons/2x/icon_image_texture.png) | bin | 262 -> 262 bytes | |||
| -rw-r--r-- | editor/icons/2x/icon_immediate_geometry.png (renamed from tools/editor/icons/2x/icon_immediate_geometry.png) | bin | 706 -> 706 bytes | |||
| -rw-r--r-- | editor/icons/2x/icon_import_check.png (renamed from tools/editor/icons/2x/icon_import_check.png) | bin | 386 -> 386 bytes | |||
| -rw-r--r-- | editor/icons/2x/icon_import_fail.png (renamed from tools/editor/icons/2x/icon_import_fail.png) | bin | 464 -> 464 bytes | |||
| -rw-r--r-- | editor/icons/2x/icon_instance.png (renamed from tools/editor/icons/2x/icon_instance.png) | bin | 817 -> 817 bytes | |||
| -rw-r--r-- | editor/icons/2x/icon_instance_options.png (renamed from tools/editor/icons/2x/icon_instance_options.png) | bin | 708 -> 708 bytes | |||
| -rw-r--r-- | editor/icons/2x/icon_integer.png (renamed from tools/editor/icons/2x/icon_integer.png) | bin | 147 -> 147 bytes | |||
| -rw-r--r-- | editor/icons/2x/icon_interp_cubic.png (renamed from tools/editor/icons/2x/icon_interp_cubic.png) | bin | 483 -> 483 bytes | |||
| -rw-r--r-- | editor/icons/2x/icon_interp_linear.png (renamed from tools/editor/icons/2x/icon_interp_linear.png) | bin | 398 -> 398 bytes | |||
| -rw-r--r-- | editor/icons/2x/icon_interp_raw.png (renamed from tools/editor/icons/2x/icon_interp_raw.png) | bin | 221 -> 221 bytes | |||
| -rw-r--r-- | editor/icons/2x/icon_interp_wrap_clamp.png (renamed from tools/editor/icons/2x/icon_interp_wrap_clamp.png) | bin | 348 -> 348 bytes | |||
| -rw-r--r-- | editor/icons/2x/icon_interp_wrap_loop.png (renamed from tools/editor/icons/2x/icon_interp_wrap_loop.png) | bin | 548 -> 548 bytes | |||
| -rw-r--r-- | editor/icons/2x/icon_interpolated_camera.png (renamed from tools/editor/icons/2x/icon_interpolated_camera.png) | bin | 454 -> 454 bytes | |||
| -rw-r--r-- | editor/icons/2x/icon_invalid_key.png (renamed from tools/editor/icons/2x/icon_invalid_key.png) | bin | 385 -> 385 bytes | |||
| -rw-r--r-- | editor/icons/2x/icon_inverse_kinematics.png (renamed from tools/editor/icons/2x/icon_inverse_kinematics.png) | bin | 459 -> 459 bytes | |||
| -rw-r--r-- | editor/icons/2x/icon_item_list.png (renamed from tools/editor/icons/2x/icon_item_list.png) | bin | 338 -> 338 bytes | |||
| -rw-r--r-- | editor/icons/2x/icon_joy_axis.png (renamed from tools/editor/icons/2x/icon_joy_axis.png) | bin | 425 -> 425 bytes | |||
| -rw-r--r-- | editor/icons/2x/icon_joy_button.png (renamed from tools/editor/icons/2x/icon_joy_button.png) | bin | 499 -> 499 bytes | |||
| -rw-r--r-- | editor/icons/2x/icon_joypad.png (renamed from tools/editor/icons/2x/icon_joypad.png) | bin | 380 -> 380 bytes | |||
| -rw-r--r-- | editor/icons/2x/icon_key.png (renamed from tools/editor/icons/2x/icon_key.png) | bin | 572 -> 572 bytes | |||
| -rw-r--r-- | editor/icons/2x/icon_key_hover.png (renamed from tools/editor/icons/2x/icon_key_hover.png) | bin | 376 -> 376 bytes | |||
| -rw-r--r-- | editor/icons/2x/icon_key_invalid.png (renamed from tools/editor/icons/2x/icon_key_invalid.png) | bin | 385 -> 385 bytes | |||
| -rw-r--r-- | editor/icons/2x/icon_key_next.png (renamed from tools/editor/icons/2x/icon_key_next.png) | bin | 579 -> 579 bytes | |||
| -rw-r--r-- | editor/icons/2x/icon_key_selected.png (renamed from tools/editor/icons/2x/icon_key_selected.png) | bin | 353 -> 353 bytes | |||
| -rw-r--r-- | editor/icons/2x/icon_key_value.png (renamed from tools/editor/icons/2x/icon_key_value.png) | bin | 380 -> 380 bytes | |||
| -rw-r--r-- | editor/icons/2x/icon_key_xform.png (renamed from tools/editor/icons/2x/icon_key_xform.png) | bin | 388 -> 388 bytes | |||
| -rw-r--r-- | editor/icons/2x/icon_keyboard.png (renamed from tools/editor/icons/2x/icon_keyboard.png) | bin | 486 -> 486 bytes | |||
| -rw-r--r-- | editor/icons/2x/icon_kinematic_body.png (renamed from tools/editor/icons/2x/icon_kinematic_body.png) | bin | 197 -> 197 bytes | |||
| -rw-r--r-- | editor/icons/2x/icon_kinematic_body_2d.png (renamed from tools/editor/icons/2x/icon_kinematic_body_2d.png) | bin | 204 -> 204 bytes | |||
| -rw-r--r-- | editor/icons/2x/icon_label.png (renamed from tools/editor/icons/2x/icon_label.png) | bin | 370 -> 370 bytes | |||
| -rw-r--r-- | editor/icons/2x/icon_large_texture.png (renamed from tools/editor/icons/2x/icon_large_texture.png) | bin | 211 -> 211 bytes | |||
| -rw-r--r-- | editor/icons/2x/icon_light_2d.png (renamed from tools/editor/icons/2x/icon_light_2d.png) | bin | 669 -> 669 bytes | |||
| -rw-r--r-- | editor/icons/2x/icon_light_occluder_2d.png (renamed from tools/editor/icons/2x/icon_light_occluder_2d.png) | bin | 175 -> 175 bytes | |||
| -rw-r--r-- | editor/icons/2x/icon_line_2d.png (renamed from tools/editor/icons/2x/icon_line_2d.png) | bin | 795 -> 795 bytes | |||
| -rw-r--r-- | editor/icons/2x/icon_line_edit.png (renamed from tools/editor/icons/2x/icon_line_edit.png) | bin | 323 -> 323 bytes | |||
| -rw-r--r-- | editor/icons/2x/icon_line_shape_2d.png (renamed from tools/editor/icons/2x/icon_line_shape_2d.png) | bin | 597 -> 597 bytes | |||
| -rw-r--r-- | editor/icons/2x/icon_link_button.png (renamed from tools/editor/icons/2x/icon_link_button.png) | bin | 774 -> 774 bytes | |||
| -rw-r--r-- | editor/icons/2x/icon_list_select.png (renamed from tools/editor/icons/2x/icon_list_select.png) | bin | 653 -> 653 bytes | |||
| -rw-r--r-- | editor/icons/2x/icon_listener.png (renamed from tools/editor/icons/2x/icon_listener.png) | bin | 885 -> 885 bytes | |||
| -rw-r--r-- | editor/icons/2x/icon_load.png (renamed from tools/editor/icons/2x/icon_load.png) | bin | 523 -> 523 bytes | |||
| -rw-r--r-- | editor/icons/2x/icon_lock.png (renamed from tools/editor/icons/2x/icon_lock.png) | bin | 441 -> 441 bytes | |||
| -rw-r--r-- | editor/icons/2x/icon_loop.png (renamed from tools/editor/icons/2x/icon_loop.png) | bin | 806 -> 806 bytes | |||
| -rw-r--r-- | editor/icons/2x/icon_loop_interpolation.png (renamed from tools/editor/icons/2x/icon_loop_interpolation.png) | bin | 709 -> 709 bytes | |||
| -rw-r--r-- | editor/icons/2x/icon_main_play.png (renamed from tools/editor/icons/2x/icon_main_play.png) | bin | 359 -> 359 bytes | |||
| -rw-r--r-- | editor/icons/2x/icon_main_stop.png (renamed from tools/editor/icons/2x/icon_main_stop.png) | bin | 197 -> 197 bytes | |||
| -rw-r--r-- | editor/icons/2x/icon_margin_container.png (renamed from tools/editor/icons/2x/icon_margin_container.png) | bin | 365 -> 365 bytes | |||
| -rw-r--r-- | editor/icons/2x/icon_material_preview_cube.png (renamed from tools/editor/icons/2x/icon_material_preview_cube.png) | bin | 562 -> 562 bytes | |||
| -rw-r--r-- | editor/icons/2x/icon_material_preview_cube_off.png (renamed from tools/editor/icons/2x/icon_material_preview_cube_off.png) | bin | 598 -> 598 bytes | |||
| -rw-r--r-- | editor/icons/2x/icon_material_preview_light_1.png (renamed from tools/editor/icons/2x/icon_material_preview_light_1.png) | bin | 724 -> 724 bytes | |||
| -rw-r--r-- | editor/icons/2x/icon_material_preview_light_1_off.png (renamed from tools/editor/icons/2x/icon_material_preview_light_1_off.png) | bin | 596 -> 596 bytes | |||
| -rw-r--r-- | editor/icons/2x/icon_material_preview_light_2.png (renamed from tools/editor/icons/2x/icon_material_preview_light_2.png) | bin | 740 -> 740 bytes | |||
| -rw-r--r-- | editor/icons/2x/icon_material_preview_light_2_off.png (renamed from tools/editor/icons/2x/icon_material_preview_light_2_off.png) | bin | 843 -> 843 bytes | |||
| -rw-r--r-- | editor/icons/2x/icon_material_preview_sphere.png (renamed from tools/editor/icons/2x/icon_material_preview_sphere.png) | bin | 704 -> 704 bytes | |||
| -rw-r--r-- | editor/icons/2x/icon_material_preview_sphere_off.png (renamed from tools/editor/icons/2x/icon_material_preview_sphere_off.png) | bin | 518 -> 518 bytes | |||
| -rw-r--r-- | editor/icons/2x/icon_material_shader.png (renamed from tools/editor/icons/2x/icon_material_shader.png) | bin | 342 -> 342 bytes | |||
| -rw-r--r-- | editor/icons/2x/icon_material_shader_graph.png (renamed from tools/editor/icons/2x/icon_material_shader_graph.png) | bin | 707 -> 707 bytes | |||
| -rw-r--r-- | editor/icons/2x/icon_matrix.png (renamed from tools/editor/icons/2x/icon_matrix.png) | bin | 185 -> 185 bytes | |||
| -rw-r--r-- | editor/icons/2x/icon_menu_button.png (renamed from tools/editor/icons/2x/icon_menu_button.png) | bin | 296 -> 296 bytes | |||
| -rw-r--r-- | editor/icons/2x/icon_mesh.png (renamed from tools/editor/icons/2x/icon_mesh.png) | bin | 582 -> 582 bytes | |||
| -rw-r--r-- | editor/icons/2x/icon_mesh_instance.png (renamed from tools/editor/icons/2x/icon_mesh_instance.png) | bin | 563 -> 563 bytes | |||
| -rw-r--r-- | editor/icons/2x/icon_mesh_library.png (renamed from tools/editor/icons/2x/icon_mesh_library.png) | bin | 631 -> 631 bytes | |||
| -rw-r--r-- | editor/icons/2x/icon_mini_aabb.png (renamed from tools/editor/icons/2x/icon_mini_aabb.png) | bin | 695 -> 695 bytes | |||
| -rw-r--r-- | editor/icons/2x/icon_mini_array.png (renamed from tools/editor/icons/2x/icon_mini_array.png) | bin | 326 -> 326 bytes | |||
| -rw-r--r-- | editor/icons/2x/icon_mini_boolean.png (renamed from tools/editor/icons/2x/icon_mini_boolean.png) | bin | 434 -> 434 bytes | |||
| -rw-r--r-- | editor/icons/2x/icon_mini_color.png (renamed from tools/editor/icons/2x/icon_mini_color.png) | bin | 411 -> 411 bytes | |||
| -rw-r--r-- | editor/icons/2x/icon_mini_color_array.png (renamed from tools/editor/icons/2x/icon_mini_color_array.png) | bin | 445 -> 445 bytes | |||
| -rw-r--r-- | editor/icons/2x/icon_mini_dictionary.png (renamed from tools/editor/icons/2x/icon_mini_dictionary.png) | bin | 371 -> 371 bytes | |||
| -rw-r--r-- | editor/icons/2x/icon_mini_float.png (renamed from tools/editor/icons/2x/icon_mini_float.png) | bin | 355 -> 355 bytes | |||
| -rw-r--r-- | editor/icons/2x/icon_mini_float_array.png (renamed from tools/editor/icons/2x/icon_mini_float_array.png) | bin | 451 -> 451 bytes | |||
| -rw-r--r-- | editor/icons/2x/icon_mini_image.png (renamed from tools/editor/icons/2x/icon_mini_image.png) | bin | 450 -> 450 bytes | |||
| -rw-r--r-- | editor/icons/2x/icon_mini_input.png (renamed from tools/editor/icons/2x/icon_mini_input.png) | bin | 409 -> 409 bytes | |||
| -rw-r--r-- | editor/icons/2x/icon_mini_int_array.png (renamed from tools/editor/icons/2x/icon_mini_int_array.png) | bin | 384 -> 384 bytes | |||
| -rw-r--r-- | editor/icons/2x/icon_mini_integer.png (renamed from tools/editor/icons/2x/icon_mini_integer.png) | bin | 367 -> 367 bytes | |||
| -rw-r--r-- | editor/icons/2x/icon_mini_matrix3.png (renamed from tools/editor/icons/2x/icon_mini_matrix3.png) | bin | 391 -> 391 bytes | |||
| -rw-r--r-- | editor/icons/2x/icon_mini_matrix32.png (renamed from tools/editor/icons/2x/icon_mini_matrix32.png) | bin | 573 -> 573 bytes | |||
| -rw-r--r-- | editor/icons/2x/icon_mini_object.png (renamed from tools/editor/icons/2x/icon_mini_object.png) | bin | 507 -> 507 bytes | |||
| -rw-r--r-- | editor/icons/2x/icon_mini_path.png (renamed from tools/editor/icons/2x/icon_mini_path.png) | bin | 435 -> 435 bytes | |||
| -rw-r--r-- | editor/icons/2x/icon_mini_plane.png (renamed from tools/editor/icons/2x/icon_mini_plane.png) | bin | 424 -> 424 bytes | |||
| -rw-r--r-- | editor/icons/2x/icon_mini_quat.png (renamed from tools/editor/icons/2x/icon_mini_quat.png) | bin | 509 -> 509 bytes | |||
| -rw-r--r-- | editor/icons/2x/icon_mini_raw_array.png (renamed from tools/editor/icons/2x/icon_mini_raw_array.png) | bin | 382 -> 382 bytes | |||
| -rw-r--r-- | editor/icons/2x/icon_mini_rect2.png (renamed from tools/editor/icons/2x/icon_mini_rect2.png) | bin | 431 -> 431 bytes | |||
| -rw-r--r-- | editor/icons/2x/icon_mini_rid.png (renamed from tools/editor/icons/2x/icon_mini_rid.png) | bin | 349 -> 349 bytes | |||
| -rw-r--r-- | editor/icons/2x/icon_mini_string.png (renamed from tools/editor/icons/2x/icon_mini_string.png) | bin | 437 -> 437 bytes | |||
| -rw-r--r-- | editor/icons/2x/icon_mini_string_array.png (renamed from tools/editor/icons/2x/icon_mini_string_array.png) | bin | 479 -> 479 bytes | |||
| -rw-r--r-- | editor/icons/2x/icon_mini_transform.png (renamed from tools/editor/icons/2x/icon_mini_transform.png) | bin | 539 -> 539 bytes | |||
| -rw-r--r-- | editor/icons/2x/icon_mini_variant.png (renamed from tools/editor/icons/2x/icon_mini_variant.png) | bin | 405 -> 405 bytes | |||
| -rw-r--r-- | editor/icons/2x/icon_mini_vector2.png (renamed from tools/editor/icons/2x/icon_mini_vector2.png) | bin | 541 -> 541 bytes | |||
| -rw-r--r-- | editor/icons/2x/icon_mini_vector2_array.png (renamed from tools/editor/icons/2x/icon_mini_vector2_array.png) | bin | 485 -> 485 bytes | |||
| -rw-r--r-- | editor/icons/2x/icon_mini_vector3.png (renamed from tools/editor/icons/2x/icon_mini_vector3.png) | bin | 509 -> 509 bytes | |||
| -rw-r--r-- | editor/icons/2x/icon_mini_vector3_array.png (renamed from tools/editor/icons/2x/icon_mini_vector3_array.png) | bin | 416 -> 416 bytes | |||
| -rw-r--r-- | editor/icons/2x/icon_mirror_x.png (renamed from tools/editor/icons/2x/icon_mirror_x.png) | bin | 247 -> 247 bytes | |||
| -rw-r--r-- | editor/icons/2x/icon_mirror_y.png (renamed from tools/editor/icons/2x/icon_mirror_y.png) | bin | 240 -> 240 bytes | |||
| -rw-r--r-- | editor/icons/2x/icon_mouse.png (renamed from tools/editor/icons/2x/icon_mouse.png) | bin | 476 -> 476 bytes | |||
| -rw-r--r-- | editor/icons/2x/icon_move_down.png (renamed from tools/editor/icons/2x/icon_move_down.png) | bin | 357 -> 357 bytes | |||
| -rw-r--r-- | editor/icons/2x/icon_move_point.png (renamed from tools/editor/icons/2x/icon_move_point.png) | bin | 1205 -> 1205 bytes | |||
| -rw-r--r-- | editor/icons/2x/icon_move_up.png (renamed from tools/editor/icons/2x/icon_move_up.png) | bin | 346 -> 346 bytes | |||
| -rw-r--r-- | editor/icons/2x/icon_multi_edit.png (renamed from tools/editor/icons/2x/icon_multi_edit.png) | bin | 558 -> 558 bytes | |||
| -rw-r--r-- | editor/icons/2x/icon_multi_line.png (renamed from tools/editor/icons/2x/icon_multi_line.png) | bin | 166 -> 166 bytes | |||
| -rw-r--r-- | editor/icons/2x/icon_multi_mesh.png (renamed from tools/editor/icons/2x/icon_multi_mesh.png) | bin | 591 -> 591 bytes | |||
| -rw-r--r-- | editor/icons/2x/icon_multi_mesh_instance.png (renamed from tools/editor/icons/2x/icon_multi_mesh_instance.png) | bin | 653 -> 653 bytes | |||
| -rw-r--r-- | editor/icons/2x/icon_multi_node_edit.png (renamed from tools/editor/icons/2x/icon_multi_node_edit.png) | bin | 558 -> 558 bytes | |||
| -rw-r--r-- | editor/icons/2x/icon_navigation.png (renamed from tools/editor/icons/2x/icon_navigation.png) | bin | 534 -> 534 bytes | |||
| -rw-r--r-- | editor/icons/2x/icon_navigation_2d.png (renamed from tools/editor/icons/2x/icon_navigation_2d.png) | bin | 558 -> 558 bytes | |||
| -rw-r--r-- | editor/icons/2x/icon_navigation_mesh.png (renamed from tools/editor/icons/2x/icon_navigation_mesh.png) | bin | 806 -> 806 bytes | |||
| -rw-r--r-- | editor/icons/2x/icon_navigation_mesh_instance.png (renamed from tools/editor/icons/2x/icon_navigation_mesh_instance.png) | bin | 867 -> 867 bytes | |||
| -rw-r--r-- | editor/icons/2x/icon_navigation_polygon.png (renamed from tools/editor/icons/2x/icon_navigation_polygon.png) | bin | 640 -> 640 bytes | |||
| -rw-r--r-- | editor/icons/2x/icon_navigation_polygon_instance.png (renamed from tools/editor/icons/2x/icon_navigation_polygon_instance.png) | bin | 712 -> 712 bytes | |||
| -rw-r--r-- | editor/icons/2x/icon_new.png (renamed from tools/editor/icons/2x/icon_new.png) | bin | 196 -> 196 bytes | |||
| -rw-r--r-- | editor/icons/2x/icon_nine_patch_rect.png (renamed from tools/editor/icons/2x/icon_nine_patch_rect.png) | bin | 162 -> 162 bytes | |||
| -rw-r--r-- | editor/icons/2x/icon_node.png (renamed from tools/editor/icons/2x/icon_node.png) | bin | 788 -> 788 bytes | |||
| -rw-r--r-- | editor/icons/2x/icon_node_2d.png (renamed from tools/editor/icons/2x/icon_node_2d.png) | bin | 864 -> 864 bytes | |||
| -rw-r--r-- | editor/icons/2x/icon_node_warning.png (renamed from tools/editor/icons/2x/icon_node_warning.png) | bin | 443 -> 443 bytes | |||
| -rw-r--r-- | editor/icons/2x/icon_non_favorite.png (renamed from tools/editor/icons/2x/icon_non_favorite.png) | bin | 946 -> 946 bytes | |||
| -rw-r--r-- | editor/icons/2x/icon_object.png (renamed from tools/editor/icons/2x/icon_object.png) | bin | 500 -> 500 bytes | |||
| -rw-r--r-- | editor/icons/2x/icon_occluder_polygon_2d.png (renamed from tools/editor/icons/2x/icon_occluder_polygon_2d.png) | bin | 384 -> 384 bytes | |||
| -rw-r--r-- | editor/icons/2x/icon_omni_light.png (renamed from tools/editor/icons/2x/icon_omni_light.png) | bin | 659 -> 659 bytes | |||
| -rw-r--r-- | editor/icons/2x/icon_open.png (renamed from tools/editor/icons/2x/icon_open.png) | bin | 228 -> 228 bytes | |||
| -rw-r--r-- | editor/icons/2x/icon_option_button.png (renamed from tools/editor/icons/2x/icon_option_button.png) | bin | 366 -> 366 bytes | |||
| -rw-r--r-- | editor/icons/2x/icon_override.png (renamed from tools/editor/icons/2x/icon_override.png) | bin | 488 -> 488 bytes | |||
| -rw-r--r-- | editor/icons/2x/icon_p_hash_translation.png (renamed from tools/editor/icons/2x/icon_p_hash_translation.png) | bin | 285 -> 285 bytes | |||
| -rw-r--r-- | editor/icons/2x/icon_packed_data_container.png (renamed from tools/editor/icons/2x/icon_packed_data_container.png) | bin | 253 -> 253 bytes | |||
| -rw-r--r-- | editor/icons/2x/icon_packed_scene.png (renamed from tools/editor/icons/2x/icon_packed_scene.png) | bin | 569 -> 569 bytes | |||
| -rw-r--r-- | editor/icons/2x/icon_panel.png (renamed from tools/editor/icons/2x/icon_panel.png) | bin | 277 -> 277 bytes | |||
| -rw-r--r-- | editor/icons/2x/icon_panel_container.png (renamed from tools/editor/icons/2x/icon_panel_container.png) | bin | 309 -> 309 bytes | |||
| -rw-r--r-- | editor/icons/2x/icon_panels_1.png (renamed from tools/editor/icons/2x/icon_panels_1.png) | bin | 117 -> 117 bytes | |||
| -rw-r--r-- | editor/icons/2x/icon_panels_2.png (renamed from tools/editor/icons/2x/icon_panels_2.png) | bin | 127 -> 127 bytes | |||
| -rw-r--r-- | editor/icons/2x/icon_panels_2_alt.png (renamed from tools/editor/icons/2x/icon_panels_2_alt.png) | bin | 134 -> 134 bytes | |||
| -rw-r--r-- | editor/icons/2x/icon_panels_3.png (renamed from tools/editor/icons/2x/icon_panels_3.png) | bin | 141 -> 141 bytes | |||
| -rw-r--r-- | editor/icons/2x/icon_panels_3_alt.png (renamed from tools/editor/icons/2x/icon_panels_3_alt.png) | bin | 152 -> 152 bytes | |||
| -rw-r--r-- | editor/icons/2x/icon_panels_4.png (renamed from tools/editor/icons/2x/icon_panels_4.png) | bin | 136 -> 136 bytes | |||
| -rw-r--r-- | editor/icons/2x/icon_parallax_background.png (renamed from tools/editor/icons/2x/icon_parallax_background.png) | bin | 335 -> 335 bytes | |||
| -rw-r--r-- | editor/icons/2x/icon_parallax_layer.png (renamed from tools/editor/icons/2x/icon_parallax_layer.png) | bin | 469 -> 469 bytes | |||
| -rw-r--r-- | editor/icons/2x/icon_particle_attractor_2d.png (renamed from tools/editor/icons/2x/icon_particle_attractor_2d.png) | bin | 1578 -> 1578 bytes | |||
| -rw-r--r-- | editor/icons/2x/icon_particles.png (renamed from tools/editor/icons/2x/icon_particles.png) | bin | 686 -> 686 bytes | |||
| -rw-r--r-- | editor/icons/2x/icon_particles_2d.png (renamed from tools/editor/icons/2x/icon_particles_2d.png) | bin | 728 -> 728 bytes | |||
| -rw-r--r-- | editor/icons/2x/icon_particles_shader.png (renamed from tools/editor/icons/2x/icon_particles_shader.png) | bin | 657 -> 657 bytes | |||
| -rw-r--r-- | editor/icons/2x/icon_patch_9_rect.png (renamed from tools/editor/icons/2x/icon_patch_9_rect.png) | bin | 162 -> 162 bytes | |||
| -rw-r--r-- | editor/icons/2x/icon_path.png (renamed from tools/editor/icons/2x/icon_path.png) | bin | 666 -> 666 bytes | |||
| -rw-r--r-- | editor/icons/2x/icon_path_2d.png (renamed from tools/editor/icons/2x/icon_path_2d.png) | bin | 687 -> 687 bytes | |||
| -rw-r--r-- | editor/icons/2x/icon_path_follow.png (renamed from tools/editor/icons/2x/icon_path_follow.png) | bin | 725 -> 725 bytes | |||
| -rw-r--r-- | editor/icons/2x/icon_path_follow_2d.png (renamed from tools/editor/icons/2x/icon_path_follow_2d.png) | bin | 725 -> 725 bytes | |||
| -rw-r--r-- | editor/icons/2x/icon_pause.png (renamed from tools/editor/icons/2x/icon_pause.png) | bin | 194 -> 194 bytes | |||
| -rw-r--r-- | editor/icons/2x/icon_pin.png (renamed from tools/editor/icons/2x/icon_pin.png) | bin | 322 -> 322 bytes | |||
| -rw-r--r-- | editor/icons/2x/icon_pin_joint.png (renamed from tools/editor/icons/2x/icon_pin_joint.png) | bin | 686 -> 686 bytes | |||
| -rw-r--r-- | editor/icons/2x/icon_pin_joint_2d.png (renamed from tools/editor/icons/2x/icon_pin_joint_2d.png) | bin | 719 -> 719 bytes | |||
| -rw-r--r-- | editor/icons/2x/icon_pin_pressed.png (renamed from tools/editor/icons/2x/icon_pin_pressed.png) | bin | 322 -> 322 bytes | |||
| -rw-r--r-- | editor/icons/2x/icon_plane.png (renamed from tools/editor/icons/2x/icon_plane.png) | bin | 306 -> 306 bytes | |||
| -rw-r--r-- | editor/icons/2x/icon_plane_shape.png (renamed from tools/editor/icons/2x/icon_plane_shape.png) | bin | 316 -> 316 bytes | |||
| -rw-r--r-- | editor/icons/2x/icon_play.png (renamed from tools/editor/icons/2x/icon_play.png) | bin | 395 -> 395 bytes | |||
| -rw-r--r-- | editor/icons/2x/icon_play_backwards.png (renamed from tools/editor/icons/2x/icon_play_backwards.png) | bin | 424 -> 424 bytes | |||
| -rw-r--r-- | editor/icons/2x/icon_play_custom.png (renamed from tools/editor/icons/2x/icon_play_custom.png) | bin | 572 -> 572 bytes | |||
| -rw-r--r-- | editor/icons/2x/icon_play_scene.png (renamed from tools/editor/icons/2x/icon_play_scene.png) | bin | 686 -> 686 bytes | |||
| -rw-r--r-- | editor/icons/2x/icon_play_start.png (renamed from tools/editor/icons/2x/icon_play_start.png) | bin | 463 -> 463 bytes | |||
| -rw-r--r-- | editor/icons/2x/icon_play_start_backwards.png (renamed from tools/editor/icons/2x/icon_play_start_backwards.png) | bin | 497 -> 497 bytes | |||
| -rw-r--r-- | editor/icons/2x/icon_polygon_2d.png (renamed from tools/editor/icons/2x/icon_polygon_2d.png) | bin | 407 -> 407 bytes | |||
| -rw-r--r-- | editor/icons/2x/icon_polygon_path_finder.png (renamed from tools/editor/icons/2x/icon_polygon_path_finder.png) | bin | 491 -> 491 bytes | |||
| -rw-r--r-- | editor/icons/2x/icon_popup.png (renamed from tools/editor/icons/2x/icon_popup.png) | bin | 329 -> 329 bytes | |||
| -rw-r--r-- | editor/icons/2x/icon_popup_dialog.png (renamed from tools/editor/icons/2x/icon_popup_dialog.png) | bin | 347 -> 347 bytes | |||
| -rw-r--r-- | editor/icons/2x/icon_popup_menu.png (renamed from tools/editor/icons/2x/icon_popup_menu.png) | bin | 301 -> 301 bytes | |||
| -rw-r--r-- | editor/icons/2x/icon_popup_panel.png (renamed from tools/editor/icons/2x/icon_popup_panel.png) | bin | 279 -> 279 bytes | |||
| -rw-r--r-- | editor/icons/2x/icon_portal.png (renamed from tools/editor/icons/2x/icon_portal.png) | bin | 855 -> 855 bytes | |||
| -rw-r--r-- | editor/icons/2x/icon_position_2d.png (renamed from tools/editor/icons/2x/icon_position_2d.png) | bin | 152 -> 152 bytes | |||
| -rw-r--r-- | editor/icons/2x/icon_position_3d.png (renamed from tools/editor/icons/2x/icon_position_3d.png) | bin | 151 -> 151 bytes | |||
| -rw-r--r-- | editor/icons/2x/icon_progress_1.png (renamed from tools/editor/icons/2x/icon_progress_1.png) | bin | 781 -> 781 bytes | |||
| -rw-r--r-- | editor/icons/2x/icon_progress_2.png (renamed from tools/editor/icons/2x/icon_progress_2.png) | bin | 785 -> 785 bytes | |||
| -rw-r--r-- | editor/icons/2x/icon_progress_3.png (renamed from tools/editor/icons/2x/icon_progress_3.png) | bin | 800 -> 800 bytes | |||
| -rw-r--r-- | editor/icons/2x/icon_progress_4.png (renamed from tools/editor/icons/2x/icon_progress_4.png) | bin | 808 -> 808 bytes | |||
| -rw-r--r-- | editor/icons/2x/icon_progress_5.png (renamed from tools/editor/icons/2x/icon_progress_5.png) | bin | 807 -> 807 bytes | |||
| -rw-r--r-- | editor/icons/2x/icon_progress_6.png (renamed from tools/editor/icons/2x/icon_progress_6.png) | bin | 793 -> 793 bytes | |||
| -rw-r--r-- | editor/icons/2x/icon_progress_7.png (renamed from tools/editor/icons/2x/icon_progress_7.png) | bin | 815 -> 815 bytes | |||
| -rw-r--r-- | editor/icons/2x/icon_progress_8.png (renamed from tools/editor/icons/2x/icon_progress_8.png) | bin | 791 -> 791 bytes | |||
| -rw-r--r-- | editor/icons/2x/icon_progress_bar.png (renamed from tools/editor/icons/2x/icon_progress_bar.png) | bin | 328 -> 328 bytes | |||
| -rw-r--r-- | editor/icons/2x/icon_proximity_group.png (renamed from tools/editor/icons/2x/icon_proximity_group.png) | bin | 326 -> 326 bytes | |||
| -rw-r--r-- | editor/icons/2x/icon_quad.png (renamed from tools/editor/icons/2x/icon_quad.png) | bin | 289 -> 289 bytes | |||
| -rw-r--r-- | editor/icons/2x/icon_quat.png (renamed from tools/editor/icons/2x/icon_quat.png) | bin | 668 -> 668 bytes | |||
| -rw-r--r-- | editor/icons/2x/icon_range.png (renamed from tools/editor/icons/2x/icon_range.png) | bin | 177 -> 177 bytes | |||
| -rw-r--r-- | editor/icons/2x/icon_rating_no_star.png (renamed from tools/editor/icons/2x/icon_rating_no_star.png) | bin | 1077 -> 1077 bytes | |||
| -rw-r--r-- | editor/icons/2x/icon_rating_star.png (renamed from tools/editor/icons/2x/icon_rating_star.png) | bin | 696 -> 696 bytes | |||
| -rw-r--r-- | editor/icons/2x/icon_ray_cast.png (renamed from tools/editor/icons/2x/icon_ray_cast.png) | bin | 308 -> 308 bytes | |||
| -rw-r--r-- | editor/icons/2x/icon_ray_cast_2d.png (renamed from tools/editor/icons/2x/icon_ray_cast_2d.png) | bin | 337 -> 337 bytes | |||
| -rw-r--r-- | editor/icons/2x/icon_ray_shape.png (renamed from tools/editor/icons/2x/icon_ray_shape.png) | bin | 541 -> 541 bytes | |||
| -rw-r--r-- | editor/icons/2x/icon_ray_shape_2d.png (renamed from tools/editor/icons/2x/icon_ray_shape_2d.png) | bin | 330 -> 330 bytes | |||
| -rw-r--r-- | editor/icons/2x/icon_rayito.png (renamed from tools/editor/icons/2x/icon_rayito.png) | bin | 449 -> 449 bytes | |||
| -rw-r--r-- | editor/icons/2x/icon_real.png (renamed from tools/editor/icons/2x/icon_real.png) | bin | 423 -> 423 bytes | |||
| -rw-r--r-- | editor/icons/2x/icon_rectangle_shape_2d.png (renamed from tools/editor/icons/2x/icon_rectangle_shape_2d.png) | bin | 213 -> 213 bytes | |||
| -rw-r--r-- | editor/icons/2x/icon_reference_rect.png (renamed from tools/editor/icons/2x/icon_reference_rect.png) | bin | 160 -> 160 bytes | |||
| -rw-r--r-- | editor/icons/2x/icon_reflection_probe.png (renamed from tools/editor/icons/2x/icon_reflection_probe.png) | bin | 533 -> 533 bytes | |||
| -rw-r--r-- | editor/icons/2x/icon_region_edit.png (renamed from tools/editor/icons/2x/icon_region_edit.png) | bin | 158 -> 158 bytes | |||
| -rw-r--r-- | editor/icons/2x/icon_reload.png (renamed from tools/editor/icons/2x/icon_reload.png) | bin | 786 -> 786 bytes | |||
| -rw-r--r-- | editor/icons/2x/icon_reload_small.png (renamed from tools/editor/icons/2x/icon_reload_small.png) | bin | 756 -> 756 bytes | |||
| -rw-r--r-- | editor/icons/2x/icon_remote.png (renamed from tools/editor/icons/2x/icon_remote.png) | bin | 824 -> 824 bytes | |||
| -rw-r--r-- | editor/icons/2x/icon_remote_transform.png (renamed from tools/editor/icons/2x/icon_remote_transform.png) | bin | 1140 -> 1140 bytes | |||
| -rw-r--r-- | editor/icons/2x/icon_remote_transform_2d.png (renamed from tools/editor/icons/2x/icon_remote_transform_2d.png) | bin | 1197 -> 1197 bytes | |||
| -rw-r--r-- | editor/icons/2x/icon_remove.png (renamed from tools/editor/icons/2x/icon_remove.png) | bin | 271 -> 271 bytes | |||
| -rw-r--r-- | editor/icons/2x/icon_rename.png (renamed from tools/editor/icons/2x/icon_rename.png) | bin | 215 -> 215 bytes | |||
| -rw-r--r-- | editor/icons/2x/icon_reparent.png (renamed from tools/editor/icons/2x/icon_reparent.png) | bin | 741 -> 741 bytes | |||
| -rw-r--r-- | editor/icons/2x/icon_resource_preloader.png (renamed from tools/editor/icons/2x/icon_resource_preloader.png) | bin | 609 -> 609 bytes | |||
| -rw-r--r-- | editor/icons/2x/icon_rich_text_label.png (renamed from tools/editor/icons/2x/icon_rich_text_label.png) | bin | 313 -> 313 bytes | |||
| -rw-r--r-- | editor/icons/2x/icon_rigid_body.png (renamed from tools/editor/icons/2x/icon_rigid_body.png) | bin | 1139 -> 1139 bytes | |||
| -rw-r--r-- | editor/icons/2x/icon_rigid_body_2d.png (renamed from tools/editor/icons/2x/icon_rigid_body_2d.png) | bin | 1206 -> 1206 bytes | |||
| -rw-r--r-- | editor/icons/2x/icon_room.png (renamed from tools/editor/icons/2x/icon_room.png) | bin | 567 -> 567 bytes | |||
| -rw-r--r-- | editor/icons/2x/icon_room_bounds.png (renamed from tools/editor/icons/2x/icon_room_bounds.png) | bin | 631 -> 631 bytes | |||
| -rw-r--r-- | editor/icons/2x/icon_rotate_0.png (renamed from tools/editor/icons/2x/icon_rotate_0.png) | bin | 878 -> 878 bytes | |||
| -rw-r--r-- | editor/icons/2x/icon_rotate_180.png (renamed from tools/editor/icons/2x/icon_rotate_180.png) | bin | 713 -> 713 bytes | |||
| -rw-r--r-- | editor/icons/2x/icon_rotate_270.png (renamed from tools/editor/icons/2x/icon_rotate_270.png) | bin | 666 -> 666 bytes | |||
| -rw-r--r-- | editor/icons/2x/icon_rotate_90.png (renamed from tools/editor/icons/2x/icon_rotate_90.png) | bin | 805 -> 805 bytes | |||
| -rw-r--r-- | editor/icons/2x/icon_sample.png (renamed from tools/editor/icons/2x/icon_sample.png) | bin | 197 -> 197 bytes | |||
| -rw-r--r-- | editor/icons/2x/icon_sample_library.png (renamed from tools/editor/icons/2x/icon_sample_library.png) | bin | 568 -> 568 bytes | |||
| -rw-r--r-- | editor/icons/2x/icon_sample_player.png (renamed from tools/editor/icons/2x/icon_sample_player.png) | bin | 345 -> 345 bytes | |||
| -rw-r--r-- | editor/icons/2x/icon_sample_player_2d.png (renamed from tools/editor/icons/2x/icon_sample_player_2d.png) | bin | 376 -> 376 bytes | |||
| -rw-r--r-- | editor/icons/2x/icon_save.png (renamed from tools/editor/icons/2x/icon_save.png) | bin | 466 -> 466 bytes | |||
| -rw-r--r-- | editor/icons/2x/icon_script.png (renamed from tools/editor/icons/2x/icon_script.png) | bin | 465 -> 465 bytes | |||
| -rw-r--r-- | editor/icons/2x/icon_script_create.png (renamed from tools/editor/icons/2x/icon_script_create.png) | bin | 491 -> 491 bytes | |||
| -rw-r--r-- | editor/icons/2x/icon_script_remove.png (renamed from tools/editor/icons/2x/icon_script_remove.png) | bin | 787 -> 787 bytes | |||
| -rw-r--r-- | editor/icons/2x/icon_scroll_bar.png (renamed from tools/editor/icons/2x/icon_scroll_bar.png) | bin | 324 -> 324 bytes | |||
| -rw-r--r-- | editor/icons/2x/icon_scroll_container.png (renamed from tools/editor/icons/2x/icon_scroll_container.png) | bin | 483 -> 483 bytes | |||
| -rw-r--r-- | editor/icons/2x/icon_segment_shape_2d.png (renamed from tools/editor/icons/2x/icon_segment_shape_2d.png) | bin | 320 -> 320 bytes | |||
| -rw-r--r-- | editor/icons/2x/icon_shader.png (renamed from tools/editor/icons/2x/icon_shader.png) | bin | 342 -> 342 bytes | |||
| -rw-r--r-- | editor/icons/2x/icon_shader_material.png (renamed from tools/editor/icons/2x/icon_shader_material.png) | bin | 342 -> 342 bytes | |||
| -rw-r--r-- | editor/icons/2x/icon_short_cut.png (renamed from tools/editor/icons/2x/icon_short_cut.png) | bin | 473 -> 473 bytes | |||
| -rw-r--r-- | editor/icons/2x/icon_signal.png (renamed from tools/editor/icons/2x/icon_signal.png) | bin | 327 -> 327 bytes | |||
| -rw-r--r-- | editor/icons/2x/icon_skeleton.png (renamed from tools/editor/icons/2x/icon_skeleton.png) | bin | 649 -> 649 bytes | |||
| -rw-r--r-- | editor/icons/2x/icon_slider_joint.png (renamed from tools/editor/icons/2x/icon_slider_joint.png) | bin | 180 -> 180 bytes | |||
| -rw-r--r-- | editor/icons/2x/icon_slot.png (renamed from tools/editor/icons/2x/icon_slot.png) | bin | 342 -> 342 bytes | |||
| -rw-r--r-- | editor/icons/2x/icon_snap.png (renamed from tools/editor/icons/2x/icon_snap.png) | bin | 424 -> 424 bytes | |||
| -rw-r--r-- | editor/icons/2x/icon_sound_room_params.png (renamed from tools/editor/icons/2x/icon_sound_room_params.png) | bin | 375 -> 375 bytes | |||
| -rw-r--r-- | editor/icons/2x/icon_spatial.png (renamed from tools/editor/icons/2x/icon_spatial.png) | bin | 835 -> 835 bytes | |||
| -rw-r--r-- | editor/icons/2x/icon_spatial_sample_player.png (renamed from tools/editor/icons/2x/icon_spatial_sample_player.png) | bin | 353 -> 353 bytes | |||
| -rw-r--r-- | editor/icons/2x/icon_spatial_shader.png (renamed from tools/editor/icons/2x/icon_spatial_shader.png) | bin | 704 -> 704 bytes | |||
| -rw-r--r-- | editor/icons/2x/icon_spatial_stream_player.png (renamed from tools/editor/icons/2x/icon_spatial_stream_player.png) | bin | 262 -> 262 bytes | |||
| -rw-r--r-- | editor/icons/2x/icon_sphere_shape.png (renamed from tools/editor/icons/2x/icon_sphere_shape.png) | bin | 712 -> 712 bytes | |||
| -rw-r--r-- | editor/icons/2x/icon_spin_box.png (renamed from tools/editor/icons/2x/icon_spin_box.png) | bin | 436 -> 436 bytes | |||
| -rw-r--r-- | editor/icons/2x/icon_spot_light.png (renamed from tools/editor/icons/2x/icon_spot_light.png) | bin | 669 -> 669 bytes | |||
| -rw-r--r-- | editor/icons/2x/icon_sprite.png (renamed from tools/editor/icons/2x/icon_sprite.png) | bin | 841 -> 841 bytes | |||
| -rw-r--r-- | editor/icons/2x/icon_sprite_3d.png (renamed from tools/editor/icons/2x/icon_sprite_3d.png) | bin | 838 -> 838 bytes | |||
| -rw-r--r-- | editor/icons/2x/icon_sprite_frames.png (renamed from tools/editor/icons/2x/icon_sprite_frames.png) | bin | 691 -> 691 bytes | |||
| -rw-r--r-- | editor/icons/2x/icon_static_body.png (renamed from tools/editor/icons/2x/icon_static_body.png) | bin | 397 -> 397 bytes | |||
| -rw-r--r-- | editor/icons/2x/icon_static_body_2d.png (renamed from tools/editor/icons/2x/icon_static_body_2d.png) | bin | 417 -> 417 bytes | |||
| -rw-r--r-- | editor/icons/2x/icon_stream_player.png (renamed from tools/editor/icons/2x/icon_stream_player.png) | bin | 263 -> 263 bytes | |||
| -rw-r--r-- | editor/icons/2x/icon_string.png (renamed from tools/editor/icons/2x/icon_string.png) | bin | 217 -> 217 bytes | |||
| -rw-r--r-- | editor/icons/2x/icon_style_box_empty.png (renamed from tools/editor/icons/2x/icon_style_box_empty.png) | bin | 555 -> 555 bytes | |||
| -rw-r--r-- | editor/icons/2x/icon_style_box_flat.png (renamed from tools/editor/icons/2x/icon_style_box_flat.png) | bin | 695 -> 695 bytes | |||
| -rw-r--r-- | editor/icons/2x/icon_style_box_texture.png (renamed from tools/editor/icons/2x/icon_style_box_texture.png) | bin | 693 -> 693 bytes | |||
| -rw-r--r-- | editor/icons/2x/icon_tab_container.png (renamed from tools/editor/icons/2x/icon_tab_container.png) | bin | 334 -> 334 bytes | |||
| -rw-r--r-- | editor/icons/2x/icon_tabs.png (renamed from tools/editor/icons/2x/icon_tabs.png) | bin | 222 -> 222 bytes | |||
| -rw-r--r-- | editor/icons/2x/icon_test_cube.png (renamed from tools/editor/icons/2x/icon_test_cube.png) | bin | 596 -> 596 bytes | |||
| -rw-r--r-- | editor/icons/2x/icon_text_edit.png (renamed from tools/editor/icons/2x/icon_text_edit.png) | bin | 329 -> 329 bytes | |||
| -rw-r--r-- | editor/icons/2x/icon_texture.png (renamed from tools/editor/icons/2x/icon_texture.png) | bin | 262 -> 262 bytes | |||
| -rw-r--r-- | editor/icons/2x/icon_texture_button.png (renamed from tools/editor/icons/2x/icon_texture_button.png) | bin | 190 -> 190 bytes | |||
| -rw-r--r-- | editor/icons/2x/icon_texture_progress.png (renamed from tools/editor/icons/2x/icon_texture_progress.png) | bin | 344 -> 344 bytes | |||
| -rw-r--r-- | editor/icons/2x/icon_texture_rect.png (renamed from tools/editor/icons/2x/icon_texture_rect.png) | bin | 201 -> 201 bytes | |||
| -rw-r--r-- | editor/icons/2x/icon_theme.png (renamed from tools/editor/icons/2x/icon_theme.png) | bin | 809 -> 809 bytes | |||
| -rw-r--r-- | editor/icons/2x/icon_tile_map.png (renamed from tools/editor/icons/2x/icon_tile_map.png) | bin | 139 -> 139 bytes | |||
| -rw-r--r-- | editor/icons/2x/icon_tile_set.png (renamed from tools/editor/icons/2x/icon_tile_set.png) | bin | 242 -> 242 bytes | |||
| -rw-r--r-- | editor/icons/2x/icon_timer.png (renamed from tools/editor/icons/2x/icon_timer.png) | bin | 909 -> 909 bytes | |||
| -rw-r--r-- | editor/icons/2x/icon_tool_button.png (renamed from tools/editor/icons/2x/icon_tool_button.png) | bin | 425 -> 425 bytes | |||
| -rw-r--r-- | editor/icons/2x/icon_tool_move.png (renamed from tools/editor/icons/2x/icon_tool_move.png) | bin | 353 -> 353 bytes | |||
| -rw-r--r-- | editor/icons/2x/icon_tool_pan.png (renamed from tools/editor/icons/2x/icon_tool_pan.png) | bin | 479 -> 479 bytes | |||
| -rw-r--r-- | editor/icons/2x/icon_tool_rotate.png (renamed from tools/editor/icons/2x/icon_tool_rotate.png) | bin | 786 -> 786 bytes | |||
| -rw-r--r-- | editor/icons/2x/icon_tool_scale.png (renamed from tools/editor/icons/2x/icon_tool_scale.png) | bin | 562 -> 562 bytes | |||
| -rw-r--r-- | editor/icons/2x/icon_tool_select.png (renamed from tools/editor/icons/2x/icon_tool_select.png) | bin | 659 -> 659 bytes | |||
| -rw-r--r-- | editor/icons/2x/icon_tools.png (renamed from tools/editor/icons/2x/icon_tools.png) | bin | 759 -> 759 bytes | |||
| -rw-r--r-- | editor/icons/2x/icon_touch_screen_button.png (renamed from tools/editor/icons/2x/icon_touch_screen_button.png) | bin | 511 -> 511 bytes | |||
| -rw-r--r-- | editor/icons/2x/icon_track_add_key.png (renamed from tools/editor/icons/2x/icon_track_add_key.png) | bin | 127 -> 127 bytes | |||
| -rw-r--r-- | editor/icons/2x/icon_track_add_key_hl.png (renamed from tools/editor/icons/2x/icon_track_add_key_hl.png) | bin | 128 -> 128 bytes | |||
| -rw-r--r-- | editor/icons/2x/icon_track_continuous.png (renamed from tools/editor/icons/2x/icon_track_continuous.png) | bin | 434 -> 434 bytes | |||
| -rw-r--r-- | editor/icons/2x/icon_track_discrete.png (renamed from tools/editor/icons/2x/icon_track_discrete.png) | bin | 196 -> 196 bytes | |||
| -rw-r--r-- | editor/icons/2x/icon_track_trigger.png (renamed from tools/editor/icons/2x/icon_track_trigger.png) | bin | 214 -> 214 bytes | |||
| -rw-r--r-- | editor/icons/2x/icon_translation.png (renamed from tools/editor/icons/2x/icon_translation.png) | bin | 285 -> 285 bytes | |||
| -rw-r--r-- | editor/icons/2x/icon_transparent.png (renamed from tools/editor/icons/2x/icon_transparent.png) | bin | 177 -> 177 bytes | |||
| -rw-r--r-- | editor/icons/2x/icon_transpose.png (renamed from tools/editor/icons/2x/icon_transpose.png) | bin | 210 -> 210 bytes | |||
| -rw-r--r-- | editor/icons/2x/icon_tree.png (renamed from tools/editor/icons/2x/icon_tree.png) | bin | 417 -> 417 bytes | |||
| -rw-r--r-- | editor/icons/2x/icon_tween.png (renamed from tools/editor/icons/2x/icon_tween.png) | bin | 315 -> 315 bytes | |||
| -rw-r--r-- | editor/icons/2x/icon_unbone.png (renamed from tools/editor/icons/2x/icon_unbone.png) | bin | 661 -> 661 bytes | |||
| -rw-r--r-- | editor/icons/2x/icon_ungroup.png (renamed from tools/editor/icons/2x/icon_ungroup.png) | bin | 202 -> 202 bytes | |||
| -rw-r--r-- | editor/icons/2x/icon_uninstance.png (renamed from tools/editor/icons/2x/icon_uninstance.png) | bin | 883 -> 883 bytes | |||
| -rw-r--r-- | editor/icons/2x/icon_unlock.png (renamed from tools/editor/icons/2x/icon_unlock.png) | bin | 388 -> 388 bytes | |||
| -rw-r--r-- | editor/icons/2x/icon_uv.png (renamed from tools/editor/icons/2x/icon_uv.png) | bin | 502 -> 502 bytes | |||
| -rw-r--r-- | editor/icons/2x/icon_v_box_container.png (renamed from tools/editor/icons/2x/icon_v_box_container.png) | bin | 327 -> 327 bytes | |||
| -rw-r--r-- | editor/icons/2x/icon_v_button_array.png (renamed from tools/editor/icons/2x/icon_v_button_array.png) | bin | 231 -> 231 bytes | |||
| -rw-r--r-- | editor/icons/2x/icon_v_scroll_bar.png (renamed from tools/editor/icons/2x/icon_v_scroll_bar.png) | bin | 328 -> 328 bytes | |||
| -rw-r--r-- | editor/icons/2x/icon_v_separator.png (renamed from tools/editor/icons/2x/icon_v_separator.png) | bin | 154 -> 154 bytes | |||
| -rw-r--r-- | editor/icons/2x/icon_v_slider.png (renamed from tools/editor/icons/2x/icon_v_slider.png) | bin | 391 -> 391 bytes | |||
| -rw-r--r-- | editor/icons/2x/icon_v_split_container.png (renamed from tools/editor/icons/2x/icon_v_split_container.png) | bin | 425 -> 425 bytes | |||
| -rw-r--r-- | editor/icons/2x/icon_vector.png (renamed from tools/editor/icons/2x/icon_vector.png) | bin | 270 -> 270 bytes | |||
| -rw-r--r-- | editor/icons/2x/icon_vector2.png (renamed from tools/editor/icons/2x/icon_vector2.png) | bin | 141 -> 141 bytes | |||
| -rw-r--r-- | editor/icons/2x/icon_vehicle_body.png (renamed from tools/editor/icons/2x/icon_vehicle_body.png) | bin | 410 -> 410 bytes | |||
| -rw-r--r-- | editor/icons/2x/icon_vehicle_wheel.png (renamed from tools/editor/icons/2x/icon_vehicle_wheel.png) | bin | 1269 -> 1269 bytes | |||
| -rw-r--r-- | editor/icons/2x/icon_video_player.png (renamed from tools/editor/icons/2x/icon_video_player.png) | bin | 501 -> 501 bytes | |||
| -rw-r--r-- | editor/icons/2x/icon_viewport.png (renamed from tools/editor/icons/2x/icon_viewport.png) | bin | 349 -> 349 bytes | |||
| -rw-r--r-- | editor/icons/2x/icon_viewport_container.png (renamed from tools/editor/icons/2x/icon_viewport_container.png) | bin | 528 -> 528 bytes | |||
| -rw-r--r-- | editor/icons/2x/icon_viewport_sprite.png (renamed from tools/editor/icons/2x/icon_viewport_sprite.png) | bin | 403 -> 403 bytes | |||
| -rw-r--r-- | editor/icons/2x/icon_viewport_texture.png (renamed from tools/editor/icons/2x/icon_viewport_texture.png) | bin | 404 -> 404 bytes | |||
| -rw-r--r-- | editor/icons/2x/icon_visibility_enabler.png (renamed from tools/editor/icons/2x/icon_visibility_enabler.png) | bin | 1106 -> 1106 bytes | |||
| -rw-r--r-- | editor/icons/2x/icon_visibility_enabler_2d.png (renamed from tools/editor/icons/2x/icon_visibility_enabler_2d.png) | bin | 1114 -> 1114 bytes | |||
| -rw-r--r-- | editor/icons/2x/icon_visibility_notifier.png (renamed from tools/editor/icons/2x/icon_visibility_notifier.png) | bin | 832 -> 832 bytes | |||
| -rw-r--r-- | editor/icons/2x/icon_visibility_notifier_2d.png (renamed from tools/editor/icons/2x/icon_visibility_notifier_2d.png) | bin | 844 -> 844 bytes | |||
| -rw-r--r-- | editor/icons/2x/icon_visible.png (renamed from tools/editor/icons/2x/icon_visible.png) | bin | 994 -> 994 bytes | |||
| -rw-r--r-- | editor/icons/2x/icon_visual_script.png (renamed from tools/editor/icons/2x/icon_visual_script.png) | bin | 707 -> 707 bytes | |||
| -rw-r--r-- | editor/icons/2x/icon_visual_shader_port.png (renamed from tools/editor/icons/2x/icon_visual_shader_port.png) | bin | 338 -> 338 bytes | |||
| -rw-r--r-- | editor/icons/2x/icon_vu_empty.png (renamed from tools/editor/icons/2x/icon_vu_empty.png) | bin | 452 -> 452 bytes | |||
| -rw-r--r-- | editor/icons/2x/icon_vu_full.png (renamed from tools/editor/icons/2x/icon_vu_full.png) | bin | 350 -> 350 bytes | |||
| -rw-r--r-- | editor/icons/2x/icon_warning.png (renamed from tools/editor/icons/2x/icon_warning.png) | bin | 154 -> 154 bytes | |||
| -rw-r--r-- | editor/icons/2x/icon_window_dialog.png (renamed from tools/editor/icons/2x/icon_window_dialog.png) | bin | 311 -> 311 bytes | |||
| -rw-r--r-- | editor/icons/2x/icon_world.png (renamed from tools/editor/icons/2x/icon_world.png) | bin | 502 -> 502 bytes | |||
| -rw-r--r-- | editor/icons/2x/icon_world_2d.png (renamed from tools/editor/icons/2x/icon_world_2d.png) | bin | 584 -> 584 bytes | |||
| -rw-r--r-- | editor/icons/2x/icon_world_environment.png (renamed from tools/editor/icons/2x/icon_world_environment.png) | bin | 1371 -> 1371 bytes | |||
| -rw-r--r-- | editor/icons/2x/icon_y_sort.png (renamed from tools/editor/icons/2x/icon_y_sort.png) | bin | 293 -> 293 bytes | |||
| -rw-r--r-- | editor/icons/2x/icon_zoom.png (renamed from tools/editor/icons/2x/icon_zoom.png) | bin | 762 -> 762 bytes | |||
| -rw-r--r-- | editor/icons/2x/icon_zoom_less.png (renamed from tools/editor/icons/2x/icon_zoom_less.png) | bin | 162 -> 162 bytes | |||
| -rw-r--r-- | editor/icons/2x/icon_zoom_more.png (renamed from tools/editor/icons/2x/icon_zoom_more.png) | bin | 290 -> 290 bytes | |||
| -rw-r--r-- | editor/icons/2x/icon_zoom_reset.png (renamed from tools/editor/icons/2x/icon_zoom_reset.png) | bin | 689 -> 689 bytes | |||
| -rw-r--r-- | editor/icons/SCsub (renamed from tools/editor/icons/SCsub) | 4 | ||||
| -rw-r--r-- | editor/icons/icon_accept_dialog.png (renamed from tools/editor/icons/icon_accept_dialog.png) | bin | 338 -> 338 bytes | |||
| -rw-r--r-- | editor/icons/icon_add.png (renamed from tools/editor/icons/icon_add.png) | bin | 129 -> 129 bytes | |||
| -rw-r--r-- | editor/icons/icon_add_track.png (renamed from tools/editor/icons/icon_add_track.png) | bin | 129 -> 129 bytes | |||
| -rw-r--r-- | editor/icons/icon_anchor.png (renamed from tools/editor/icons/icon_anchor.png) | bin | 451 -> 451 bytes | |||
| -rw-r--r-- | editor/icons/icon_anim_export.png (renamed from tools/editor/icons/icon_anim_export.png) | bin | 552 -> 552 bytes | |||
| -rw-r--r-- | editor/icons/icon_anim_export_all.png (renamed from tools/editor/icons/icon_anim_export_all.png) | bin | 566 -> 566 bytes | |||
| -rw-r--r-- | editor/icons/icon_anim_get.png (renamed from tools/editor/icons/icon_anim_get.png) | bin | 276 -> 276 bytes | |||
| -rw-r--r-- | editor/icons/icon_anim_get_hl.png (renamed from tools/editor/icons/icon_anim_get_hl.png) | bin | 270 -> 270 bytes | |||
| -rw-r--r-- | editor/icons/icon_anim_import.png (renamed from tools/editor/icons/icon_anim_import.png) | bin | 572 -> 572 bytes | |||
| -rw-r--r-- | editor/icons/icon_anim_import_all.png (renamed from tools/editor/icons/icon_anim_import_all.png) | bin | 586 -> 586 bytes | |||
| -rw-r--r-- | editor/icons/icon_anim_set.png (renamed from tools/editor/icons/icon_anim_set.png) | bin | 287 -> 287 bytes | |||
| -rw-r--r-- | editor/icons/icon_anim_set_hl.png (renamed from tools/editor/icons/icon_anim_set_hl.png) | bin | 268 -> 268 bytes | |||
| -rw-r--r-- | editor/icons/icon_animated_sprite.png (renamed from tools/editor/icons/icon_animated_sprite.png) | bin | 584 -> 584 bytes | |||
| -rw-r--r-- | editor/icons/icon_animated_sprite_3d.png (renamed from tools/editor/icons/icon_animated_sprite_3d.png) | bin | 552 -> 552 bytes | |||
| -rw-r--r-- | editor/icons/icon_animation.png (renamed from tools/editor/icons/icon_animation.png) | bin | 399 -> 399 bytes | |||
| -rw-r--r-- | editor/icons/icon_animation_node.png (renamed from tools/editor/icons/icon_animation_node.png) | bin | 261 -> 261 bytes | |||
| -rw-r--r-- | editor/icons/icon_animation_play.png (renamed from tools/editor/icons/icon_animation_play.png) | bin | 593 -> 593 bytes | |||
| -rw-r--r-- | editor/icons/icon_animation_player.png (renamed from tools/editor/icons/icon_animation_player.png) | bin | 153 -> 153 bytes | |||
| -rw-r--r-- | editor/icons/icon_animation_set.png (renamed from tools/editor/icons/icon_animation_set.png) | bin | 529 -> 529 bytes | |||
| -rw-r--r-- | editor/icons/icon_animation_tree.png (renamed from tools/editor/icons/icon_animation_tree.png) | bin | 279 -> 279 bytes | |||
| -rw-r--r-- | editor/icons/icon_animation_tree_player.png (renamed from tools/editor/icons/icon_animation_tree_player.png) | bin | 279 -> 279 bytes | |||
| -rw-r--r-- | editor/icons/icon_area.png (renamed from tools/editor/icons/icon_area.png) | bin | 176 -> 176 bytes | |||
| -rw-r--r-- | editor/icons/icon_area_2d.png (renamed from tools/editor/icons/icon_area_2d.png) | bin | 182 -> 182 bytes | |||
| -rw-r--r-- | editor/icons/icon_array_data.png (renamed from tools/editor/icons/icon_array_data.png) | bin | 176 -> 176 bytes | |||
| -rw-r--r-- | editor/icons/icon_array_float.png (renamed from tools/editor/icons/icon_array_float.png) | bin | 177 -> 177 bytes | |||
| -rw-r--r-- | editor/icons/icon_array_int.png (renamed from tools/editor/icons/icon_array_int.png) | bin | 172 -> 172 bytes | |||
| -rw-r--r-- | editor/icons/icon_array_string.png (renamed from tools/editor/icons/icon_array_string.png) | bin | 178 -> 178 bytes | |||
| -rw-r--r-- | editor/icons/icon_array_variant.png (renamed from tools/editor/icons/icon_array_variant.png) | bin | 172 -> 172 bytes | |||
| -rw-r--r-- | editor/icons/icon_arrow_left.png (renamed from tools/editor/icons/icon_arrow_left.png) | bin | 211 -> 211 bytes | |||
| -rw-r--r-- | editor/icons/icon_arrow_left_disabled.png (renamed from tools/editor/icons/icon_arrow_left_disabled.png) | bin | 244 -> 244 bytes | |||
| -rw-r--r-- | editor/icons/icon_arrow_right.png (renamed from tools/editor/icons/icon_arrow_right.png) | bin | 215 -> 215 bytes | |||
| -rw-r--r-- | editor/icons/icon_arrow_right_disabled.png (renamed from tools/editor/icons/icon_arrow_right_disabled.png) | bin | 252 -> 252 bytes | |||
| -rw-r--r-- | editor/icons/icon_arrow_up.png (renamed from tools/editor/icons/icon_arrow_up.png) | bin | 223 -> 223 bytes | |||
| -rw-r--r-- | editor/icons/icon_arrow_up_disabled.png (renamed from tools/editor/icons/icon_arrow_up_disabled.png) | bin | 275 -> 275 bytes | |||
| -rw-r--r-- | editor/icons/icon_atlas_texture.png (renamed from tools/editor/icons/icon_atlas_texture.png) | bin | 286 -> 286 bytes | |||
| -rw-r--r-- | editor/icons/icon_audio_effect_amplify.png (renamed from tools/editor/icons/icon_audio_effect_amplify.png) | bin | 379 -> 379 bytes | |||
| -rw-r--r-- | editor/icons/icon_audio_stream_gibberish.png (renamed from tools/editor/icons/icon_audio_stream_gibberish.png) | bin | 250 -> 250 bytes | |||
| -rw-r--r-- | editor/icons/icon_audio_stream_m_p_c.png (renamed from tools/editor/icons/icon_audio_stream_m_p_c.png) | bin | 832 -> 832 bytes | |||
| -rw-r--r-- | editor/icons/icon_audio_stream_o_g_g_vorbis.png (renamed from tools/editor/icons/icon_audio_stream_o_g_g_vorbis.png) | bin | 774 -> 774 bytes | |||
| -rw-r--r-- | editor/icons/icon_audio_stream_opus.png (renamed from tools/editor/icons/icon_audio_stream_opus.png) | bin | 559 -> 559 bytes | |||
| -rw-r--r-- | editor/icons/icon_audio_stream_speex.png (renamed from tools/editor/icons/icon_audio_stream_speex.png) | bin | 1080 -> 1080 bytes | |||
| -rw-r--r-- | editor/icons/icon_auto_play.png (renamed from tools/editor/icons/icon_auto_play.png) | bin | 370 -> 370 bytes | |||
| -rw-r--r-- | editor/icons/icon_b_c_s_f_x.png (renamed from tools/editor/icons/icon_b_c_s_f_x.png) | bin | 451 -> 451 bytes | |||
| -rw-r--r-- | editor/icons/icon_b_g_color_f_x.png (renamed from tools/editor/icons/icon_b_g_color_f_x.png) | bin | 367 -> 367 bytes | |||
| -rw-r--r-- | editor/icons/icon_b_g_image_f_x.png (renamed from tools/editor/icons/icon_b_g_image_f_x.png) | bin | 753 -> 753 bytes | |||
| -rw-r--r-- | editor/icons/icon_back.png (renamed from tools/editor/icons/icon_back.png) | bin | 223 -> 223 bytes | |||
| -rw-r--r-- | editor/icons/icon_back_buffer_copy.png (renamed from tools/editor/icons/icon_back_buffer_copy.png) | bin | 158 -> 158 bytes | |||
| -rw-r--r-- | editor/icons/icon_back_disabled.png (renamed from tools/editor/icons/icon_back_disabled.png) | bin | 175 -> 175 bytes | |||
| -rw-r--r-- | editor/icons/icon_back_no.png (renamed from tools/editor/icons/icon_back_no.png) | bin | 213 -> 213 bytes | |||
| -rw-r--r-- | editor/icons/icon_bake.png (renamed from tools/editor/icons/icon_bake.png) | bin | 180 -> 180 bytes | |||
| -rw-r--r-- | editor/icons/icon_baked_light.png (renamed from tools/editor/icons/icon_baked_light.png) | bin | 180 -> 180 bytes | |||
| -rw-r--r-- | editor/icons/icon_baked_light_instance.png (renamed from tools/editor/icons/icon_baked_light_instance.png) | bin | 179 -> 179 bytes | |||
| -rw-r--r-- | editor/icons/icon_baked_light_sampler.png (renamed from tools/editor/icons/icon_baked_light_sampler.png) | bin | 230 -> 230 bytes | |||
| -rw-r--r-- | editor/icons/icon_bit_map.png (renamed from tools/editor/icons/icon_bit_map.png) | bin | 113 -> 113 bytes | |||
| -rw-r--r-- | editor/icons/icon_bitmap_font.png (renamed from tools/editor/icons/icon_bitmap_font.png) | bin | 160 -> 160 bytes | |||
| -rw-r--r-- | editor/icons/icon_blend.png (renamed from tools/editor/icons/icon_blend.png) | bin | 578 -> 578 bytes | |||
| -rw-r--r-- | editor/icons/icon_bone.png (renamed from tools/editor/icons/icon_bone.png) | bin | 349 -> 349 bytes | |||
| -rw-r--r-- | editor/icons/icon_bone_attachment.png (renamed from tools/editor/icons/icon_bone_attachment.png) | bin | 333 -> 333 bytes | |||
| -rw-r--r-- | editor/icons/icon_bone_track.png (renamed from tools/editor/icons/icon_bone_track.png) | bin | 343 -> 343 bytes | |||
| -rw-r--r-- | editor/icons/icon_bool.png (renamed from tools/editor/icons/icon_bool.png) | bin | 154 -> 154 bytes | |||
| -rw-r--r-- | editor/icons/icon_box_shape.png (renamed from tools/editor/icons/icon_box_shape.png) | bin | 392 -> 392 bytes | |||
| -rw-r--r-- | editor/icons/icon_bus_vu_db.png (renamed from tools/editor/icons/icon_bus_vu_db.png) | bin | 1136 -> 1136 bytes | |||
| -rw-r--r-- | editor/icons/icon_bus_vu_empty.png (renamed from tools/editor/icons/icon_bus_vu_empty.png) | bin | 1631 -> 1631 bytes | |||
| -rw-r--r-- | editor/icons/icon_bus_vu_frozen.png (renamed from tools/editor/icons/icon_bus_vu_frozen.png) | bin | 267 -> 267 bytes | |||
| -rw-r--r-- | editor/icons/icon_bus_vu_full.png (renamed from tools/editor/icons/icon_bus_vu_full.png) | bin | 2463 -> 2463 bytes | |||
| -rw-r--r-- | editor/icons/icon_button.png (renamed from tools/editor/icons/icon_button.png) | bin | 163 -> 163 bytes | |||
| -rw-r--r-- | editor/icons/icon_button_group.png (renamed from tools/editor/icons/icon_button_group.png) | bin | 165 -> 165 bytes | |||
| -rw-r--r-- | editor/icons/icon_camera.png (renamed from tools/editor/icons/icon_camera.png) | bin | 225 -> 225 bytes | |||
| -rw-r--r-- | editor/icons/icon_camera_2d.png (renamed from tools/editor/icons/icon_camera_2d.png) | bin | 229 -> 229 bytes | |||
| -rw-r--r-- | editor/icons/icon_canvas_item.png (renamed from tools/editor/icons/icon_canvas_item.png) | bin | 411 -> 411 bytes | |||
| -rw-r--r-- | editor/icons/icon_canvas_item_material.png (renamed from tools/editor/icons/icon_canvas_item_material.png) | bin | 350 -> 350 bytes | |||
| -rw-r--r-- | editor/icons/icon_canvas_item_shader.png (renamed from tools/editor/icons/icon_canvas_item_shader.png) | bin | 416 -> 416 bytes | |||
| -rw-r--r-- | editor/icons/icon_canvas_item_shader_graph.png (renamed from tools/editor/icons/icon_canvas_item_shader_graph.png) | bin | 440 -> 440 bytes | |||
| -rw-r--r-- | editor/icons/icon_canvas_layer.png (renamed from tools/editor/icons/icon_canvas_layer.png) | bin | 474 -> 474 bytes | |||
| -rw-r--r-- | editor/icons/icon_canvas_modulate.png (renamed from tools/editor/icons/icon_canvas_modulate.png) | bin | 213 -> 213 bytes | |||
| -rw-r--r-- | editor/icons/icon_capsule_shape.png (renamed from tools/editor/icons/icon_capsule_shape.png) | bin | 225 -> 225 bytes | |||
| -rw-r--r-- | editor/icons/icon_capsule_shape_2d.png (renamed from tools/editor/icons/icon_capsule_shape_2d.png) | bin | 309 -> 309 bytes | |||
| -rw-r--r-- | editor/icons/icon_center_container.png (renamed from tools/editor/icons/icon_center_container.png) | bin | 294 -> 294 bytes | |||
| -rw-r--r-- | editor/icons/icon_character_body.png (renamed from tools/editor/icons/icon_character_body.png) | bin | 559 -> 559 bytes | |||
| -rw-r--r-- | editor/icons/icon_character_camera.png (renamed from tools/editor/icons/icon_character_camera.png) | bin | 477 -> 477 bytes | |||
| -rw-r--r-- | editor/icons/icon_check_box.png (renamed from tools/editor/icons/icon_check_box.png) | bin | 404 -> 404 bytes | |||
| -rw-r--r-- | editor/icons/icon_check_button.png (renamed from tools/editor/icons/icon_check_button.png) | bin | 283 -> 283 bytes | |||
| -rw-r--r-- | editor/icons/icon_checkerboard.png (renamed from tools/editor/icons/icon_checkerboard.png) | bin | 253 -> 253 bytes | |||
| -rw-r--r-- | editor/icons/icon_circle_shape_2d.png (renamed from tools/editor/icons/icon_circle_shape_2d.png) | bin | 425 -> 425 bytes | |||
| -rw-r--r-- | editor/icons/icon_class_list.png (renamed from tools/editor/icons/icon_class_list.png) | bin | 157 -> 157 bytes | |||
| -rw-r--r-- | editor/icons/icon_click2edit.png (renamed from tools/editor/icons/icon_click2edit.png) | bin | 294 -> 294 bytes | |||
| -rw-r--r-- | editor/icons/icon_close.png (renamed from tools/editor/icons/icon_close.png) | bin | 325 -> 325 bytes | |||
| -rw-r--r-- | editor/icons/icon_close_hover.png (renamed from tools/editor/icons/icon_close_hover.png) | bin | 391 -> 391 bytes | |||
| -rw-r--r-- | editor/icons/icon_collapse.png (renamed from tools/editor/icons/icon_collapse.png) | bin | 230 -> 230 bytes | |||
| -rw-r--r-- | editor/icons/icon_collapse_hl.png (renamed from tools/editor/icons/icon_collapse_hl.png) | bin | 338 -> 338 bytes | |||
| -rw-r--r-- | editor/icons/icon_collision.png (renamed from tools/editor/icons/icon_collision.png) | bin | 320 -> 320 bytes | |||
| -rw-r--r-- | editor/icons/icon_collision_2d.png (renamed from tools/editor/icons/icon_collision_2d.png) | bin | 281 -> 281 bytes | |||
| -rw-r--r-- | editor/icons/icon_collision_polygon.png (renamed from tools/editor/icons/icon_collision_polygon.png) | bin | 287 -> 287 bytes | |||
| -rw-r--r-- | editor/icons/icon_collision_polygon_2d.png (renamed from tools/editor/icons/icon_collision_polygon_2d.png) | bin | 281 -> 281 bytes | |||
| -rw-r--r-- | editor/icons/icon_collision_shape.png (renamed from tools/editor/icons/icon_collision_shape.png) | bin | 278 -> 278 bytes | |||
| -rw-r--r-- | editor/icons/icon_collision_shape_2d.png (renamed from tools/editor/icons/icon_collision_shape_2d.png) | bin | 164 -> 164 bytes | |||
| -rw-r--r-- | editor/icons/icon_color.png (renamed from tools/editor/icons/icon_color.png) | bin | 582 -> 582 bytes | |||
| -rw-r--r-- | editor/icons/icon_color_pick.png (renamed from tools/editor/icons/icon_color_pick.png) | bin | 416 -> 416 bytes | |||
| -rw-r--r-- | editor/icons/icon_color_picker.png (renamed from tools/editor/icons/icon_color_picker.png) | bin | 432 -> 432 bytes | |||
| -rw-r--r-- | editor/icons/icon_color_picker_button.png (renamed from tools/editor/icons/icon_color_picker_button.png) | bin | 548 -> 548 bytes | |||
| -rw-r--r-- | editor/icons/icon_color_ramp.png (renamed from tools/editor/icons/icon_color_ramp.png) | bin | 222 -> 222 bytes | |||
| -rw-r--r-- | editor/icons/icon_color_rect.png (renamed from tools/editor/icons/icon_color_rect.png) | bin | 214 -> 214 bytes | |||
| -rw-r--r-- | editor/icons/icon_concave_polygon_shape.png (renamed from tools/editor/icons/icon_concave_polygon_shape.png) | bin | 449 -> 449 bytes | |||
| -rw-r--r-- | editor/icons/icon_concave_polygon_shape_2d.png (renamed from tools/editor/icons/icon_concave_polygon_shape_2d.png) | bin | 321 -> 321 bytes | |||
| -rw-r--r-- | editor/icons/icon_cone_twist_joint.png (renamed from tools/editor/icons/icon_cone_twist_joint.png) | bin | 497 -> 497 bytes | |||
| -rw-r--r-- | editor/icons/icon_confirmation_dialog.png (renamed from tools/editor/icons/icon_confirmation_dialog.png) | bin | 330 -> 330 bytes | |||
| -rw-r--r-- | editor/icons/icon_connect.png (renamed from tools/editor/icons/icon_connect.png) | bin | 170 -> 170 bytes | |||
| -rw-r--r-- | editor/icons/icon_connection_and_groups.png (renamed from tools/editor/icons/icon_connection_and_groups.png) | bin | 228 -> 228 bytes | |||
| -rw-r--r-- | editor/icons/icon_console.png (renamed from tools/editor/icons/icon_console.png) | bin | 640 -> 640 bytes | |||
| -rw-r--r-- | editor/icons/icon_container.png (renamed from tools/editor/icons/icon_container.png) | bin | 188 -> 188 bytes | |||
| -rw-r--r-- | editor/icons/icon_control.png (renamed from tools/editor/icons/icon_control.png) | bin | 414 -> 414 bytes | |||
| -rw-r--r-- | editor/icons/icon_control_align_bottom_center.png (renamed from tools/editor/icons/icon_control_align_bottom_center.png) | bin | 134 -> 134 bytes | |||
| -rw-r--r-- | editor/icons/icon_control_align_bottom_left.png (renamed from tools/editor/icons/icon_control_align_bottom_left.png) | bin | 134 -> 134 bytes | |||
| -rw-r--r-- | editor/icons/icon_control_align_bottom_right.png (renamed from tools/editor/icons/icon_control_align_bottom_right.png) | bin | 134 -> 134 bytes | |||
| -rw-r--r-- | editor/icons/icon_control_align_bottom_wide.png (renamed from tools/editor/icons/icon_control_align_bottom_wide.png) | bin | 135 -> 135 bytes | |||
| -rw-r--r-- | editor/icons/icon_control_align_center.png (renamed from tools/editor/icons/icon_control_align_center.png) | bin | 142 -> 142 bytes | |||
| -rw-r--r-- | editor/icons/icon_control_align_center_left.png (renamed from tools/editor/icons/icon_control_align_center_left.png) | bin | 116 -> 116 bytes | |||
| -rw-r--r-- | editor/icons/icon_control_align_center_right.png (renamed from tools/editor/icons/icon_control_align_center_right.png) | bin | 117 -> 117 bytes | |||
| -rw-r--r-- | editor/icons/icon_control_align_left_center.png (renamed from tools/editor/icons/icon_control_align_left_center.png) | bin | 141 -> 141 bytes | |||
| -rw-r--r-- | editor/icons/icon_control_align_left_wide.png (renamed from tools/editor/icons/icon_control_align_left_wide.png) | bin | 123 -> 123 bytes | |||
| -rw-r--r-- | editor/icons/icon_control_align_right_center.png (renamed from tools/editor/icons/icon_control_align_right_center.png) | bin | 142 -> 142 bytes | |||
| -rw-r--r-- | editor/icons/icon_control_align_right_wide.png (renamed from tools/editor/icons/icon_control_align_right_wide.png) | bin | 124 -> 124 bytes | |||
| -rw-r--r-- | editor/icons/icon_control_align_top_center.png (renamed from tools/editor/icons/icon_control_align_top_center.png) | bin | 141 -> 141 bytes | |||
| -rw-r--r-- | editor/icons/icon_control_align_top_left.png (renamed from tools/editor/icons/icon_control_align_top_left.png) | bin | 136 -> 136 bytes | |||
| -rw-r--r-- | editor/icons/icon_control_align_top_right.png (renamed from tools/editor/icons/icon_control_align_top_right.png) | bin | 141 -> 141 bytes | |||
| -rw-r--r-- | editor/icons/icon_control_align_top_wide.png (renamed from tools/editor/icons/icon_control_align_top_wide.png) | bin | 136 -> 136 bytes | |||
| -rw-r--r-- | editor/icons/icon_control_align_wide.png (renamed from tools/editor/icons/icon_control_align_wide.png) | bin | 123 -> 123 bytes | |||
| -rw-r--r-- | editor/icons/icon_control_hcenter_wide.png (renamed from tools/editor/icons/icon_control_hcenter_wide.png) | bin | 142 -> 142 bytes | |||
| -rw-r--r-- | editor/icons/icon_control_vcenter_wide.png (renamed from tools/editor/icons/icon_control_vcenter_wide.png) | bin | 128 -> 128 bytes | |||
| -rw-r--r-- | editor/icons/icon_convex_polygon_shape.png (renamed from tools/editor/icons/icon_convex_polygon_shape.png) | bin | 404 -> 404 bytes | |||
| -rw-r--r-- | editor/icons/icon_convex_polygon_shape_2d.png (renamed from tools/editor/icons/icon_convex_polygon_shape_2d.png) | bin | 297 -> 297 bytes | |||
| -rw-r--r-- | editor/icons/icon_copy_node_path.png (renamed from tools/editor/icons/icon_copy_node_path.png) | bin | 248 -> 248 bytes | |||
| -rw-r--r-- | editor/icons/icon_create_new_scene_from.png (renamed from tools/editor/icons/icon_create_new_scene_from.png) | bin | 349 -> 349 bytes | |||
| -rw-r--r-- | editor/icons/icon_cube_grid_map.png (renamed from tools/editor/icons/icon_cube_grid_map.png) | bin | 607 -> 607 bytes | |||
| -rw-r--r-- | editor/icons/icon_cube_map.png (renamed from tools/editor/icons/icon_cube_map.png) | bin | 134 -> 134 bytes | |||
| -rw-r--r-- | editor/icons/icon_curve.png (renamed from tools/editor/icons/icon_curve.png) | bin | 315 -> 315 bytes | |||
| -rw-r--r-- | editor/icons/icon_curve_2d.png (renamed from tools/editor/icons/icon_curve_2d.png) | bin | 342 -> 342 bytes | |||
| -rw-r--r-- | editor/icons/icon_curve_3d.png (renamed from tools/editor/icons/icon_curve_3d.png) | bin | 336 -> 336 bytes | |||
| -rw-r--r-- | editor/icons/icon_curve_close.png (renamed from tools/editor/icons/icon_curve_close.png) | bin | 351 -> 351 bytes | |||
| -rw-r--r-- | editor/icons/icon_curve_constant.png (renamed from tools/editor/icons/icon_curve_constant.png) | bin | 114 -> 114 bytes | |||
| -rw-r--r-- | editor/icons/icon_curve_create.png (renamed from tools/editor/icons/icon_curve_create.png) | bin | 375 -> 375 bytes | |||
| -rw-r--r-- | editor/icons/icon_curve_curve.png (renamed from tools/editor/icons/icon_curve_curve.png) | bin | 412 -> 412 bytes | |||
| -rw-r--r-- | editor/icons/icon_curve_delete.png (renamed from tools/editor/icons/icon_curve_delete.png) | bin | 457 -> 457 bytes | |||
| -rw-r--r-- | editor/icons/icon_curve_edit.png (renamed from tools/editor/icons/icon_curve_edit.png) | bin | 488 -> 488 bytes | |||
| -rw-r--r-- | editor/icons/icon_curve_in.png (renamed from tools/editor/icons/icon_curve_in.png) | bin | 257 -> 257 bytes | |||
| -rw-r--r-- | editor/icons/icon_curve_in_out.png (renamed from tools/editor/icons/icon_curve_in_out.png) | bin | 282 -> 282 bytes | |||
| -rw-r--r-- | editor/icons/icon_curve_linear.png (renamed from tools/editor/icons/icon_curve_linear.png) | bin | 219 -> 219 bytes | |||
| -rw-r--r-- | editor/icons/icon_curve_out.png (renamed from tools/editor/icons/icon_curve_out.png) | bin | 263 -> 263 bytes | |||
| -rw-r--r-- | editor/icons/icon_curve_out_in.png (renamed from tools/editor/icons/icon_curve_out_in.png) | bin | 288 -> 288 bytes | |||
| -rw-r--r-- | editor/icons/icon_cylinder_shape.png (renamed from tools/editor/icons/icon_cylinder_shape.png) | bin | 673 -> 673 bytes | |||
| -rw-r--r-- | editor/icons/icon_d_o_f_blur_f_x.png (renamed from tools/editor/icons/icon_d_o_f_blur_f_x.png) | bin | 796 -> 796 bytes | |||
| -rw-r--r-- | editor/icons/icon_damped_spring_joint_2d.png (renamed from tools/editor/icons/icon_damped_spring_joint_2d.png) | bin | 316 -> 316 bytes | |||
| -rw-r--r-- | editor/icons/icon_debug.png (renamed from tools/editor/icons/icon_debug.png) | bin | 659 -> 659 bytes | |||
| -rw-r--r-- | editor/icons/icon_debug_continue.png (renamed from tools/editor/icons/icon_debug_continue.png) | bin | 302 -> 302 bytes | |||
| -rw-r--r-- | editor/icons/icon_debug_next.png (renamed from tools/editor/icons/icon_debug_next.png) | bin | 220 -> 220 bytes | |||
| -rw-r--r-- | editor/icons/icon_debug_step.png (renamed from tools/editor/icons/icon_debug_step.png) | bin | 219 -> 219 bytes | |||
| -rw-r--r-- | editor/icons/icon_default_project_icon.png (renamed from tools/editor/icons/icon_default_project_icon.png) | bin | 2713 -> 2713 bytes | |||
| -rw-r--r-- | editor/icons/icon_del.png (renamed from tools/editor/icons/icon_del.png) | bin | 398 -> 398 bytes | |||
| -rw-r--r-- | editor/icons/icon_dependency_changed.png (renamed from tools/editor/icons/icon_dependency_changed.png) | bin | 392 -> 392 bytes | |||
| -rw-r--r-- | editor/icons/icon_dependency_changed_hl.png (renamed from tools/editor/icons/icon_dependency_changed_hl.png) | bin | 330 -> 330 bytes | |||
| -rw-r--r-- | editor/icons/icon_dependency_local_changed.png (renamed from tools/editor/icons/icon_dependency_local_changed.png) | bin | 571 -> 571 bytes | |||
| -rw-r--r-- | editor/icons/icon_dependency_local_changed_hl.png (renamed from tools/editor/icons/icon_dependency_local_changed_hl.png) | bin | 460 -> 460 bytes | |||
| -rw-r--r-- | editor/icons/icon_dependency_ok.png (renamed from tools/editor/icons/icon_dependency_ok.png) | bin | 518 -> 518 bytes | |||
| -rw-r--r-- | editor/icons/icon_dependency_ok_hl.png (renamed from tools/editor/icons/icon_dependency_ok_hl.png) | bin | 413 -> 413 bytes | |||
| -rw-r--r-- | editor/icons/icon_directional_light.png (renamed from tools/editor/icons/icon_directional_light.png) | bin | 426 -> 426 bytes | |||
| -rw-r--r-- | editor/icons/icon_distraction_free.png (renamed from tools/editor/icons/icon_distraction_free.png) | bin | 397 -> 397 bytes | |||
| -rw-r--r-- | editor/icons/icon_doc_code_font.png (renamed from tools/editor/icons/icon_doc_code_font.png) | bin | 8123 -> 8123 bytes | |||
| -rw-r--r-- | editor/icons/icon_doc_font.png (renamed from tools/editor/icons/icon_doc_font.png) | bin | 8213 -> 8213 bytes | |||
| -rw-r--r-- | editor/icons/icon_doc_title_font.png (renamed from tools/editor/icons/icon_doc_title_font.png) | bin | 10222 -> 10222 bytes | |||
| -rw-r--r-- | editor/icons/icon_down.png (renamed from tools/editor/icons/icon_down.png) | bin | 186 -> 186 bytes | |||
| -rw-r--r-- | editor/icons/icon_dummy.png (renamed from tools/editor/icons/icon_dummy.png) | bin | 217 -> 217 bytes | |||
| -rw-r--r-- | editor/icons/icon_duplicate.png (renamed from tools/editor/icons/icon_duplicate.png) | bin | 167 -> 167 bytes | |||
| -rw-r--r-- | editor/icons/icon_dynamic_character_body.png (renamed from tools/editor/icons/icon_dynamic_character_body.png) | bin | 559 -> 559 bytes | |||
| -rw-r--r-- | editor/icons/icon_dynamic_custom_body.png (renamed from tools/editor/icons/icon_dynamic_custom_body.png) | bin | 556 -> 556 bytes | |||
| -rw-r--r-- | editor/icons/icon_dynamic_font.png (renamed from tools/editor/icons/icon_dynamic_font.png) | bin | 239 -> 239 bytes | |||
| -rw-r--r-- | editor/icons/icon_dynamic_font_data.png (renamed from tools/editor/icons/icon_dynamic_font_data.png) | bin | 246 -> 246 bytes | |||
| -rw-r--r-- | editor/icons/icon_dynamic_rigid_body.png (renamed from tools/editor/icons/icon_dynamic_rigid_body.png) | bin | 546 -> 546 bytes | |||
| -rw-r--r-- | editor/icons/icon_edit.png (renamed from tools/editor/icons/icon_edit.png) | bin | 346 -> 346 bytes | |||
| -rw-r--r-- | editor/icons/icon_edit_key.png (renamed from tools/editor/icons/icon_edit_key.png) | bin | 405 -> 405 bytes | |||
| -rw-r--r-- | editor/icons/icon_edit_pivot.png (renamed from tools/editor/icons/icon_edit_pivot.png) | bin | 327 -> 327 bytes | |||
| -rw-r--r-- | editor/icons/icon_edit_resource.png (renamed from tools/editor/icons/icon_edit_resource.png) | bin | 232 -> 232 bytes | |||
| -rw-r--r-- | editor/icons/icon_edit_small.png (renamed from tools/editor/icons/icon_edit_small.png) | bin | 365 -> 365 bytes | |||
| -rw-r--r-- | editor/icons/icon_editor_2d.png (renamed from tools/editor/icons/icon_editor_2d.png) | bin | 197 -> 197 bytes | |||
| -rw-r--r-- | editor/icons/icon_editor_3d_handle.png (renamed from tools/editor/icons/icon_editor_3d_handle.png) | bin | 350 -> 350 bytes | |||
| -rw-r--r-- | editor/icons/icon_editor_focus.png (renamed from tools/editor/icons/icon_editor_focus.png) | bin | 629 -> 629 bytes | |||
| -rw-r--r-- | editor/icons/icon_editor_handle.png (renamed from tools/editor/icons/icon_editor_handle.png) | bin | 214 -> 214 bytes | |||
| -rw-r--r-- | editor/icons/icon_editor_node.png (renamed from tools/editor/icons/icon_editor_node.png) | bin | 311 -> 311 bytes | |||
| -rw-r--r-- | editor/icons/icon_editor_pivot.png (renamed from tools/editor/icons/icon_editor_pivot.png) | bin | 177 -> 177 bytes | |||
| -rw-r--r-- | editor/icons/icon_editor_plugin.png (renamed from tools/editor/icons/icon_editor_plugin.png) | bin | 248 -> 248 bytes | |||
| -rw-r--r-- | editor/icons/icon_editor_rect_2d.png (renamed from tools/editor/icons/icon_editor_rect_2d.png) | bin | 222 -> 222 bytes | |||
| -rw-r--r-- | editor/icons/icon_empty_control.png (renamed from tools/editor/icons/icon_empty_control.png) | bin | 233 -> 233 bytes | |||
| -rw-r--r-- | editor/icons/icon_enum.png (renamed from tools/editor/icons/icon_enum.png) | bin | 123 -> 123 bytes | |||
| -rw-r--r-- | editor/icons/icon_environment.png (renamed from tools/editor/icons/icon_environment.png) | bin | 588 -> 588 bytes | |||
| -rw-r--r-- | editor/icons/icon_error.png (renamed from tools/editor/icons/icon_error.png) | bin | 121 -> 121 bytes | |||
| -rw-r--r-- | editor/icons/icon_error_sign.png (renamed from tools/editor/icons/icon_error_sign.png) | bin | 255 -> 255 bytes | |||
| -rw-r--r-- | editor/icons/icon_event_player.png (renamed from tools/editor/icons/icon_event_player.png) | bin | 142 -> 142 bytes | |||
| -rw-r--r-- | editor/icons/icon_expand.png (renamed from tools/editor/icons/icon_expand.png) | bin | 322 -> 322 bytes | |||
| -rw-r--r-- | editor/icons/icon_expand_hl.png (renamed from tools/editor/icons/icon_expand_hl.png) | bin | 320 -> 320 bytes | |||
| -rw-r--r-- | editor/icons/icon_favorites.png (renamed from tools/editor/icons/icon_favorites.png) | bin | 385 -> 385 bytes | |||
| -rw-r--r-- | editor/icons/icon_file.png (renamed from tools/editor/icons/icon_file.png) | bin | 157 -> 157 bytes | |||
| -rw-r--r-- | editor/icons/icon_file_big.png (renamed from tools/editor/icons/icon_file_big.png) | bin | 317 -> 317 bytes | |||
| -rw-r--r-- | editor/icons/icon_file_dialog.png (renamed from tools/editor/icons/icon_file_dialog.png) | bin | 220 -> 220 bytes | |||
| -rw-r--r-- | editor/icons/icon_file_list.png (renamed from tools/editor/icons/icon_file_list.png) | bin | 123 -> 123 bytes | |||
| -rw-r--r-- | editor/icons/icon_file_server.png (renamed from tools/editor/icons/icon_file_server.png) | bin | 145 -> 145 bytes | |||
| -rw-r--r-- | editor/icons/icon_file_server_active.png (renamed from tools/editor/icons/icon_file_server_active.png) | bin | 145 -> 145 bytes | |||
| -rw-r--r-- | editor/icons/icon_file_thumbnail.png (renamed from tools/editor/icons/icon_file_thumbnail.png) | bin | 116 -> 116 bytes | |||
| -rw-r--r-- | editor/icons/icon_filesystem.png (renamed from tools/editor/icons/icon_filesystem.png) | bin | 157 -> 157 bytes | |||
| -rw-r--r-- | editor/icons/icon_fixed_material.png (renamed from tools/editor/icons/icon_fixed_material.png) | bin | 377 -> 377 bytes | |||
| -rw-r--r-- | editor/icons/icon_fixed_spatial_material.png (renamed from tools/editor/icons/icon_fixed_spatial_material.png) | bin | 409 -> 409 bytes | |||
| -rw-r--r-- | editor/icons/icon_fog_f_x.png (renamed from tools/editor/icons/icon_fog_f_x.png) | bin | 540 -> 540 bytes | |||
| -rw-r--r-- | editor/icons/icon_folder.png (renamed from tools/editor/icons/icon_folder.png) | bin | 170 -> 170 bytes | |||
| -rw-r--r-- | editor/icons/icon_folder_big.png (renamed from tools/editor/icons/icon_folder_big.png) | bin | 482 -> 482 bytes | |||
| -rw-r--r-- | editor/icons/icon_folder_scene.png (renamed from tools/editor/icons/icon_folder_scene.png) | bin | 644 -> 644 bytes | |||
| -rw-r--r-- | editor/icons/icon_font.png (renamed from tools/editor/icons/icon_font.png) | bin | 215 -> 215 bytes | |||
| -rw-r--r-- | editor/icons/icon_forward.png (renamed from tools/editor/icons/icon_forward.png) | bin | 224 -> 224 bytes | |||
| -rw-r--r-- | editor/icons/icon_forward_no.png (renamed from tools/editor/icons/icon_forward_no.png) | bin | 217 -> 217 bytes | |||
| -rw-r--r-- | editor/icons/icon_func.png (renamed from tools/editor/icons/icon_func.png) | bin | 262 -> 262 bytes | |||
| -rw-r--r-- | editor/icons/icon_g_d_script.png (renamed from tools/editor/icons/icon_g_d_script.png) | bin | 392 -> 392 bytes | |||
| -rw-r--r-- | editor/icons/icon_g_i_probe.png (renamed from tools/editor/icons/icon_g_i_probe.png) | bin | 341 -> 341 bytes | |||
| -rw-r--r-- | editor/icons/icon_g_i_probe_data.png (renamed from tools/editor/icons/icon_g_i_probe_data.png) | bin | 350 -> 350 bytes | |||
| -rw-r--r-- | editor/icons/icon_gamma_f_x.png (renamed from tools/editor/icons/icon_gamma_f_x.png) | bin | 461 -> 461 bytes | |||
| -rw-r--r-- | editor/icons/icon_generic_6_d_o_f_joint.png (renamed from tools/editor/icons/icon_generic_6_d_o_f_joint.png) | bin | 390 -> 390 bytes | |||
| -rw-r--r-- | editor/icons/icon_gizmo_directional_light.png (renamed from tools/editor/icons/icon_gizmo_directional_light.png) | bin | 3628 -> 3628 bytes | |||
| -rw-r--r-- | editor/icons/icon_gizmo_light.png (renamed from tools/editor/icons/icon_gizmo_light.png) | bin | 3064 -> 3064 bytes | |||
| -rw-r--r-- | editor/icons/icon_gizmo_listener.png (renamed from tools/editor/icons/icon_gizmo_listener.png) | bin | 3613 -> 3613 bytes | |||
| -rw-r--r-- | editor/icons/icon_gizmo_spatial_sample_player.png (renamed from tools/editor/icons/icon_gizmo_spatial_sample_player.png) | bin | 1297 -> 1297 bytes | |||
| -rw-r--r-- | editor/icons/icon_gizmo_spatial_stream_player.png (renamed from tools/editor/icons/icon_gizmo_spatial_stream_player.png) | bin | 1720 -> 1720 bytes | |||
| -rw-r--r-- | editor/icons/icon_glow_f_x.png (renamed from tools/editor/icons/icon_glow_f_x.png) | bin | 676 -> 676 bytes | |||
| -rw-r--r-- | editor/icons/icon_godot.png (renamed from tools/editor/icons/icon_godot.png) | bin | 769 -> 769 bytes | |||
| -rw-r--r-- | editor/icons/icon_godot_asset_default.png (renamed from tools/editor/icons/icon_godot_asset_default.png) | bin | 4167 -> 4167 bytes | |||
| -rw-r--r-- | editor/icons/icon_graph_color_ramp.png (renamed from tools/editor/icons/icon_graph_color_ramp.png) | bin | 222 -> 222 bytes | |||
| -rw-r--r-- | editor/icons/icon_graph_comment.png (renamed from tools/editor/icons/icon_graph_comment.png) | bin | 125 -> 125 bytes | |||
| -rw-r--r-- | editor/icons/icon_graph_cube_uniform.png (renamed from tools/editor/icons/icon_graph_cube_uniform.png) | bin | 445 -> 445 bytes | |||
| -rw-r--r-- | editor/icons/icon_graph_curve_map.png (renamed from tools/editor/icons/icon_graph_curve_map.png) | bin | 330 -> 330 bytes | |||
| -rw-r--r-- | editor/icons/icon_graph_default_texture.png (renamed from tools/editor/icons/icon_graph_default_texture.png) | bin | 196 -> 196 bytes | |||
| -rw-r--r-- | editor/icons/icon_graph_edit.png (renamed from tools/editor/icons/icon_graph_edit.png) | bin | 467 -> 467 bytes | |||
| -rw-r--r-- | editor/icons/icon_graph_input.png (renamed from tools/editor/icons/icon_graph_input.png) | bin | 268 -> 268 bytes | |||
| -rw-r--r-- | editor/icons/icon_graph_node.png (renamed from tools/editor/icons/icon_graph_node.png) | bin | 397 -> 397 bytes | |||
| -rw-r--r-- | editor/icons/icon_graph_rgb.png (renamed from tools/editor/icons/icon_graph_rgb.png) | bin | 443 -> 443 bytes | |||
| -rw-r--r-- | editor/icons/icon_graph_rgb_op.png (renamed from tools/editor/icons/icon_graph_rgb_op.png) | bin | 165 -> 165 bytes | |||
| -rw-r--r-- | editor/icons/icon_graph_rgb_uniform.png (renamed from tools/editor/icons/icon_graph_rgb_uniform.png) | bin | 346 -> 346 bytes | |||
| -rw-r--r-- | editor/icons/icon_graph_scalar.png (renamed from tools/editor/icons/icon_graph_scalar.png) | bin | 269 -> 269 bytes | |||
| -rw-r--r-- | editor/icons/icon_graph_scalar_interp.png (renamed from tools/editor/icons/icon_graph_scalar_interp.png) | bin | 236 -> 236 bytes | |||
| -rw-r--r-- | editor/icons/icon_graph_scalar_op.png (renamed from tools/editor/icons/icon_graph_scalar_op.png) | bin | 266 -> 266 bytes | |||
| -rw-r--r-- | editor/icons/icon_graph_scalar_uniform.png (renamed from tools/editor/icons/icon_graph_scalar_uniform.png) | bin | 307 -> 307 bytes | |||
| -rw-r--r-- | editor/icons/icon_graph_scalars_to_vec.png (renamed from tools/editor/icons/icon_graph_scalars_to_vec.png) | bin | 172 -> 172 bytes | |||
| -rw-r--r-- | editor/icons/icon_graph_texscreen.png (renamed from tools/editor/icons/icon_graph_texscreen.png) | bin | 151 -> 151 bytes | |||
| -rw-r--r-- | editor/icons/icon_graph_texture_uniform.png (renamed from tools/editor/icons/icon_graph_texture_uniform.png) | bin | 237 -> 237 bytes | |||
| -rw-r--r-- | editor/icons/icon_graph_time.png (renamed from tools/editor/icons/icon_graph_time.png) | bin | 398 -> 398 bytes | |||
| -rw-r--r-- | editor/icons/icon_graph_vec_dp.png (renamed from tools/editor/icons/icon_graph_vec_dp.png) | bin | 258 -> 258 bytes | |||
| -rw-r--r-- | editor/icons/icon_graph_vec_interp.png (renamed from tools/editor/icons/icon_graph_vec_interp.png) | bin | 229 -> 229 bytes | |||
| -rw-r--r-- | editor/icons/icon_graph_vec_length.png (renamed from tools/editor/icons/icon_graph_vec_length.png) | bin | 305 -> 305 bytes | |||
| -rw-r--r-- | editor/icons/icon_graph_vec_op.png (renamed from tools/editor/icons/icon_graph_vec_op.png) | bin | 266 -> 266 bytes | |||
| -rw-r--r-- | editor/icons/icon_graph_vec_scalar_op.png (renamed from tools/editor/icons/icon_graph_vec_scalar_op.png) | bin | 299 -> 299 bytes | |||
| -rw-r--r-- | editor/icons/icon_graph_vec_to_scalars.png (renamed from tools/editor/icons/icon_graph_vec_to_scalars.png) | bin | 181 -> 181 bytes | |||
| -rw-r--r-- | editor/icons/icon_graph_vecs_to_xform.png (renamed from tools/editor/icons/icon_graph_vecs_to_xform.png) | bin | 178 -> 178 bytes | |||
| -rw-r--r-- | editor/icons/icon_graph_vector.png (renamed from tools/editor/icons/icon_graph_vector.png) | bin | 345 -> 345 bytes | |||
| -rw-r--r-- | editor/icons/icon_graph_vector_uniform.png (renamed from tools/editor/icons/icon_graph_vector_uniform.png) | bin | 390 -> 390 bytes | |||
| -rw-r--r-- | editor/icons/icon_graph_xform.png (renamed from tools/editor/icons/icon_graph_xform.png) | bin | 241 -> 241 bytes | |||
| -rw-r--r-- | editor/icons/icon_graph_xform_mult.png (renamed from tools/editor/icons/icon_graph_xform_mult.png) | bin | 223 -> 223 bytes | |||
| -rw-r--r-- | editor/icons/icon_graph_xform_scalar_func.png (renamed from tools/editor/icons/icon_graph_xform_scalar_func.png) | bin | 275 -> 275 bytes | |||
| -rw-r--r-- | editor/icons/icon_graph_xform_to_vecs.png (renamed from tools/editor/icons/icon_graph_xform_to_vecs.png) | bin | 195 -> 195 bytes | |||
| -rw-r--r-- | editor/icons/icon_graph_xform_uniform.png (renamed from tools/editor/icons/icon_graph_xform_uniform.png) | bin | 310 -> 310 bytes | |||
| -rw-r--r-- | editor/icons/icon_graph_xform_vec_func.png (renamed from tools/editor/icons/icon_graph_xform_vec_func.png) | bin | 277 -> 277 bytes | |||
| -rw-r--r-- | editor/icons/icon_graph_xform_vec_imult.png (renamed from tools/editor/icons/icon_graph_xform_vec_imult.png) | bin | 327 -> 327 bytes | |||
| -rw-r--r-- | editor/icons/icon_graph_xform_vec_mult.png (renamed from tools/editor/icons/icon_graph_xform_vec_mult.png) | bin | 336 -> 336 bytes | |||
| -rw-r--r-- | editor/icons/icon_grid.png (renamed from tools/editor/icons/icon_grid.png) | bin | 165 -> 165 bytes | |||
| -rw-r--r-- | editor/icons/icon_grid_container.png (renamed from tools/editor/icons/icon_grid_container.png) | bin | 216 -> 216 bytes | |||
| -rw-r--r-- | editor/icons/icon_grid_map.png (renamed from tools/editor/icons/icon_grid_map.png) | bin | 122 -> 122 bytes | |||
| -rw-r--r-- | editor/icons/icon_grid_map_floor.png (renamed from tools/editor/icons/icon_grid_map_floor.png) | bin | 169 -> 169 bytes | |||
| -rw-r--r-- | editor/icons/icon_groove_joint_2d.png (renamed from tools/editor/icons/icon_groove_joint_2d.png) | bin | 150 -> 150 bytes | |||
| -rw-r--r-- | editor/icons/icon_group.png (renamed from tools/editor/icons/icon_group.png) | bin | 177 -> 177 bytes | |||
| -rw-r--r-- | editor/icons/icon_groups.png (renamed from tools/editor/icons/icon_groups.png) | bin | 194 -> 194 bytes | |||
| -rw-r--r-- | editor/icons/icon_h_box_container.png (renamed from tools/editor/icons/icon_h_box_container.png) | bin | 201 -> 201 bytes | |||
| -rw-r--r-- | editor/icons/icon_h_button_array.png (renamed from tools/editor/icons/icon_h_button_array.png) | bin | 163 -> 163 bytes | |||
| -rw-r--r-- | editor/icons/icon_h_scroll_bar.png (renamed from tools/editor/icons/icon_h_scroll_bar.png) | bin | 205 -> 205 bytes | |||
| -rw-r--r-- | editor/icons/icon_h_separator.png (renamed from tools/editor/icons/icon_h_separator.png) | bin | 131 -> 131 bytes | |||
| -rw-r--r-- | editor/icons/icon_h_slider.png (renamed from tools/editor/icons/icon_h_slider.png) | bin | 204 -> 204 bytes | |||
| -rw-r--r-- | editor/icons/icon_h_split_container.png (renamed from tools/editor/icons/icon_h_split_container.png) | bin | 259 -> 259 bytes | |||
| -rw-r--r-- | editor/icons/icon_h_t_t_p_request.png (renamed from tools/editor/icons/icon_h_t_t_p_request.png) | bin | 301 -> 301 bytes | |||
| -rw-r--r-- | editor/icons/icon_headphones.png (renamed from tools/editor/icons/icon_headphones.png) | bin | 350 -> 350 bytes | |||
| -rw-r--r-- | editor/icons/icon_help.png (renamed from tools/editor/icons/icon_help.png) | bin | 578 -> 578 bytes | |||
| -rw-r--r-- | editor/icons/icon_hidden.png (renamed from tools/editor/icons/icon_hidden.png) | bin | 345 -> 345 bytes | |||
| -rw-r--r-- | editor/icons/icon_hinge_joint.png (renamed from tools/editor/icons/icon_hinge_joint.png) | bin | 353 -> 353 bytes | |||
| -rw-r--r-- | editor/icons/icon_history.png (renamed from tools/editor/icons/icon_history.png) | bin | 437 -> 437 bytes | |||
| -rw-r--r-- | editor/icons/icon_hsize.png (renamed from tools/editor/icons/icon_hsize.png) | bin | 166 -> 166 bytes | |||
| -rw-r--r-- | editor/icons/icon_iapi.png (renamed from tools/editor/icons/icon_iapi.png) | bin | 277 -> 277 bytes | |||
| -rw-r--r-- | editor/icons/icon_image.png (renamed from tools/editor/icons/icon_image.png) | bin | 263 -> 263 bytes | |||
| -rw-r--r-- | editor/icons/icon_image_sky_box.png (renamed from tools/editor/icons/icon_image_sky_box.png) | bin | 434 -> 434 bytes | |||
| -rw-r--r-- | editor/icons/icon_image_texture.png (renamed from tools/editor/icons/icon_image_texture.png) | bin | 200 -> 200 bytes | |||
| -rw-r--r-- | editor/icons/icon_immediate_geometry.png (renamed from tools/editor/icons/icon_immediate_geometry.png) | bin | 411 -> 411 bytes | |||
| -rw-r--r-- | editor/icons/icon_import_check.png (renamed from tools/editor/icons/icon_import_check.png) | bin | 266 -> 266 bytes | |||
| -rw-r--r-- | editor/icons/icon_import_fail.png (renamed from tools/editor/icons/icon_import_fail.png) | bin | 346 -> 346 bytes | |||
| -rw-r--r-- | editor/icons/icon_influence_zone.png (renamed from tools/editor/icons/icon_influence_zone.png) | bin | 303 -> 303 bytes | |||
| -rw-r--r-- | editor/icons/icon_instance.png (renamed from tools/editor/icons/icon_instance.png) | bin | 442 -> 442 bytes | |||
| -rw-r--r-- | editor/icons/icon_instance_options.png (renamed from tools/editor/icons/icon_instance_options.png) | bin | 365 -> 365 bytes | |||
| -rw-r--r-- | editor/icons/icon_integer.png (renamed from tools/editor/icons/icon_integer.png) | bin | 126 -> 126 bytes | |||
| -rw-r--r-- | editor/icons/icon_interp_cubic.png (renamed from tools/editor/icons/icon_interp_cubic.png) | bin | 281 -> 281 bytes | |||
| -rw-r--r-- | editor/icons/icon_interp_linear.png (renamed from tools/editor/icons/icon_interp_linear.png) | bin | 271 -> 271 bytes | |||
| -rw-r--r-- | editor/icons/icon_interp_raw.png (renamed from tools/editor/icons/icon_interp_raw.png) | bin | 156 -> 156 bytes | |||
| -rw-r--r-- | editor/icons/icon_interp_wrap_clamp.png (renamed from tools/editor/icons/icon_interp_wrap_clamp.png) | bin | 233 -> 233 bytes | |||
| -rw-r--r-- | editor/icons/icon_interp_wrap_loop.png (renamed from tools/editor/icons/icon_interp_wrap_loop.png) | bin | 309 -> 309 bytes | |||
| -rw-r--r-- | editor/icons/icon_interpolated_camera.png (renamed from tools/editor/icons/icon_interpolated_camera.png) | bin | 279 -> 279 bytes | |||
| -rw-r--r-- | editor/icons/icon_invalid_key.png (renamed from tools/editor/icons/icon_invalid_key.png) | bin | 205 -> 205 bytes | |||
| -rw-r--r-- | editor/icons/icon_inverse_kinematics.png (renamed from tools/editor/icons/icon_inverse_kinematics.png) | bin | 262 -> 262 bytes | |||
| -rw-r--r-- | editor/icons/icon_item_list.png (renamed from tools/editor/icons/icon_item_list.png) | bin | 216 -> 216 bytes | |||
| -rw-r--r-- | editor/icons/icon_joy_axis.png (renamed from tools/editor/icons/icon_joy_axis.png) | bin | 260 -> 260 bytes | |||
| -rw-r--r-- | editor/icons/icon_joy_button.png (renamed from tools/editor/icons/icon_joy_button.png) | bin | 272 -> 272 bytes | |||
| -rw-r--r-- | editor/icons/icon_joypad.png (renamed from tools/editor/icons/icon_joypad.png) | bin | 239 -> 239 bytes | |||
| -rw-r--r-- | editor/icons/icon_key.png (renamed from tools/editor/icons/icon_key.png) | bin | 285 -> 285 bytes | |||
| -rw-r--r-- | editor/icons/icon_key_call.png (renamed from tools/editor/icons/icon_key_call.png) | bin | 265 -> 265 bytes | |||
| -rw-r--r-- | editor/icons/icon_key_hover.png (renamed from tools/editor/icons/icon_key_hover.png) | bin | 206 -> 206 bytes | |||
| -rw-r--r-- | editor/icons/icon_key_invalid.png (renamed from tools/editor/icons/icon_key_invalid.png) | bin | 205 -> 205 bytes | |||
| -rw-r--r-- | editor/icons/icon_key_invalid_hover.png (renamed from tools/editor/icons/icon_key_invalid_hover.png) | bin | 239 -> 239 bytes | |||
| -rw-r--r-- | editor/icons/icon_key_next.png (renamed from tools/editor/icons/icon_key_next.png) | bin | 321 -> 321 bytes | |||
| -rw-r--r-- | editor/icons/icon_key_selected.png (renamed from tools/editor/icons/icon_key_selected.png) | bin | 203 -> 203 bytes | |||
| -rw-r--r-- | editor/icons/icon_key_value.png (renamed from tools/editor/icons/icon_key_value.png) | bin | 210 -> 210 bytes | |||
| -rw-r--r-- | editor/icons/icon_key_xform.png (renamed from tools/editor/icons/icon_key_xform.png) | bin | 213 -> 213 bytes | |||
| -rw-r--r-- | editor/icons/icon_keyboard.png (renamed from tools/editor/icons/icon_keyboard.png) | bin | 299 -> 299 bytes | |||
| -rw-r--r-- | editor/icons/icon_keying.png (renamed from tools/editor/icons/icon_keying.png) | bin | 1603 -> 1603 bytes | |||
| -rw-r--r-- | editor/icons/icon_kinematic_body.png (renamed from tools/editor/icons/icon_kinematic_body.png) | bin | 145 -> 145 bytes | |||
| -rw-r--r-- | editor/icons/icon_kinematic_body_2d.png (renamed from tools/editor/icons/icon_kinematic_body_2d.png) | bin | 147 -> 147 bytes | |||
| -rw-r--r-- | editor/icons/icon_label.png (renamed from tools/editor/icons/icon_label.png) | bin | 240 -> 240 bytes | |||
| -rw-r--r-- | editor/icons/icon_large_texture.png (renamed from tools/editor/icons/icon_large_texture.png) | bin | 156 -> 156 bytes | |||
| -rw-r--r-- | editor/icons/icon_light_2d.png (renamed from tools/editor/icons/icon_light_2d.png) | bin | 362 -> 362 bytes | |||
| -rw-r--r-- | editor/icons/icon_light_map.png (renamed from tools/editor/icons/icon_light_map.png) | bin | 406 -> 406 bytes | |||
| -rw-r--r-- | editor/icons/icon_light_occluder_2d.png (renamed from tools/editor/icons/icon_light_occluder_2d.png) | bin | 146 -> 146 bytes | |||
| -rw-r--r-- | editor/icons/icon_lightr.png (renamed from tools/editor/icons/icon_lightr.png) | bin | 272 -> 272 bytes | |||
| -rw-r--r-- | editor/icons/icon_line_2d.png (renamed from tools/editor/icons/icon_line_2d.png) | bin | 474 -> 474 bytes | |||
| -rw-r--r-- | editor/icons/icon_line_edit.png (renamed from tools/editor/icons/icon_line_edit.png) | bin | 201 -> 201 bytes | |||
| -rw-r--r-- | editor/icons/icon_line_shape_2d.png (renamed from tools/editor/icons/icon_line_shape_2d.png) | bin | 379 -> 379 bytes | |||
| -rw-r--r-- | editor/icons/icon_link_button.png (renamed from tools/editor/icons/icon_link_button.png) | bin | 409 -> 409 bytes | |||
| -rw-r--r-- | editor/icons/icon_list_select.png (renamed from tools/editor/icons/icon_list_select.png) | bin | 349 -> 349 bytes | |||
| -rw-r--r-- | editor/icons/icon_listener.png (renamed from tools/editor/icons/icon_listener.png) | bin | 448 -> 448 bytes | |||
| -rw-r--r-- | editor/icons/icon_live_debug.png (renamed from tools/editor/icons/icon_live_debug.png) | bin | 583 -> 583 bytes | |||
| -rw-r--r-- | editor/icons/icon_load.png (renamed from tools/editor/icons/icon_load.png) | bin | 271 -> 271 bytes | |||
| -rw-r--r-- | editor/icons/icon_lock.png (renamed from tools/editor/icons/icon_lock.png) | bin | 271 -> 271 bytes | |||
| -rw-r--r-- | editor/icons/icon_logo.png (renamed from tools/editor/icons/icon_logo.png) | bin | 6211 -> 6211 bytes | |||
| -rw-r--r-- | editor/icons/icon_logo_small.png (renamed from tools/editor/icons/icon_logo_small.png) | bin | 1825 -> 1825 bytes | |||
| -rw-r--r-- | editor/icons/icon_loop.png (renamed from tools/editor/icons/icon_loop.png) | bin | 412 -> 412 bytes | |||
| -rw-r--r-- | editor/icons/icon_loop_interpolation.png (renamed from tools/editor/icons/icon_loop_interpolation.png) | bin | 374 -> 374 bytes | |||
| -rw-r--r-- | editor/icons/icon_main_play.png (renamed from tools/editor/icons/icon_main_play.png) | bin | 234 -> 234 bytes | |||
| -rw-r--r-- | editor/icons/icon_main_stop.png (renamed from tools/editor/icons/icon_main_stop.png) | bin | 144 -> 144 bytes | |||
| -rw-r--r-- | editor/icons/icon_margin_container.png (renamed from tools/editor/icons/icon_margin_container.png) | bin | 233 -> 233 bytes | |||
| -rw-r--r-- | editor/icons/icon_material_preview_cube.png (renamed from tools/editor/icons/icon_material_preview_cube.png) | bin | 374 -> 374 bytes | |||
| -rw-r--r-- | editor/icons/icon_material_preview_cube_off.png (renamed from tools/editor/icons/icon_material_preview_cube_off.png) | bin | 401 -> 401 bytes | |||
| -rw-r--r-- | editor/icons/icon_material_preview_light_1.png (renamed from tools/editor/icons/icon_material_preview_light_1.png) | bin | 359 -> 359 bytes | |||
| -rw-r--r-- | editor/icons/icon_material_preview_light_1_off.png (renamed from tools/editor/icons/icon_material_preview_light_1_off.png) | bin | 305 -> 305 bytes | |||
| -rw-r--r-- | editor/icons/icon_material_preview_light_2.png (renamed from tools/editor/icons/icon_material_preview_light_2.png) | bin | 354 -> 354 bytes | |||
| -rw-r--r-- | editor/icons/icon_material_preview_light_2_off.png (renamed from tools/editor/icons/icon_material_preview_light_2_off.png) | bin | 443 -> 443 bytes | |||
| -rw-r--r-- | editor/icons/icon_material_preview_sphere.png (renamed from tools/editor/icons/icon_material_preview_sphere.png) | bin | 359 -> 359 bytes | |||
| -rw-r--r-- | editor/icons/icon_material_preview_sphere_off.png (renamed from tools/editor/icons/icon_material_preview_sphere_off.png) | bin | 283 -> 283 bytes | |||
| -rw-r--r-- | editor/icons/icon_material_shader.png (renamed from tools/editor/icons/icon_material_shader.png) | bin | 254 -> 254 bytes | |||
| -rw-r--r-- | editor/icons/icon_material_shader_graph.png (renamed from tools/editor/icons/icon_material_shader_graph.png) | bin | 440 -> 440 bytes | |||
| -rw-r--r-- | editor/icons/icon_matrix.png (renamed from tools/editor/icons/icon_matrix.png) | bin | 138 -> 138 bytes | |||
| -rw-r--r-- | editor/icons/icon_menu_button.png (renamed from tools/editor/icons/icon_menu_button.png) | bin | 213 -> 213 bytes | |||
| -rw-r--r-- | editor/icons/icon_mesh.png (renamed from tools/editor/icons/icon_mesh.png) | bin | 343 -> 343 bytes | |||
| -rw-r--r-- | editor/icons/icon_mesh_instance.png (renamed from tools/editor/icons/icon_mesh_instance.png) | bin | 314 -> 314 bytes | |||
| -rw-r--r-- | editor/icons/icon_mesh_library.png (renamed from tools/editor/icons/icon_mesh_library.png) | bin | 349 -> 349 bytes | |||
| -rw-r--r-- | editor/icons/icon_mesh_old.png (renamed from tools/editor/icons/icon_mesh_old.png) | bin | 615 -> 615 bytes | |||
| -rw-r--r-- | editor/icons/icon_meshr.png (renamed from tools/editor/icons/icon_meshr.png) | bin | 744 -> 744 bytes | |||
| -rw-r--r-- | editor/icons/icon_mini_aabb.png (renamed from tools/editor/icons/icon_mini_aabb.png) | bin | 360 -> 360 bytes | |||
| -rw-r--r-- | editor/icons/icon_mini_array.png (renamed from tools/editor/icons/icon_mini_array.png) | bin | 210 -> 210 bytes | |||
| -rw-r--r-- | editor/icons/icon_mini_boolean.png (renamed from tools/editor/icons/icon_mini_boolean.png) | bin | 256 -> 256 bytes | |||
| -rw-r--r-- | editor/icons/icon_mini_color.png (renamed from tools/editor/icons/icon_mini_color.png) | bin | 253 -> 253 bytes | |||
| -rw-r--r-- | editor/icons/icon_mini_color_array.png (renamed from tools/editor/icons/icon_mini_color_array.png) | bin | 337 -> 337 bytes | |||
| -rw-r--r-- | editor/icons/icon_mini_dictionary.png (renamed from tools/editor/icons/icon_mini_dictionary.png) | bin | 230 -> 230 bytes | |||
| -rw-r--r-- | editor/icons/icon_mini_float.png (renamed from tools/editor/icons/icon_mini_float.png) | bin | 233 -> 233 bytes | |||
| -rw-r--r-- | editor/icons/icon_mini_float_array.png (renamed from tools/editor/icons/icon_mini_float_array.png) | bin | 275 -> 275 bytes | |||
| -rw-r--r-- | editor/icons/icon_mini_image.png (renamed from tools/editor/icons/icon_mini_image.png) | bin | 257 -> 257 bytes | |||
| -rw-r--r-- | editor/icons/icon_mini_input.png (renamed from tools/editor/icons/icon_mini_input.png) | bin | 236 -> 236 bytes | |||
| -rw-r--r-- | editor/icons/icon_mini_int_array.png (renamed from tools/editor/icons/icon_mini_int_array.png) | bin | 262 -> 262 bytes | |||
| -rw-r--r-- | editor/icons/icon_mini_integer.png (renamed from tools/editor/icons/icon_mini_integer.png) | bin | 228 -> 228 bytes | |||
| -rw-r--r-- | editor/icons/icon_mini_matrix3.png (renamed from tools/editor/icons/icon_mini_matrix3.png) | bin | 236 -> 236 bytes | |||
| -rw-r--r-- | editor/icons/icon_mini_matrix32.png (renamed from tools/editor/icons/icon_mini_matrix32.png) | bin | 320 -> 320 bytes | |||
| -rw-r--r-- | editor/icons/icon_mini_object.png (renamed from tools/editor/icons/icon_mini_object.png) | bin | 289 -> 289 bytes | |||
| -rw-r--r-- | editor/icons/icon_mini_path.png (renamed from tools/editor/icons/icon_mini_path.png) | bin | 254 -> 254 bytes | |||
| -rw-r--r-- | editor/icons/icon_mini_plane.png (renamed from tools/editor/icons/icon_mini_plane.png) | bin | 249 -> 249 bytes | |||
| -rw-r--r-- | editor/icons/icon_mini_quat.png (renamed from tools/editor/icons/icon_mini_quat.png) | bin | 309 -> 309 bytes | |||
| -rw-r--r-- | editor/icons/icon_mini_raw_array.png (renamed from tools/editor/icons/icon_mini_raw_array.png) | bin | 248 -> 248 bytes | |||
| -rw-r--r-- | editor/icons/icon_mini_rect2.png (renamed from tools/editor/icons/icon_mini_rect2.png) | bin | 267 -> 267 bytes | |||
| -rw-r--r-- | editor/icons/icon_mini_rid.png (renamed from tools/editor/icons/icon_mini_rid.png) | bin | 222 -> 222 bytes | |||
| -rw-r--r-- | editor/icons/icon_mini_string.png (renamed from tools/editor/icons/icon_mini_string.png) | bin | 258 -> 258 bytes | |||
| -rw-r--r-- | editor/icons/icon_mini_string_array.png (renamed from tools/editor/icons/icon_mini_string_array.png) | bin | 296 -> 296 bytes | |||
| -rw-r--r-- | editor/icons/icon_mini_transform.png (renamed from tools/editor/icons/icon_mini_transform.png) | bin | 321 -> 321 bytes | |||
| -rw-r--r-- | editor/icons/icon_mini_variant.png (renamed from tools/editor/icons/icon_mini_variant.png) | bin | 240 -> 240 bytes | |||
| -rw-r--r-- | editor/icons/icon_mini_vector2.png (renamed from tools/editor/icons/icon_mini_vector2.png) | bin | 301 -> 301 bytes | |||
| -rw-r--r-- | editor/icons/icon_mini_vector2_array.png (renamed from tools/editor/icons/icon_mini_vector2_array.png) | bin | 284 -> 284 bytes | |||
| -rw-r--r-- | editor/icons/icon_mini_vector3.png (renamed from tools/editor/icons/icon_mini_vector3.png) | bin | 285 -> 285 bytes | |||
| -rw-r--r-- | editor/icons/icon_mini_vector3_array.png (renamed from tools/editor/icons/icon_mini_vector3_array.png) | bin | 264 -> 264 bytes | |||
| -rw-r--r-- | editor/icons/icon_mirror_x.png (renamed from tools/editor/icons/icon_mirror_x.png) | bin | 166 -> 166 bytes | |||
| -rw-r--r-- | editor/icons/icon_mirror_y.png (renamed from tools/editor/icons/icon_mirror_y.png) | bin | 168 -> 168 bytes | |||
| -rw-r--r-- | editor/icons/icon_mouse.png (renamed from tools/editor/icons/icon_mouse.png) | bin | 256 -> 256 bytes | |||
| -rw-r--r-- | editor/icons/icon_move_down.png (renamed from tools/editor/icons/icon_move_down.png) | bin | 268 -> 268 bytes | |||
| -rw-r--r-- | editor/icons/icon_move_down_hl.png (renamed from tools/editor/icons/icon_move_down_hl.png) | bin | 234 -> 234 bytes | |||
| -rw-r--r-- | editor/icons/icon_move_point.png (renamed from tools/editor/icons/icon_move_point.png) | bin | 542 -> 542 bytes | |||
| -rw-r--r-- | editor/icons/icon_move_up.png (renamed from tools/editor/icons/icon_move_up.png) | bin | 269 -> 269 bytes | |||
| -rw-r--r-- | editor/icons/icon_move_up_hl.png (renamed from tools/editor/icons/icon_move_up_hl.png) | bin | 224 -> 224 bytes | |||
| -rw-r--r-- | editor/icons/icon_multi_edit.png (renamed from tools/editor/icons/icon_multi_edit.png) | bin | 358 -> 358 bytes | |||
| -rw-r--r-- | editor/icons/icon_multi_line.png (renamed from tools/editor/icons/icon_multi_line.png) | bin | 140 -> 140 bytes | |||
| -rw-r--r-- | editor/icons/icon_multi_mesh.png (renamed from tools/editor/icons/icon_multi_mesh.png) | bin | 347 -> 347 bytes | |||
| -rw-r--r-- | editor/icons/icon_multi_mesh_instance.png (renamed from tools/editor/icons/icon_multi_mesh_instance.png) | bin | 376 -> 376 bytes | |||
| -rw-r--r-- | editor/icons/icon_multi_node_edit.png (renamed from tools/editor/icons/icon_multi_node_edit.png) | bin | 358 -> 358 bytes | |||
| -rw-r--r-- | editor/icons/icon_navigation.png (renamed from tools/editor/icons/icon_navigation.png) | bin | 344 -> 344 bytes | |||
| -rw-r--r-- | editor/icons/icon_navigation_2d.png (renamed from tools/editor/icons/icon_navigation_2d.png) | bin | 363 -> 363 bytes | |||
| -rw-r--r-- | editor/icons/icon_navigation_mesh.png (renamed from tools/editor/icons/icon_navigation_mesh.png) | bin | 450 -> 450 bytes | |||
| -rw-r--r-- | editor/icons/icon_navigation_mesh_instance.png (renamed from tools/editor/icons/icon_navigation_mesh_instance.png) | bin | 480 -> 480 bytes | |||
| -rw-r--r-- | editor/icons/icon_navigation_polygon.png (renamed from tools/editor/icons/icon_navigation_polygon.png) | bin | 384 -> 384 bytes | |||
| -rw-r--r-- | editor/icons/icon_navigation_polygon_instance.png (renamed from tools/editor/icons/icon_navigation_polygon_instance.png) | bin | 409 -> 409 bytes | |||
| -rw-r--r-- | editor/icons/icon_new.png (renamed from tools/editor/icons/icon_new.png) | bin | 157 -> 157 bytes | |||
| -rw-r--r-- | editor/icons/icon_nine_patch_rect.png (renamed from tools/editor/icons/icon_nine_patch_rect.png) | bin | 128 -> 128 bytes | |||
| -rw-r--r-- | editor/icons/icon_node.png (renamed from tools/editor/icons/icon_node.png) | bin | 403 -> 403 bytes | |||
| -rw-r--r-- | editor/icons/icon_node_2d.png (renamed from tools/editor/icons/icon_node_2d.png) | bin | 427 -> 427 bytes | |||
| -rw-r--r-- | editor/icons/icon_node_real_slot.png (renamed from tools/editor/icons/icon_node_real_slot.png) | bin | 239 -> 239 bytes | |||
| -rw-r--r-- | editor/icons/icon_node_vec_slot.png (renamed from tools/editor/icons/icon_node_vec_slot.png) | bin | 240 -> 240 bytes | |||
| -rw-r--r-- | editor/icons/icon_node_warning.png (renamed from tools/editor/icons/icon_node_warning.png) | bin | 320 -> 320 bytes | |||
| -rw-r--r-- | editor/icons/icon_non_favorite.png (renamed from tools/editor/icons/icon_non_favorite.png) | bin | 475 -> 475 bytes | |||
| -rw-r--r-- | editor/icons/icon_object.png (renamed from tools/editor/icons/icon_object.png) | bin | 354 -> 354 bytes | |||
| -rw-r--r-- | editor/icons/icon_occluder_polygon_2d.png (renamed from tools/editor/icons/icon_occluder_polygon_2d.png) | bin | 274 -> 274 bytes | |||
| -rw-r--r-- | editor/icons/icon_omni_light.png (renamed from tools/editor/icons/icon_omni_light.png) | bin | 347 -> 347 bytes | |||
| -rw-r--r-- | editor/icons/icon_open.png (renamed from tools/editor/icons/icon_open.png) | bin | 170 -> 170 bytes | |||
| -rw-r--r-- | editor/icons/icon_option_button.png (renamed from tools/editor/icons/icon_option_button.png) | bin | 218 -> 218 bytes | |||
| -rw-r--r-- | editor/icons/icon_override.png (renamed from tools/editor/icons/icon_override.png) | bin | 281 -> 281 bytes | |||
| -rw-r--r-- | editor/icons/icon_p_hash_translation.png (renamed from tools/editor/icons/icon_p_hash_translation.png) | bin | 194 -> 194 bytes | |||
| -rw-r--r-- | editor/icons/icon_packed_data_container.png (renamed from tools/editor/icons/icon_packed_data_container.png) | bin | 176 -> 176 bytes | |||
| -rw-r--r-- | editor/icons/icon_packed_scene.png (renamed from tools/editor/icons/icon_packed_scene.png) | bin | 289 -> 289 bytes | |||
| -rw-r--r-- | editor/icons/icon_pane_drag.png (renamed from tools/editor/icons/icon_pane_drag.png) | bin | 620 -> 620 bytes | |||
| -rw-r--r-- | editor/icons/icon_pane_drag_hover.png (renamed from tools/editor/icons/icon_pane_drag_hover.png) | bin | 637 -> 637 bytes | |||
| -rw-r--r-- | editor/icons/icon_panel.png (renamed from tools/editor/icons/icon_panel.png) | bin | 175 -> 175 bytes | |||
| -rw-r--r-- | editor/icons/icon_panel_container.png (renamed from tools/editor/icons/icon_panel_container.png) | bin | 198 -> 198 bytes | |||
| -rw-r--r-- | editor/icons/icon_panel_top.png (renamed from tools/editor/icons/icon_panel_top.png) | bin | 195 -> 195 bytes | |||
| -rw-r--r-- | editor/icons/icon_panels_1.png (renamed from tools/editor/icons/icon_panels_1.png) | bin | 100 -> 100 bytes | |||
| -rw-r--r-- | editor/icons/icon_panels_2.png (renamed from tools/editor/icons/icon_panels_2.png) | bin | 108 -> 108 bytes | |||
| -rw-r--r-- | editor/icons/icon_panels_2_alt.png (renamed from tools/editor/icons/icon_panels_2_alt.png) | bin | 116 -> 116 bytes | |||
| -rw-r--r-- | editor/icons/icon_panels_3.png (renamed from tools/editor/icons/icon_panels_3.png) | bin | 123 -> 123 bytes | |||
| -rw-r--r-- | editor/icons/icon_panels_3_alt.png (renamed from tools/editor/icons/icon_panels_3_alt.png) | bin | 130 -> 130 bytes | |||
| -rw-r--r-- | editor/icons/icon_panels_4.png (renamed from tools/editor/icons/icon_panels_4.png) | bin | 120 -> 120 bytes | |||
| -rw-r--r-- | editor/icons/icon_parallax_background.png (renamed from tools/editor/icons/icon_parallax_background.png) | bin | 218 -> 218 bytes | |||
| -rw-r--r-- | editor/icons/icon_parallax_layer.png (renamed from tools/editor/icons/icon_parallax_layer.png) | bin | 282 -> 282 bytes | |||
| -rw-r--r-- | editor/icons/icon_particle_attractor_2d.png (renamed from tools/editor/icons/icon_particle_attractor_2d.png) | bin | 629 -> 629 bytes | |||
| -rw-r--r-- | editor/icons/icon_particles.png (renamed from tools/editor/icons/icon_particles.png) | bin | 370 -> 370 bytes | |||
| -rw-r--r-- | editor/icons/icon_particles_2d.png (renamed from tools/editor/icons/icon_particles_2d.png) | bin | 391 -> 391 bytes | |||
| -rw-r--r-- | editor/icons/icon_particles_frame.png (renamed from tools/editor/icons/icon_particles_frame.png) | bin | 254 -> 254 bytes | |||
| -rw-r--r-- | editor/icons/icon_particles_shader.png (renamed from tools/editor/icons/icon_particles_shader.png) | bin | 367 -> 367 bytes | |||
| -rw-r--r-- | editor/icons/icon_patch_9_rect.png (renamed from tools/editor/icons/icon_patch_9_rect.png) | bin | 128 -> 128 bytes | |||
| -rw-r--r-- | editor/icons/icon_path.png (renamed from tools/editor/icons/icon_path.png) | bin | 353 -> 353 bytes | |||
| -rw-r--r-- | editor/icons/icon_path_2d.png (renamed from tools/editor/icons/icon_path_2d.png) | bin | 359 -> 359 bytes | |||
| -rw-r--r-- | editor/icons/icon_path_follow.png (renamed from tools/editor/icons/icon_path_follow.png) | bin | 387 -> 387 bytes | |||
| -rw-r--r-- | editor/icons/icon_path_follow_2d.png (renamed from tools/editor/icons/icon_path_follow_2d.png) | bin | 392 -> 392 bytes | |||
| -rw-r--r-- | editor/icons/icon_pause.png (renamed from tools/editor/icons/icon_pause.png) | bin | 147 -> 147 bytes | |||
| -rw-r--r-- | editor/icons/icon_pe_edit.png (renamed from tools/editor/icons/icon_pe_edit.png) | bin | 403 -> 403 bytes | |||
| -rw-r--r-- | editor/icons/icon_physics_joint_pin.png (renamed from tools/editor/icons/icon_physics_joint_pin.png) | bin | 454 -> 454 bytes | |||
| -rw-r--r-- | editor/icons/icon_pin.png (renamed from tools/editor/icons/icon_pin.png) | bin | 227 -> 227 bytes | |||
| -rw-r--r-- | editor/icons/icon_pin_joint.png (renamed from tools/editor/icons/icon_pin_joint.png) | bin | 418 -> 418 bytes | |||
| -rw-r--r-- | editor/icons/icon_pin_joint_2d.png (renamed from tools/editor/icons/icon_pin_joint_2d.png) | bin | 428 -> 428 bytes | |||
| -rw-r--r-- | editor/icons/icon_pin_pressed.png (renamed from tools/editor/icons/icon_pin_pressed.png) | bin | 227 -> 227 bytes | |||
| -rw-r--r-- | editor/icons/icon_plane.png (renamed from tools/editor/icons/icon_plane.png) | bin | 235 -> 235 bytes | |||
| -rw-r--r-- | editor/icons/icon_plane_shape.png (renamed from tools/editor/icons/icon_plane_shape.png) | bin | 229 -> 229 bytes | |||
| -rw-r--r-- | editor/icons/icon_play.png (renamed from tools/editor/icons/icon_play.png) | bin | 237 -> 237 bytes | |||
| -rw-r--r-- | editor/icons/icon_play_backwards.png (renamed from tools/editor/icons/icon_play_backwards.png) | bin | 245 -> 245 bytes | |||
| -rw-r--r-- | editor/icons/icon_play_custom.png (renamed from tools/editor/icons/icon_play_custom.png) | bin | 282 -> 282 bytes | |||
| -rw-r--r-- | editor/icons/icon_play_scene.png (renamed from tools/editor/icons/icon_play_scene.png) | bin | 350 -> 350 bytes | |||
| -rw-r--r-- | editor/icons/icon_play_start.png (renamed from tools/editor/icons/icon_play_start.png) | bin | 269 -> 269 bytes | |||
| -rw-r--r-- | editor/icons/icon_play_start_backwards.png (renamed from tools/editor/icons/icon_play_start_backwards.png) | bin | 279 -> 279 bytes | |||
| -rw-r--r-- | editor/icons/icon_polygon_2d.png (renamed from tools/editor/icons/icon_polygon_2d.png) | bin | 281 -> 281 bytes | |||
| -rw-r--r-- | editor/icons/icon_polygon_path_finder.png (renamed from tools/editor/icons/icon_polygon_path_finder.png) | bin | 307 -> 307 bytes | |||
| -rw-r--r-- | editor/icons/icon_popup.png (renamed from tools/editor/icons/icon_popup.png) | bin | 210 -> 210 bytes | |||
| -rw-r--r-- | editor/icons/icon_popup_dialog.png (renamed from tools/editor/icons/icon_popup_dialog.png) | bin | 221 -> 221 bytes | |||
| -rw-r--r-- | editor/icons/icon_popup_menu.png (renamed from tools/editor/icons/icon_popup_menu.png) | bin | 216 -> 216 bytes | |||
| -rw-r--r-- | editor/icons/icon_popup_panel.png (renamed from tools/editor/icons/icon_popup_panel.png) | bin | 198 -> 198 bytes | |||
| -rw-r--r-- | editor/icons/icon_portal.png (renamed from tools/editor/icons/icon_portal.png) | bin | 452 -> 452 bytes | |||
| -rw-r--r-- | editor/icons/icon_position_2d.png (renamed from tools/editor/icons/icon_position_2d.png) | bin | 132 -> 132 bytes | |||
| -rw-r--r-- | editor/icons/icon_position_3d.png (renamed from tools/editor/icons/icon_position_3d.png) | bin | 131 -> 131 bytes | |||
| -rw-r--r-- | editor/icons/icon_prev_scene.png (renamed from tools/editor/icons/icon_prev_scene.png) | bin | 229 -> 229 bytes | |||
| -rw-r--r-- | editor/icons/icon_progress_1.png (renamed from tools/editor/icons/icon_progress_1.png) | bin | 468 -> 468 bytes | |||
| -rw-r--r-- | editor/icons/icon_progress_2.png (renamed from tools/editor/icons/icon_progress_2.png) | bin | 455 -> 455 bytes | |||
| -rw-r--r-- | editor/icons/icon_progress_3.png (renamed from tools/editor/icons/icon_progress_3.png) | bin | 462 -> 462 bytes | |||
| -rw-r--r-- | editor/icons/icon_progress_4.png (renamed from tools/editor/icons/icon_progress_4.png) | bin | 475 -> 475 bytes | |||
| -rw-r--r-- | editor/icons/icon_progress_5.png (renamed from tools/editor/icons/icon_progress_5.png) | bin | 454 -> 454 bytes | |||
| -rw-r--r-- | editor/icons/icon_progress_6.png (renamed from tools/editor/icons/icon_progress_6.png) | bin | 465 -> 465 bytes | |||
| -rw-r--r-- | editor/icons/icon_progress_7.png (renamed from tools/editor/icons/icon_progress_7.png) | bin | 461 -> 461 bytes | |||
| -rw-r--r-- | editor/icons/icon_progress_8.png (renamed from tools/editor/icons/icon_progress_8.png) | bin | 463 -> 463 bytes | |||
| -rw-r--r-- | editor/icons/icon_progress_bar.png (renamed from tools/editor/icons/icon_progress_bar.png) | bin | 208 -> 208 bytes | |||
| -rw-r--r-- | editor/icons/icon_property_editor.png (renamed from tools/editor/icons/icon_property_editor.png) | bin | 248 -> 248 bytes | |||
| -rw-r--r-- | editor/icons/icon_proximity_group.png (renamed from tools/editor/icons/icon_proximity_group.png) | bin | 223 -> 223 bytes | |||
| -rw-r--r-- | editor/icons/icon_quad.png (renamed from tools/editor/icons/icon_quad.png) | bin | 251 -> 251 bytes | |||
| -rw-r--r-- | editor/icons/icon_quat.png (renamed from tools/editor/icons/icon_quat.png) | bin | 341 -> 341 bytes | |||
| -rw-r--r-- | editor/icons/icon_range.png (renamed from tools/editor/icons/icon_range.png) | bin | 151 -> 151 bytes | |||
| -rw-r--r-- | editor/icons/icon_rating_no_star.png (renamed from tools/editor/icons/icon_rating_no_star.png) | bin | 515 -> 515 bytes | |||
| -rw-r--r-- | editor/icons/icon_rating_star.png (renamed from tools/editor/icons/icon_rating_star.png) | bin | 383 -> 383 bytes | |||
| -rw-r--r-- | editor/icons/icon_ray_cast.png (renamed from tools/editor/icons/icon_ray_cast.png) | bin | 216 -> 216 bytes | |||
| -rw-r--r-- | editor/icons/icon_ray_cast_2d.png (renamed from tools/editor/icons/icon_ray_cast_2d.png) | bin | 214 -> 214 bytes | |||
| -rw-r--r-- | editor/icons/icon_ray_shape.png (renamed from tools/editor/icons/icon_ray_shape.png) | bin | 363 -> 363 bytes | |||
| -rw-r--r-- | editor/icons/icon_ray_shape_2d.png (renamed from tools/editor/icons/icon_ray_shape_2d.png) | bin | 233 -> 233 bytes | |||
| -rw-r--r-- | editor/icons/icon_rayito.png (renamed from tools/editor/icons/icon_rayito.png) | bin | 300 -> 300 bytes | |||
| -rw-r--r-- | editor/icons/icon_real.png (renamed from tools/editor/icons/icon_real.png) | bin | 265 -> 265 bytes | |||
| -rw-r--r-- | editor/icons/icon_rect2.png (renamed from tools/editor/icons/icon_rect2.png) | bin | 193 -> 193 bytes | |||
| -rw-r--r-- | editor/icons/icon_rect3.png (renamed from tools/editor/icons/icon_rect3.png) | bin | 202 -> 202 bytes | |||
| -rw-r--r-- | editor/icons/icon_rectangle_shape_2d.png (renamed from tools/editor/icons/icon_rectangle_shape_2d.png) | bin | 159 -> 159 bytes | |||
| -rw-r--r-- | editor/icons/icon_reference_rect.png (renamed from tools/editor/icons/icon_reference_rect.png) | bin | 128 -> 128 bytes | |||
| -rw-r--r-- | editor/icons/icon_reflection_probe.png (renamed from tools/editor/icons/icon_reflection_probe.png) | bin | 370 -> 370 bytes | |||
| -rw-r--r-- | editor/icons/icon_region_edit.png (renamed from tools/editor/icons/icon_region_edit.png) | bin | 141 -> 141 bytes | |||
| -rw-r--r-- | editor/icons/icon_reload.png (renamed from tools/editor/icons/icon_reload.png) | bin | 420 -> 420 bytes | |||
| -rw-r--r-- | editor/icons/icon_reload_empty.png (renamed from tools/editor/icons/icon_reload_empty.png) | bin | 251 -> 251 bytes | |||
| -rw-r--r-- | editor/icons/icon_reload_small.png (renamed from tools/editor/icons/icon_reload_small.png) | bin | 409 -> 409 bytes | |||
| -rw-r--r-- | editor/icons/icon_remote.png (renamed from tools/editor/icons/icon_remote.png) | bin | 394 -> 394 bytes | |||
| -rw-r--r-- | editor/icons/icon_remote_transform.png (renamed from tools/editor/icons/icon_remote_transform.png) | bin | 530 -> 530 bytes | |||
| -rw-r--r-- | editor/icons/icon_remote_transform_2d.png (renamed from tools/editor/icons/icon_remote_transform_2d.png) | bin | 552 -> 552 bytes | |||
| -rw-r--r-- | editor/icons/icon_remove.png (renamed from tools/editor/icons/icon_remove.png) | bin | 184 -> 184 bytes | |||
| -rw-r--r-- | editor/icons/icon_remove_hl.png (renamed from tools/editor/icons/icon_remove_hl.png) | bin | 385 -> 385 bytes | |||
| -rw-r--r-- | editor/icons/icon_remove_small.png (renamed from tools/editor/icons/icon_remove_small.png) | bin | 297 -> 297 bytes | |||
| -rw-r--r-- | editor/icons/icon_rename.png (renamed from tools/editor/icons/icon_rename.png) | bin | 160 -> 160 bytes | |||
| -rw-r--r-- | editor/icons/icon_reparent.png (renamed from tools/editor/icons/icon_reparent.png) | bin | 390 -> 390 bytes | |||
| -rw-r--r-- | editor/icons/icon_replace.png (renamed from tools/editor/icons/icon_replace.png) | bin | 435 -> 435 bytes | |||
| -rw-r--r-- | editor/icons/icon_resource_preloader.png (renamed from tools/editor/icons/icon_resource_preloader.png) | bin | 391 -> 391 bytes | |||
| -rw-r--r-- | editor/icons/icon_rich_text_label.png (renamed from tools/editor/icons/icon_rich_text_label.png) | bin | 236 -> 236 bytes | |||
| -rw-r--r-- | editor/icons/icon_rid.png (renamed from tools/editor/icons/icon_rid.png) | bin | 468 -> 468 bytes | |||
| -rw-r--r-- | editor/icons/icon_rigid_body.png (renamed from tools/editor/icons/icon_rigid_body.png) | bin | 531 -> 531 bytes | |||
| -rw-r--r-- | editor/icons/icon_rigid_body_2_d.png (renamed from tools/editor/icons/icon_rigid_body_2_d.png) | bin | 501 -> 501 bytes | |||
| -rw-r--r-- | editor/icons/icon_rigid_body_2d.png (renamed from tools/editor/icons/icon_rigid_body_2d.png) | bin | 559 -> 559 bytes | |||
| -rw-r--r-- | editor/icons/icon_room.png (renamed from tools/editor/icons/icon_room.png) | bin | 375 -> 375 bytes | |||
| -rw-r--r-- | editor/icons/icon_room_bounds.png (renamed from tools/editor/icons/icon_room_bounds.png) | bin | 363 -> 363 bytes | |||
| -rw-r--r-- | editor/icons/icon_room_instance.png (renamed from tools/editor/icons/icon_room_instance.png) | bin | 392 -> 392 bytes | |||
| -rw-r--r-- | editor/icons/icon_rotate_0.png (renamed from tools/editor/icons/icon_rotate_0.png) | bin | 436 -> 436 bytes | |||
| -rw-r--r-- | editor/icons/icon_rotate_180.png (renamed from tools/editor/icons/icon_rotate_180.png) | bin | 376 -> 376 bytes | |||
| -rw-r--r-- | editor/icons/icon_rotate_270.png (renamed from tools/editor/icons/icon_rotate_270.png) | bin | 357 -> 357 bytes | |||
| -rw-r--r-- | editor/icons/icon_rotate_90.png (renamed from tools/editor/icons/icon_rotate_90.png) | bin | 412 -> 412 bytes | |||
| -rw-r--r-- | editor/icons/icon_run.png (renamed from tools/editor/icons/icon_run.png) | bin | 800 -> 800 bytes | |||
| -rw-r--r-- | editor/icons/icon_s_s_a_o_f_x.png (renamed from tools/editor/icons/icon_s_s_a_o_f_x.png) | bin | 564 -> 564 bytes | |||
| -rw-r--r-- | editor/icons/icon_sample.png (renamed from tools/editor/icons/icon_sample.png) | bin | 152 -> 152 bytes | |||
| -rw-r--r-- | editor/icons/icon_sample_library.png (renamed from tools/editor/icons/icon_sample_library.png) | bin | 333 -> 333 bytes | |||
| -rw-r--r-- | editor/icons/icon_sample_player.png (renamed from tools/editor/icons/icon_sample_player.png) | bin | 234 -> 234 bytes | |||
| -rw-r--r-- | editor/icons/icon_sample_player_2d.png (renamed from tools/editor/icons/icon_sample_player_2d.png) | bin | 252 -> 252 bytes | |||
| -rw-r--r-- | editor/icons/icon_save.png (renamed from tools/editor/icons/icon_save.png) | bin | 252 -> 252 bytes | |||
| -rw-r--r-- | editor/icons/icon_scene.png (renamed from tools/editor/icons/icon_scene.png) | bin | 476 -> 476 bytes | |||
| -rw-r--r-- | editor/icons/icon_scene_instance.png (renamed from tools/editor/icons/icon_scene_instance.png) | bin | 488 -> 488 bytes | |||
| -rw-r--r-- | editor/icons/icon_scene_tree_editor.png (renamed from tools/editor/icons/icon_scene_tree_editor.png) | bin | 294 -> 294 bytes | |||
| -rw-r--r-- | editor/icons/icon_script.png (renamed from tools/editor/icons/icon_script.png) | bin | 262 -> 262 bytes | |||
| -rw-r--r-- | editor/icons/icon_script_control.png (renamed from tools/editor/icons/icon_script_control.png) | bin | 452 -> 452 bytes | |||
| -rw-r--r-- | editor/icons/icon_script_create.png (renamed from tools/editor/icons/icon_script_create.png) | bin | 288 -> 288 bytes | |||
| -rw-r--r-- | editor/icons/icon_script_error.png (renamed from tools/editor/icons/icon_script_error.png) | bin | 220 -> 220 bytes | |||
| -rw-r--r-- | editor/icons/icon_script_list.png (renamed from tools/editor/icons/icon_script_list.png) | bin | 213 -> 213 bytes | |||
| -rw-r--r-- | editor/icons/icon_script_node.png (renamed from tools/editor/icons/icon_script_node.png) | bin | 455 -> 455 bytes | |||
| -rw-r--r-- | editor/icons/icon_script_remove.png (renamed from tools/editor/icons/icon_script_remove.png) | bin | 411 -> 411 bytes | |||
| -rw-r--r-- | editor/icons/icon_scroll_bar.png (renamed from tools/editor/icons/icon_scroll_bar.png) | bin | 205 -> 205 bytes | |||
| -rw-r--r-- | editor/icons/icon_scroll_container.png (renamed from tools/editor/icons/icon_scroll_container.png) | bin | 304 -> 304 bytes | |||
| -rw-r--r-- | editor/icons/icon_segment_shape_2d.png (renamed from tools/editor/icons/icon_segment_shape_2d.png) | bin | 241 -> 241 bytes | |||
| -rw-r--r-- | editor/icons/icon_shader.png (renamed from tools/editor/icons/icon_shader.png) | bin | 254 -> 254 bytes | |||
| -rw-r--r-- | editor/icons/icon_shader_material.png (renamed from tools/editor/icons/icon_shader_material.png) | bin | 254 -> 254 bytes | |||
| -rw-r--r-- | editor/icons/icon_short_cut.png (renamed from tools/editor/icons/icon_short_cut.png) | bin | 272 -> 272 bytes | |||
| -rw-r--r-- | editor/icons/icon_signal.png (renamed from tools/editor/icons/icon_signal.png) | bin | 246 -> 246 bytes | |||
| -rw-r--r-- | editor/icons/icon_skeleton.png (renamed from tools/editor/icons/icon_skeleton.png) | bin | 346 -> 346 bytes | |||
| -rw-r--r-- | editor/icons/icon_skeletonr.png (renamed from tools/editor/icons/icon_skeletonr.png) | bin | 362 -> 362 bytes | |||
| -rw-r--r-- | editor/icons/icon_sky_box_f_x.png (renamed from tools/editor/icons/icon_sky_box_f_x.png) | bin | 740 -> 740 bytes | |||
| -rw-r--r-- | editor/icons/icon_slider_joint.png (renamed from tools/editor/icons/icon_slider_joint.png) | bin | 150 -> 150 bytes | |||
| -rw-r--r-- | editor/icons/icon_slot.png (renamed from tools/editor/icons/icon_slot.png) | bin | 246 -> 246 bytes | |||
| -rw-r--r-- | editor/icons/icon_small_next.png (renamed from tools/editor/icons/icon_small_next.png) | bin | 191 -> 191 bytes | |||
| -rw-r--r-- | editor/icons/icon_snap.png (renamed from tools/editor/icons/icon_snap.png) | bin | 269 -> 269 bytes | |||
| -rw-r--r-- | editor/icons/icon_sound_room_params.png (renamed from tools/editor/icons/icon_sound_room_params.png) | bin | 248 -> 248 bytes | |||
| -rw-r--r-- | editor/icons/icon_spatial.png (renamed from tools/editor/icons/icon_spatial.png) | bin | 419 -> 419 bytes | |||
| -rw-r--r-- | editor/icons/icon_spatial_add.png (renamed from tools/editor/icons/icon_spatial_add.png) | bin | 429 -> 429 bytes | |||
| -rw-r--r-- | editor/icons/icon_spatial_sample_player.png (renamed from tools/editor/icons/icon_spatial_sample_player.png) | bin | 239 -> 239 bytes | |||
| -rw-r--r-- | editor/icons/icon_spatial_shader.png (renamed from tools/editor/icons/icon_spatial_shader.png) | bin | 483 -> 483 bytes | |||
| -rw-r--r-- | editor/icons/icon_spatial_stream_player.png (renamed from tools/editor/icons/icon_spatial_stream_player.png) | bin | 183 -> 183 bytes | |||
| -rw-r--r-- | editor/icons/icon_sphere_shape.png (renamed from tools/editor/icons/icon_sphere_shape.png) | bin | 362 -> 362 bytes | |||
| -rw-r--r-- | editor/icons/icon_spin_box.png (renamed from tools/editor/icons/icon_spin_box.png) | bin | 289 -> 289 bytes | |||
| -rw-r--r-- | editor/icons/icon_spline.png (renamed from tools/editor/icons/icon_spline.png) | bin | 244 -> 244 bytes | |||
| -rw-r--r-- | editor/icons/icon_spot_light.png (renamed from tools/editor/icons/icon_spot_light.png) | bin | 341 -> 341 bytes | |||
| -rw-r--r-- | editor/icons/icon_sprite.png (renamed from tools/editor/icons/icon_sprite.png) | bin | 419 -> 419 bytes | |||
| -rw-r--r-- | editor/icons/icon_sprite_3d.png (renamed from tools/editor/icons/icon_sprite_3d.png) | bin | 408 -> 408 bytes | |||
| -rw-r--r-- | editor/icons/icon_sprite_frames.png (renamed from tools/editor/icons/icon_sprite_frames.png) | bin | 332 -> 332 bytes | |||
| -rw-r--r-- | editor/icons/icon_squirrel_script.png (renamed from tools/editor/icons/icon_squirrel_script.png) | bin | 283 -> 283 bytes | |||
| -rw-r--r-- | editor/icons/icon_static_body.png (renamed from tools/editor/icons/icon_static_body.png) | bin | 229 -> 229 bytes | |||
| -rw-r--r-- | editor/icons/icon_static_body_2_d.png (renamed from tools/editor/icons/icon_static_body_2_d.png) | bin | 368 -> 368 bytes | |||
| -rw-r--r-- | editor/icons/icon_static_body_2d.png (renamed from tools/editor/icons/icon_static_body_2d.png) | bin | 237 -> 237 bytes | |||
| -rw-r--r-- | editor/icons/icon_stop.png (renamed from tools/editor/icons/icon_stop.png) | bin | 236 -> 236 bytes | |||
| -rw-r--r-- | editor/icons/icon_stream_player.png (renamed from tools/editor/icons/icon_stream_player.png) | bin | 183 -> 183 bytes | |||
| -rw-r--r-- | editor/icons/icon_string.png (renamed from tools/editor/icons/icon_string.png) | bin | 160 -> 160 bytes | |||
| -rw-r--r-- | editor/icons/icon_style_box_empty.png (renamed from tools/editor/icons/icon_style_box_empty.png) | bin | 333 -> 333 bytes | |||
| -rw-r--r-- | editor/icons/icon_style_box_flat.png (renamed from tools/editor/icons/icon_style_box_flat.png) | bin | 398 -> 398 bytes | |||
| -rw-r--r-- | editor/icons/icon_style_box_texture.png (renamed from tools/editor/icons/icon_style_box_texture.png) | bin | 411 -> 411 bytes | |||
| -rw-r--r-- | editor/icons/icon_surface.png (renamed from tools/editor/icons/icon_surface.png) | bin | 212 -> 212 bytes | |||
| -rw-r--r-- | editor/icons/icon_tab_container.png (renamed from tools/editor/icons/icon_tab_container.png) | bin | 214 -> 214 bytes | |||
| -rw-r--r-- | editor/icons/icon_tab_menu.png (renamed from tools/editor/icons/icon_tab_menu.png) | bin | 251 -> 251 bytes | |||
| -rw-r--r-- | editor/icons/icon_tabs.png (renamed from tools/editor/icons/icon_tabs.png) | bin | 146 -> 146 bytes | |||
| -rw-r--r-- | editor/icons/icon_test_cube.png (renamed from tools/editor/icons/icon_test_cube.png) | bin | 435 -> 435 bytes | |||
| -rw-r--r-- | editor/icons/icon_text_edit.png (renamed from tools/editor/icons/icon_text_edit.png) | bin | 207 -> 207 bytes | |||
| -rw-r--r-- | editor/icons/icon_texture.png (renamed from tools/editor/icons/icon_texture.png) | bin | 200 -> 200 bytes | |||
| -rw-r--r-- | editor/icons/icon_texture_button.png (renamed from tools/editor/icons/icon_texture_button.png) | bin | 159 -> 159 bytes | |||
| -rw-r--r-- | editor/icons/icon_texture_progress.png (renamed from tools/editor/icons/icon_texture_progress.png) | bin | 213 -> 213 bytes | |||
| -rw-r--r-- | editor/icons/icon_texture_rect.png (renamed from tools/editor/icons/icon_texture_rect.png) | bin | 158 -> 158 bytes | |||
| -rw-r--r-- | editor/icons/icon_theme.png (renamed from tools/editor/icons/icon_theme.png) | bin | 451 -> 451 bytes | |||
| -rw-r--r-- | editor/icons/icon_thumbnail_wait.png (renamed from tools/editor/icons/icon_thumbnail_wait.png) | bin | 2616 -> 2616 bytes | |||
| -rw-r--r-- | editor/icons/icon_tile_map.png (renamed from tools/editor/icons/icon_tile_map.png) | bin | 113 -> 113 bytes | |||
| -rw-r--r-- | editor/icons/icon_tile_set.png (renamed from tools/editor/icons/icon_tile_set.png) | bin | 174 -> 174 bytes | |||
| -rw-r--r-- | editor/icons/icon_time.png (renamed from tools/editor/icons/icon_time.png) | bin | 557 -> 557 bytes | |||
| -rw-r--r-- | editor/icons/icon_timer.png (renamed from tools/editor/icons/icon_timer.png) | bin | 447 -> 447 bytes | |||
| -rw-r--r-- | editor/icons/icon_tool_button.png (renamed from tools/editor/icons/icon_tool_button.png) | bin | 263 -> 263 bytes | |||
| -rw-r--r-- | editor/icons/icon_tool_move.png (renamed from tools/editor/icons/icon_tool_move.png) | bin | 217 -> 217 bytes | |||
| -rw-r--r-- | editor/icons/icon_tool_pan.png (renamed from tools/editor/icons/icon_tool_pan.png) | bin | 281 -> 281 bytes | |||
| -rw-r--r-- | editor/icons/icon_tool_rotate.png (renamed from tools/editor/icons/icon_tool_rotate.png) | bin | 420 -> 420 bytes | |||
| -rw-r--r-- | editor/icons/icon_tool_scale.png (renamed from tools/editor/icons/icon_tool_scale.png) | bin | 349 -> 349 bytes | |||
| -rw-r--r-- | editor/icons/icon_tool_select.png (renamed from tools/editor/icons/icon_tool_select.png) | bin | 376 -> 376 bytes | |||
| -rw-r--r-- | editor/icons/icon_tools.png (renamed from tools/editor/icons/icon_tools.png) | bin | 392 -> 392 bytes | |||
| -rw-r--r-- | editor/icons/icon_touch_screen_button.png (renamed from tools/editor/icons/icon_touch_screen_button.png) | bin | 313 -> 313 bytes | |||
| -rw-r--r-- | editor/icons/icon_track_add_key.png (renamed from tools/editor/icons/icon_track_add_key.png) | bin | 113 -> 113 bytes | |||
| -rw-r--r-- | editor/icons/icon_track_add_key_hl.png (renamed from tools/editor/icons/icon_track_add_key_hl.png) | bin | 113 -> 113 bytes | |||
| -rw-r--r-- | editor/icons/icon_track_continuous.png (renamed from tools/editor/icons/icon_track_continuous.png) | bin | 265 -> 265 bytes | |||
| -rw-r--r-- | editor/icons/icon_track_discrete.png (renamed from tools/editor/icons/icon_track_discrete.png) | bin | 125 -> 125 bytes | |||
| -rw-r--r-- | editor/icons/icon_track_method.png (renamed from tools/editor/icons/icon_track_method.png) | bin | 283 -> 283 bytes | |||
| -rw-r--r-- | editor/icons/icon_track_prop.png (renamed from tools/editor/icons/icon_track_prop.png) | bin | 285 -> 285 bytes | |||
| -rw-r--r-- | editor/icons/icon_track_trigger.png (renamed from tools/editor/icons/icon_track_trigger.png) | bin | 158 -> 158 bytes | |||
| -rw-r--r-- | editor/icons/icon_track_value.png (renamed from tools/editor/icons/icon_track_value.png) | bin | 300 -> 300 bytes | |||
| -rw-r--r-- | editor/icons/icon_translation.png (renamed from tools/editor/icons/icon_translation.png) | bin | 194 -> 194 bytes | |||
| -rw-r--r-- | editor/icons/icon_transparent.png (renamed from tools/editor/icons/icon_transparent.png) | bin | 158 -> 158 bytes | |||
| -rw-r--r-- | editor/icons/icon_transpose.png (renamed from tools/editor/icons/icon_transpose.png) | bin | 165 -> 165 bytes | |||
| -rw-r--r-- | editor/icons/icon_tree.png (renamed from tools/editor/icons/icon_tree.png) | bin | 243 -> 243 bytes | |||
| -rw-r--r-- | editor/icons/icon_tween.png (renamed from tools/editor/icons/icon_tween.png) | bin | 248 -> 248 bytes | |||
| -rw-r--r-- | editor/icons/icon_unbone.png (renamed from tools/editor/icons/icon_unbone.png) | bin | 383 -> 383 bytes | |||
| -rw-r--r-- | editor/icons/icon_ungroup.png (renamed from tools/editor/icons/icon_ungroup.png) | bin | 170 -> 170 bytes | |||
| -rw-r--r-- | editor/icons/icon_uninstance.png (renamed from tools/editor/icons/icon_uninstance.png) | bin | 525 -> 525 bytes | |||
| -rw-r--r-- | editor/icons/icon_unlock.png (renamed from tools/editor/icons/icon_unlock.png) | bin | 262 -> 262 bytes | |||
| -rw-r--r-- | editor/icons/icon_up.png (renamed from tools/editor/icons/icon_up.png) | bin | 185 -> 185 bytes | |||
| -rw-r--r-- | editor/icons/icon_updown.png (renamed from tools/editor/icons/icon_updown.png) | bin | 180 -> 180 bytes | |||
| -rw-r--r-- | editor/icons/icon_uv.png (renamed from tools/editor/icons/icon_uv.png) | bin | 282 -> 282 bytes | |||
| -rw-r--r-- | editor/icons/icon_v_box_container.png (renamed from tools/editor/icons/icon_v_box_container.png) | bin | 207 -> 207 bytes | |||
| -rw-r--r-- | editor/icons/icon_v_button_array.png (renamed from tools/editor/icons/icon_v_button_array.png) | bin | 147 -> 147 bytes | |||
| -rw-r--r-- | editor/icons/icon_v_scroll_bar.png (renamed from tools/editor/icons/icon_v_scroll_bar.png) | bin | 218 -> 218 bytes | |||
| -rw-r--r-- | editor/icons/icon_v_separator.png (renamed from tools/editor/icons/icon_v_separator.png) | bin | 130 -> 130 bytes | |||
| -rw-r--r-- | editor/icons/icon_v_slider.png (renamed from tools/editor/icons/icon_v_slider.png) | bin | 231 -> 231 bytes | |||
| -rw-r--r-- | editor/icons/icon_v_split_container.png (renamed from tools/editor/icons/icon_v_split_container.png) | bin | 277 -> 277 bytes | |||
| -rw-r--r-- | editor/icons/icon_variant.png (renamed from tools/editor/icons/icon_variant.png) | bin | 240 -> 240 bytes | |||
| -rw-r--r-- | editor/icons/icon_vector.png (renamed from tools/editor/icons/icon_vector.png) | bin | 208 -> 208 bytes | |||
| -rw-r--r-- | editor/icons/icon_vector2.png (renamed from tools/editor/icons/icon_vector2.png) | bin | 122 -> 122 bytes | |||
| -rw-r--r-- | editor/icons/icon_vehicle_body.png (renamed from tools/editor/icons/icon_vehicle_body.png) | bin | 236 -> 236 bytes | |||
| -rw-r--r-- | editor/icons/icon_vehicle_wheel.png (renamed from tools/editor/icons/icon_vehicle_wheel.png) | bin | 537 -> 537 bytes | |||
| -rw-r--r-- | editor/icons/icon_video_player.png (renamed from tools/editor/icons/icon_video_player.png) | bin | 302 -> 302 bytes | |||
| -rw-r--r-- | editor/icons/icon_video_stream_theora.png (renamed from tools/editor/icons/icon_video_stream_theora.png) | bin | 925 -> 925 bytes | |||
| -rw-r--r-- | editor/icons/icon_view.png (renamed from tools/editor/icons/icon_view.png) | bin | 386 -> 386 bytes | |||
| -rw-r--r-- | editor/icons/icon_viewport.png (renamed from tools/editor/icons/icon_viewport.png) | bin | 198 -> 198 bytes | |||
| -rw-r--r-- | editor/icons/icon_viewport_container.png (renamed from tools/editor/icons/icon_viewport_container.png) | bin | 284 -> 284 bytes | |||
| -rw-r--r-- | editor/icons/icon_viewport_sprite.png (renamed from tools/editor/icons/icon_viewport_sprite.png) | bin | 239 -> 239 bytes | |||
| -rw-r--r-- | editor/icons/icon_viewport_texture.png (renamed from tools/editor/icons/icon_viewport_texture.png) | bin | 227 -> 227 bytes | |||
| -rw-r--r-- | editor/icons/icon_visibility_area.png (renamed from tools/editor/icons/icon_visibility_area.png) | bin | 422 -> 422 bytes | |||
| -rw-r--r-- | editor/icons/icon_visibility_enabler.png (renamed from tools/editor/icons/icon_visibility_enabler.png) | bin | 549 -> 549 bytes | |||
| -rw-r--r-- | editor/icons/icon_visibility_enabler_2d.png (renamed from tools/editor/icons/icon_visibility_enabler_2d.png) | bin | 550 -> 550 bytes | |||
| -rw-r--r-- | editor/icons/icon_visibility_notifier.png (renamed from tools/editor/icons/icon_visibility_notifier.png) | bin | 427 -> 427 bytes | |||
| -rw-r--r-- | editor/icons/icon_visibility_notifier_2d.png (renamed from tools/editor/icons/icon_visibility_notifier_2d.png) | bin | 431 -> 431 bytes | |||
| -rw-r--r-- | editor/icons/icon_visible.png (renamed from tools/editor/icons/icon_visible.png) | bin | 497 -> 497 bytes | |||
| -rw-r--r-- | editor/icons/icon_visual_script.png (renamed from tools/editor/icons/icon_visual_script.png) | bin | 388 -> 388 bytes | |||
| -rw-r--r-- | editor/icons/icon_visual_shader_port.png (renamed from tools/editor/icons/icon_visual_shader_port.png) | bin | 255 -> 255 bytes | |||
| -rw-r--r-- | editor/icons/icon_volume.png (renamed from tools/editor/icons/icon_volume.png) | bin | 295 -> 295 bytes | |||
| -rw-r--r-- | editor/icons/icon_vu_db.png (renamed from tools/editor/icons/icon_vu_db.png) | bin | 1015 -> 1015 bytes | |||
| -rw-r--r-- | editor/icons/icon_vu_empty.png (renamed from tools/editor/icons/icon_vu_empty.png) | bin | 283 -> 283 bytes | |||
| -rw-r--r-- | editor/icons/icon_vu_full.png (renamed from tools/editor/icons/icon_vu_full.png) | bin | 224 -> 224 bytes | |||
| -rw-r--r-- | editor/icons/icon_wait_no_preview.png (renamed from tools/editor/icons/icon_wait_no_preview.png) | bin | 1041 -> 1041 bytes | |||
| -rw-r--r-- | editor/icons/icon_wait_preview_1.png (renamed from tools/editor/icons/icon_wait_preview_1.png) | bin | 1208 -> 1208 bytes | |||
| -rw-r--r-- | editor/icons/icon_wait_preview_2.png (renamed from tools/editor/icons/icon_wait_preview_2.png) | bin | 1270 -> 1270 bytes | |||
| -rw-r--r-- | editor/icons/icon_wait_preview_3.png (renamed from tools/editor/icons/icon_wait_preview_3.png) | bin | 1190 -> 1190 bytes | |||
| -rw-r--r-- | editor/icons/icon_wait_preview_4.png (renamed from tools/editor/icons/icon_wait_preview_4.png) | bin | 1269 -> 1269 bytes | |||
| -rw-r--r-- | editor/icons/icon_wait_preview_5.png (renamed from tools/editor/icons/icon_wait_preview_5.png) | bin | 1191 -> 1191 bytes | |||
| -rw-r--r-- | editor/icons/icon_wait_preview_6.png (renamed from tools/editor/icons/icon_wait_preview_6.png) | bin | 1278 -> 1278 bytes | |||
| -rw-r--r-- | editor/icons/icon_wait_preview_7.png (renamed from tools/editor/icons/icon_wait_preview_7.png) | bin | 1192 -> 1192 bytes | |||
| -rw-r--r-- | editor/icons/icon_wait_preview_8.png (renamed from tools/editor/icons/icon_wait_preview_8.png) | bin | 1341 -> 1341 bytes | |||
| -rw-r--r-- | editor/icons/icon_warning.png (renamed from tools/editor/icons/icon_warning.png) | bin | 120 -> 120 bytes | |||
| -rw-r--r-- | editor/icons/icon_window_dialog.png (renamed from tools/editor/icons/icon_window_dialog.png) | bin | 200 -> 200 bytes | |||
| -rw-r--r-- | editor/icons/icon_world.png (renamed from tools/editor/icons/icon_world.png) | bin | 254 -> 254 bytes | |||
| -rw-r--r-- | editor/icons/icon_world_2d.png (renamed from tools/editor/icons/icon_world_2d.png) | bin | 328 -> 328 bytes | |||
| -rw-r--r-- | editor/icons/icon_world_environment.png (renamed from tools/editor/icons/icon_world_environment.png) | bin | 578 -> 578 bytes | |||
| -rw-r--r-- | editor/icons/icon_y_sort.png (renamed from tools/editor/icons/icon_y_sort.png) | bin | 230 -> 230 bytes | |||
| -rw-r--r-- | editor/icons/icon_zoom.png (renamed from tools/editor/icons/icon_zoom.png) | bin | 404 -> 404 bytes | |||
| -rw-r--r-- | editor/icons/icon_zoom_less.png (renamed from tools/editor/icons/icon_zoom_less.png) | bin | 149 -> 149 bytes | |||
| -rw-r--r-- | editor/icons/icon_zoom_more.png (renamed from tools/editor/icons/icon_zoom_more.png) | bin | 232 -> 232 bytes | |||
| -rw-r--r-- | editor/icons/icon_zoom_reset.png (renamed from tools/editor/icons/icon_zoom_reset.png) | bin | 430 -> 430 bytes | |||
| -rw-r--r-- | editor/icons/source/icon_accept_dialog.svg (renamed from tools/editor/icons/source/icon_accept_dialog.svg) | 0 | ||||
| -rw-r--r-- | editor/icons/source/icon_add_track.svg (renamed from tools/editor/icons/source/icon_add_track.svg) | 0 | ||||
| -rw-r--r-- | editor/icons/source/icon_anchor.svg (renamed from tools/editor/icons/source/icon_anchor.svg) | 0 | ||||
| -rw-r--r-- | editor/icons/source/icon_animated_sprite.svg (renamed from tools/editor/icons/source/icon_animated_sprite.svg) | 0 | ||||
| -rw-r--r-- | editor/icons/source/icon_animated_sprite_3d.svg (renamed from tools/editor/icons/source/icon_animated_sprite_3d.svg) | 0 | ||||
| -rw-r--r-- | editor/icons/source/icon_animation.svg (renamed from tools/editor/icons/source/icon_animation.svg) | 0 | ||||
| -rw-r--r-- | editor/icons/source/icon_animation_player.svg (renamed from tools/editor/icons/source/icon_animation_player.svg) | 0 | ||||
| -rw-r--r-- | editor/icons/source/icon_animation_tree_player.svg (renamed from tools/editor/icons/source/icon_animation_tree_player.svg) | 0 | ||||
| -rw-r--r-- | editor/icons/source/icon_area.svg (renamed from tools/editor/icons/source/icon_area.svg) | 0 | ||||
| -rw-r--r-- | editor/icons/source/icon_area_2d.svg (renamed from tools/editor/icons/source/icon_area_2d.svg) | 0 | ||||
| -rw-r--r-- | editor/icons/source/icon_arrow_left.svg (renamed from tools/editor/icons/source/icon_arrow_left.svg) | 0 | ||||
| -rw-r--r-- | editor/icons/source/icon_arrow_right.svg (renamed from tools/editor/icons/source/icon_arrow_right.svg) | 0 | ||||
| -rw-r--r-- | editor/icons/source/icon_arrow_up.svg (renamed from tools/editor/icons/source/icon_arrow_up.svg) | 0 | ||||
| -rw-r--r-- | editor/icons/source/icon_atlas_texture.svg (renamed from tools/editor/icons/source/icon_atlas_texture.svg) | 0 | ||||
| -rw-r--r-- | editor/icons/source/icon_audio_stream_gibberish.svg (renamed from tools/editor/icons/source/icon_audio_stream_gibberish.svg) | 0 | ||||
| -rw-r--r-- | editor/icons/source/icon_auto_play.svg (renamed from tools/editor/icons/source/icon_auto_play.svg) | 0 | ||||
| -rw-r--r-- | editor/icons/source/icon_back.svg (renamed from tools/editor/icons/source/icon_back.svg) | 0 | ||||
| -rw-r--r-- | editor/icons/source/icon_back_buffer_copy.svg (renamed from tools/editor/icons/source/icon_back_buffer_copy.svg) | 0 | ||||
| -rw-r--r-- | editor/icons/source/icon_bake.svg (renamed from tools/editor/icons/source/icon_bake.svg) | 0 | ||||
| -rw-r--r-- | editor/icons/source/icon_baked_light.svg (renamed from tools/editor/icons/source/icon_baked_light.svg) | 0 | ||||
| -rw-r--r-- | editor/icons/source/icon_baked_light_instance.svg (renamed from tools/editor/icons/source/icon_baked_light_instance.svg) | 0 | ||||
| -rw-r--r-- | editor/icons/source/icon_baked_light_sampler.svg (renamed from tools/editor/icons/source/icon_baked_light_sampler.svg) | 0 | ||||
| -rw-r--r-- | editor/icons/source/icon_bit_map.svg (renamed from tools/editor/icons/source/icon_bit_map.svg) | 0 | ||||
| -rw-r--r-- | editor/icons/source/icon_bitmap_font.svg (renamed from tools/editor/icons/source/icon_bitmap_font.svg) | 0 | ||||
| -rw-r--r-- | editor/icons/source/icon_blend.svg (renamed from tools/editor/icons/source/icon_blend.svg) | 0 | ||||
| -rw-r--r-- | editor/icons/source/icon_bone.svg (renamed from tools/editor/icons/source/icon_bone.svg) | 0 | ||||
| -rw-r--r-- | editor/icons/source/icon_bone_attachment.svg (renamed from tools/editor/icons/source/icon_bone_attachment.svg) | 0 | ||||
| -rw-r--r-- | editor/icons/source/icon_bone_track.svg (renamed from tools/editor/icons/source/icon_bone_track.svg) | 0 | ||||
| -rw-r--r-- | editor/icons/source/icon_bool.svg (renamed from tools/editor/icons/source/icon_bool.svg) | 0 | ||||
| -rw-r--r-- | editor/icons/source/icon_box_shape.svg (renamed from tools/editor/icons/source/icon_box_shape.svg) | 0 | ||||
| -rw-r--r-- | editor/icons/source/icon_button.svg (renamed from tools/editor/icons/source/icon_button.svg) | 0 | ||||
| -rw-r--r-- | editor/icons/source/icon_button_group.svg (renamed from tools/editor/icons/source/icon_button_group.svg) | 0 | ||||
| -rw-r--r-- | editor/icons/source/icon_camera.svg (renamed from tools/editor/icons/source/icon_camera.svg) | 0 | ||||
| -rw-r--r-- | editor/icons/source/icon_camera_2d.svg (renamed from tools/editor/icons/source/icon_camera_2d.svg) | 0 | ||||
| -rw-r--r-- | editor/icons/source/icon_canvas_item.svg (renamed from tools/editor/icons/source/icon_canvas_item.svg) | 0 | ||||
| -rw-r--r-- | editor/icons/source/icon_canvas_item_material.svg (renamed from tools/editor/icons/source/icon_canvas_item_material.svg) | 0 | ||||
| -rw-r--r-- | editor/icons/source/icon_canvas_item_shader.svg (renamed from tools/editor/icons/source/icon_canvas_item_shader.svg) | 0 | ||||
| -rw-r--r-- | editor/icons/source/icon_canvas_item_shader_graph.svg (renamed from tools/editor/icons/source/icon_canvas_item_shader_graph.svg) | 0 | ||||
| -rw-r--r-- | editor/icons/source/icon_canvas_layer.svg (renamed from tools/editor/icons/source/icon_canvas_layer.svg) | 0 | ||||
| -rw-r--r-- | editor/icons/source/icon_canvas_modulate.svg (renamed from tools/editor/icons/source/icon_canvas_modulate.svg) | 0 | ||||
| -rw-r--r-- | editor/icons/source/icon_capsule_shape.svg (renamed from tools/editor/icons/source/icon_capsule_shape.svg) | 0 | ||||
| -rw-r--r-- | editor/icons/source/icon_capsule_shape_2d.svg (renamed from tools/editor/icons/source/icon_capsule_shape_2d.svg) | 0 | ||||
| -rw-r--r-- | editor/icons/source/icon_center_container.svg (renamed from tools/editor/icons/source/icon_center_container.svg) | 0 | ||||
| -rw-r--r-- | editor/icons/source/icon_check_box.svg (renamed from tools/editor/icons/source/icon_check_box.svg) | 0 | ||||
| -rw-r--r-- | editor/icons/source/icon_check_button.svg (renamed from tools/editor/icons/source/icon_check_button.svg) | 0 | ||||
| -rw-r--r-- | editor/icons/source/icon_circle_shape_2d.svg (renamed from tools/editor/icons/source/icon_circle_shape_2d.svg) | 0 | ||||
| -rw-r--r-- | editor/icons/source/icon_class_list.svg (renamed from tools/editor/icons/source/icon_class_list.svg) | 0 | ||||
| -rw-r--r-- | editor/icons/source/icon_close.svg (renamed from tools/editor/icons/source/icon_close.svg) | 0 | ||||
| -rw-r--r-- | editor/icons/source/icon_collapse.svg (renamed from tools/editor/icons/source/icon_collapse.svg) | 0 | ||||
| -rw-r--r-- | editor/icons/source/icon_collision_2d.svg (renamed from tools/editor/icons/source/icon_collision_2d.svg) | 0 | ||||
| -rw-r--r-- | editor/icons/source/icon_collision_polygon.svg (renamed from tools/editor/icons/source/icon_collision_polygon.svg) | 0 | ||||
| -rw-r--r-- | editor/icons/source/icon_collision_shape.svg (renamed from tools/editor/icons/source/icon_collision_shape.svg) | 0 | ||||
| -rw-r--r-- | editor/icons/source/icon_collision_shape_2d.svg (renamed from tools/editor/icons/source/icon_collision_shape_2d.svg) | 0 | ||||
| -rw-r--r-- | editor/icons/source/icon_color.svg (renamed from tools/editor/icons/source/icon_color.svg) | 0 | ||||
| -rw-r--r-- | editor/icons/source/icon_color_pick.svg (renamed from tools/editor/icons/source/icon_color_pick.svg) | 0 | ||||
| -rw-r--r-- | editor/icons/source/icon_color_picker.svg (renamed from tools/editor/icons/source/icon_color_picker.svg) | 0 | ||||
| -rw-r--r-- | editor/icons/source/icon_color_picker_button.svg (renamed from tools/editor/icons/source/icon_color_picker_button.svg) | 0 | ||||
| -rw-r--r-- | editor/icons/source/icon_color_ramp.svg (renamed from tools/editor/icons/source/icon_color_ramp.svg) | 0 | ||||
| -rw-r--r-- | editor/icons/source/icon_color_rect.svg (renamed from tools/editor/icons/source/icon_color_rect.svg) | 0 | ||||
| -rw-r--r-- | editor/icons/source/icon_concave_polygon_shape.svg (renamed from tools/editor/icons/source/icon_concave_polygon_shape.svg) | 0 | ||||
| -rw-r--r-- | editor/icons/source/icon_concave_polygon_shape_2d.svg (renamed from tools/editor/icons/source/icon_concave_polygon_shape_2d.svg) | 0 | ||||
| -rw-r--r-- | editor/icons/source/icon_cone_twist_joint.svg (renamed from tools/editor/icons/source/icon_cone_twist_joint.svg) | 0 | ||||
| -rw-r--r-- | editor/icons/source/icon_confirmation_dialog.svg (renamed from tools/editor/icons/source/icon_confirmation_dialog.svg) | 0 | ||||
| -rw-r--r-- | editor/icons/source/icon_connect.svg (renamed from tools/editor/icons/source/icon_connect.svg) | 0 | ||||
| -rw-r--r-- | editor/icons/source/icon_connection_and_groups.svg (renamed from tools/editor/icons/source/icon_connection_and_groups.svg) | 0 | ||||
| -rw-r--r-- | editor/icons/source/icon_container.svg (renamed from tools/editor/icons/source/icon_container.svg) | 0 | ||||
| -rw-r--r-- | editor/icons/source/icon_control.svg (renamed from tools/editor/icons/source/icon_control.svg) | 0 | ||||
| -rw-r--r-- | editor/icons/source/icon_control_align_bottom_center.svg (renamed from tools/editor/icons/source/icon_control_align_bottom_center.svg) | 0 | ||||
| -rw-r--r-- | editor/icons/source/icon_control_align_bottom_left.svg (renamed from tools/editor/icons/source/icon_control_align_bottom_left.svg) | 0 | ||||
| -rw-r--r-- | editor/icons/source/icon_control_align_bottom_right.svg (renamed from tools/editor/icons/source/icon_control_align_bottom_right.svg) | 0 | ||||
| -rw-r--r-- | editor/icons/source/icon_control_align_bottom_wide.svg (renamed from tools/editor/icons/source/icon_control_align_bottom_wide.svg) | 0 | ||||
| -rw-r--r-- | editor/icons/source/icon_control_align_center.svg (renamed from tools/editor/icons/source/icon_control_align_center.svg) | 0 | ||||
| -rw-r--r-- | editor/icons/source/icon_control_align_center_left.svg (renamed from tools/editor/icons/source/icon_control_align_center_left.svg) | 0 | ||||
| -rw-r--r-- | editor/icons/source/icon_control_align_center_right.svg (renamed from tools/editor/icons/source/icon_control_align_center_right.svg) | 0 | ||||
| -rw-r--r-- | editor/icons/source/icon_control_align_left_center.svg (renamed from tools/editor/icons/source/icon_control_align_left_center.svg) | 0 | ||||
| -rw-r--r-- | editor/icons/source/icon_control_align_left_wide.svg (renamed from tools/editor/icons/source/icon_control_align_left_wide.svg) | 0 | ||||
| -rw-r--r-- | editor/icons/source/icon_control_align_right_center.svg (renamed from tools/editor/icons/source/icon_control_align_right_center.svg) | 0 | ||||
| -rw-r--r-- | editor/icons/source/icon_control_align_right_wide.svg (renamed from tools/editor/icons/source/icon_control_align_right_wide.svg) | 0 | ||||
| -rw-r--r-- | editor/icons/source/icon_control_align_top_center.svg (renamed from tools/editor/icons/source/icon_control_align_top_center.svg) | 0 | ||||
| -rw-r--r-- | editor/icons/source/icon_control_align_top_left.svg (renamed from tools/editor/icons/source/icon_control_align_top_left.svg) | 0 | ||||
| -rw-r--r-- | editor/icons/source/icon_control_align_top_right.svg (renamed from tools/editor/icons/source/icon_control_align_top_right.svg) | 0 | ||||
| -rw-r--r-- | editor/icons/source/icon_control_align_top_wide.svg (renamed from tools/editor/icons/source/icon_control_align_top_wide.svg) | 0 | ||||
| -rw-r--r-- | editor/icons/source/icon_control_align_wide.svg (renamed from tools/editor/icons/source/icon_control_align_wide.svg) | 0 | ||||
| -rw-r--r-- | editor/icons/source/icon_control_hcenter_wide.svg (renamed from tools/editor/icons/source/icon_control_hcenter_wide.svg) | 0 | ||||
| -rw-r--r-- | editor/icons/source/icon_control_vcenter_wide.svg (renamed from tools/editor/icons/source/icon_control_vcenter_wide.svg) | 0 | ||||
| -rw-r--r-- | editor/icons/source/icon_convex_polygon_shape.svg (renamed from tools/editor/icons/source/icon_convex_polygon_shape.svg) | 0 | ||||
| -rw-r--r-- | editor/icons/source/icon_convex_polygon_shape_2d.svg (renamed from tools/editor/icons/source/icon_convex_polygon_shape_2d.svg) | 0 | ||||
| -rw-r--r-- | editor/icons/source/icon_copy_node_path.svg (renamed from tools/editor/icons/source/icon_copy_node_path.svg) | 0 | ||||
| -rw-r--r-- | editor/icons/source/icon_create_new_scene_from.svg (renamed from tools/editor/icons/source/icon_create_new_scene_from.svg) | 0 | ||||
| -rw-r--r-- | editor/icons/source/icon_cube_map.svg (renamed from tools/editor/icons/source/icon_cube_map.svg) | 0 | ||||
| -rw-r--r-- | editor/icons/source/icon_curve_2d.svg (renamed from tools/editor/icons/source/icon_curve_2d.svg) | 0 | ||||
| -rw-r--r-- | editor/icons/source/icon_curve_3d.svg (renamed from tools/editor/icons/source/icon_curve_3d.svg) | 0 | ||||
| -rw-r--r-- | editor/icons/source/icon_curve_close.svg (renamed from tools/editor/icons/source/icon_curve_close.svg) | 0 | ||||
| -rw-r--r-- | editor/icons/source/icon_curve_constant.svg (renamed from tools/editor/icons/source/icon_curve_constant.svg) | 0 | ||||
| -rw-r--r-- | editor/icons/source/icon_curve_create.svg (renamed from tools/editor/icons/source/icon_curve_create.svg) | 0 | ||||
| -rw-r--r-- | editor/icons/source/icon_curve_curve.svg (renamed from tools/editor/icons/source/icon_curve_curve.svg) | 0 | ||||
| -rw-r--r-- | editor/icons/source/icon_curve_delete.svg (renamed from tools/editor/icons/source/icon_curve_delete.svg) | 0 | ||||
| -rw-r--r-- | editor/icons/source/icon_curve_edit.svg (renamed from tools/editor/icons/source/icon_curve_edit.svg) | 0 | ||||
| -rw-r--r-- | editor/icons/source/icon_curve_in.svg (renamed from tools/editor/icons/source/icon_curve_in.svg) | 0 | ||||
| -rw-r--r-- | editor/icons/source/icon_curve_in_out.svg (renamed from tools/editor/icons/source/icon_curve_in_out.svg) | 0 | ||||
| -rw-r--r-- | editor/icons/source/icon_curve_linear.svg (renamed from tools/editor/icons/source/icon_curve_linear.svg) | 0 | ||||
| -rw-r--r-- | editor/icons/source/icon_curve_out.svg (renamed from tools/editor/icons/source/icon_curve_out.svg) | 0 | ||||
| -rw-r--r-- | editor/icons/source/icon_curve_out_in.svg (renamed from tools/editor/icons/source/icon_curve_out_in.svg) | 0 | ||||
| -rw-r--r-- | editor/icons/source/icon_damped_spring_joint_2d.svg (renamed from tools/editor/icons/source/icon_damped_spring_joint_2d.svg) | 0 | ||||
| -rw-r--r-- | editor/icons/source/icon_debug_continue.svg (renamed from tools/editor/icons/source/icon_debug_continue.svg) | 0 | ||||
| -rw-r--r-- | editor/icons/source/icon_debug_next.svg (renamed from tools/editor/icons/source/icon_debug_next.svg) | 0 | ||||
| -rw-r--r-- | editor/icons/source/icon_debug_step.svg (renamed from tools/editor/icons/source/icon_debug_step.svg) | 0 | ||||
| -rw-r--r-- | editor/icons/source/icon_dependency_changed.svg (renamed from tools/editor/icons/source/icon_dependency_changed.svg) | 0 | ||||
| -rw-r--r-- | editor/icons/source/icon_dependency_changed_hl.svg (renamed from tools/editor/icons/source/icon_dependency_changed_hl.svg) | 0 | ||||
| -rw-r--r-- | editor/icons/source/icon_dependency_local_changed.svg (renamed from tools/editor/icons/source/icon_dependency_local_changed.svg) | 0 | ||||
| -rw-r--r-- | editor/icons/source/icon_dependency_local_changed_hl.svg (renamed from tools/editor/icons/source/icon_dependency_local_changed_hl.svg) | 0 | ||||
| -rw-r--r-- | editor/icons/source/icon_dependency_ok.svg (renamed from tools/editor/icons/source/icon_dependency_ok.svg) | 0 | ||||
| -rw-r--r-- | editor/icons/source/icon_dependency_ok_hl.svg (renamed from tools/editor/icons/source/icon_dependency_ok_hl.svg) | 0 | ||||
| -rw-r--r-- | editor/icons/source/icon_directional_light.svg (renamed from tools/editor/icons/source/icon_directional_light.svg) | 0 | ||||
| -rw-r--r-- | editor/icons/source/icon_distraction_free.svg (renamed from tools/editor/icons/source/icon_distraction_free.svg) | 0 | ||||
| -rw-r--r-- | editor/icons/source/icon_duplicate.svg (renamed from tools/editor/icons/source/icon_duplicate.svg) | 0 | ||||
| -rw-r--r-- | editor/icons/source/icon_dynamic_font.svg (renamed from tools/editor/icons/source/icon_dynamic_font.svg) | 0 | ||||
| -rw-r--r-- | editor/icons/source/icon_dynamic_font_data.svg (renamed from tools/editor/icons/source/icon_dynamic_font_data.svg) | 0 | ||||
| -rw-r--r-- | editor/icons/source/icon_edit.svg (renamed from tools/editor/icons/source/icon_edit.svg) | 0 | ||||
| -rw-r--r-- | editor/icons/source/icon_edit_key.svg (renamed from tools/editor/icons/source/icon_edit_key.svg) | 0 | ||||
| -rw-r--r-- | editor/icons/source/icon_edit_pivot.svg (renamed from tools/editor/icons/source/icon_edit_pivot.svg) | 0 | ||||
| -rw-r--r-- | editor/icons/source/icon_edit_resource.svg (renamed from tools/editor/icons/source/icon_edit_resource.svg) | 0 | ||||
| -rw-r--r-- | editor/icons/source/icon_editor_3d_handle.svg (renamed from tools/editor/icons/source/icon_editor_3d_handle.svg) | 0 | ||||
| -rw-r--r-- | editor/icons/source/icon_editor_handle.svg (renamed from tools/editor/icons/source/icon_editor_handle.svg) | 0 | ||||
| -rw-r--r-- | editor/icons/source/icon_editor_pivot.svg (renamed from tools/editor/icons/source/icon_editor_pivot.svg) | 0 | ||||
| -rw-r--r-- | editor/icons/source/icon_editor_plugin.svg (renamed from tools/editor/icons/source/icon_editor_plugin.svg) | 0 | ||||
| -rw-r--r-- | editor/icons/source/icon_environment.svg (renamed from tools/editor/icons/source/icon_environment.svg) | 0 | ||||
| -rw-r--r-- | editor/icons/source/icon_error.svg (renamed from tools/editor/icons/source/icon_error.svg) | 0 | ||||
| -rw-r--r-- | editor/icons/source/icon_error_sign.svg (renamed from tools/editor/icons/source/icon_error_sign.svg) | 0 | ||||
| -rw-r--r-- | editor/icons/source/icon_event_player.svg (renamed from tools/editor/icons/source/icon_event_player.svg) | 0 | ||||
| -rw-r--r-- | editor/icons/source/icon_favorites.svg (renamed from tools/editor/icons/source/icon_favorites.svg) | 0 | ||||
| -rw-r--r-- | editor/icons/source/icon_file_big.svg (renamed from tools/editor/icons/source/icon_file_big.svg) | 0 | ||||
| -rw-r--r-- | editor/icons/source/icon_file_dialog.svg (renamed from tools/editor/icons/source/icon_file_dialog.svg) | 0 | ||||
| -rw-r--r-- | editor/icons/source/icon_file_list.svg (renamed from tools/editor/icons/source/icon_file_list.svg) | 0 | ||||
| -rw-r--r-- | editor/icons/source/icon_file_server.svg (renamed from tools/editor/icons/source/icon_file_server.svg) | 0 | ||||
| -rw-r--r-- | editor/icons/source/icon_file_server_active.svg (renamed from tools/editor/icons/source/icon_file_server_active.svg) | 0 | ||||
| -rw-r--r-- | editor/icons/source/icon_file_thumbnail.svg (renamed from tools/editor/icons/source/icon_file_thumbnail.svg) | 0 | ||||
| -rw-r--r-- | editor/icons/source/icon_fixed_material.svg (renamed from tools/editor/icons/source/icon_fixed_material.svg) | 0 | ||||
| -rw-r--r-- | editor/icons/source/icon_fixed_spatial_material.svg (renamed from tools/editor/icons/source/icon_fixed_spatial_material.svg) | 0 | ||||
| -rw-r--r-- | editor/icons/source/icon_folder.svg (renamed from tools/editor/icons/source/icon_folder.svg) | 0 | ||||
| -rw-r--r-- | editor/icons/source/icon_folder_big.svg (renamed from tools/editor/icons/source/icon_folder_big.svg) | 0 | ||||
| -rw-r--r-- | editor/icons/source/icon_font.svg (renamed from tools/editor/icons/source/icon_font.svg) | 0 | ||||
| -rw-r--r-- | editor/icons/source/icon_forward.svg (renamed from tools/editor/icons/source/icon_forward.svg) | 0 | ||||
| -rw-r--r-- | editor/icons/source/icon_g_d_script.svg (renamed from tools/editor/icons/source/icon_g_d_script.svg) | 0 | ||||
| -rw-r--r-- | editor/icons/source/icon_g_i_probe.svg (renamed from tools/editor/icons/source/icon_g_i_probe.svg) | 0 | ||||
| -rw-r--r-- | editor/icons/source/icon_g_i_probe_data.svg (renamed from tools/editor/icons/source/icon_g_i_probe_data.svg) | 0 | ||||
| -rw-r--r-- | editor/icons/source/icon_generic_6_d_o_f_joint.svg (renamed from tools/editor/icons/source/icon_generic_6_d_o_f_joint.svg) | 0 | ||||
| -rw-r--r-- | editor/icons/source/icon_gizmo_directional_light.svg (renamed from tools/editor/icons/source/icon_gizmo_directional_light.svg) | 0 | ||||
| -rw-r--r-- | editor/icons/source/icon_gizmo_light.svg (renamed from tools/editor/icons/source/icon_gizmo_light.svg) | 0 | ||||
| -rw-r--r-- | editor/icons/source/icon_gizmo_listener.svg (renamed from tools/editor/icons/source/icon_gizmo_listener.svg) | 0 | ||||
| -rw-r--r-- | editor/icons/source/icon_gizmo_spatial_sample_player.svg (renamed from tools/editor/icons/source/icon_gizmo_spatial_sample_player.svg) | 0 | ||||
| -rw-r--r-- | editor/icons/source/icon_gizmo_spatial_stream_player.svg (renamed from tools/editor/icons/source/icon_gizmo_spatial_stream_player.svg) | 0 | ||||
| -rw-r--r-- | editor/icons/source/icon_godot.svg (renamed from tools/editor/icons/source/icon_godot.svg) | 0 | ||||
| -rw-r--r-- | editor/icons/source/icon_graph_comment.svg (renamed from tools/editor/icons/source/icon_graph_comment.svg) | 0 | ||||
| -rw-r--r-- | editor/icons/source/icon_graph_cube_uniform.svg (renamed from tools/editor/icons/source/icon_graph_cube_uniform.svg) | 0 | ||||
| -rw-r--r-- | editor/icons/source/icon_graph_curve_map.svg (renamed from tools/editor/icons/source/icon_graph_curve_map.svg) | 0 | ||||
| -rw-r--r-- | editor/icons/source/icon_graph_default_texture.svg (renamed from tools/editor/icons/source/icon_graph_default_texture.svg) | 0 | ||||
| -rw-r--r-- | editor/icons/source/icon_graph_edit.svg (renamed from tools/editor/icons/source/icon_graph_edit.svg) | 0 | ||||
| -rw-r--r-- | editor/icons/source/icon_graph_input.svg (renamed from tools/editor/icons/source/icon_graph_input.svg) | 0 | ||||
| -rw-r--r-- | editor/icons/source/icon_graph_node.svg (renamed from tools/editor/icons/source/icon_graph_node.svg) | 0 | ||||
| -rw-r--r-- | editor/icons/source/icon_graph_rgb.svg (renamed from tools/editor/icons/source/icon_graph_rgb.svg) | 0 | ||||
| -rw-r--r-- | editor/icons/source/icon_graph_rgb_op.svg (renamed from tools/editor/icons/source/icon_graph_rgb_op.svg) | 0 | ||||
| -rw-r--r-- | editor/icons/source/icon_graph_rgb_uniform.svg (renamed from tools/editor/icons/source/icon_graph_rgb_uniform.svg) | 0 | ||||
| -rw-r--r-- | editor/icons/source/icon_graph_scalar.svg (renamed from tools/editor/icons/source/icon_graph_scalar.svg) | 0 | ||||
| -rw-r--r-- | editor/icons/source/icon_graph_scalar_interp.svg (renamed from tools/editor/icons/source/icon_graph_scalar_interp.svg) | 0 | ||||
| -rw-r--r-- | editor/icons/source/icon_graph_scalar_op.svg (renamed from tools/editor/icons/source/icon_graph_scalar_op.svg) | 0 | ||||
| -rw-r--r-- | editor/icons/source/icon_graph_scalar_uniform.svg (renamed from tools/editor/icons/source/icon_graph_scalar_uniform.svg) | 0 | ||||
| -rw-r--r-- | editor/icons/source/icon_graph_scalars_to_vec.svg (renamed from tools/editor/icons/source/icon_graph_scalars_to_vec.svg) | 0 | ||||
| -rw-r--r-- | editor/icons/source/icon_graph_texscreen.svg (renamed from tools/editor/icons/source/icon_graph_texscreen.svg) | 0 | ||||
| -rw-r--r-- | editor/icons/source/icon_graph_texture_uniform.svg (renamed from tools/editor/icons/source/icon_graph_texture_uniform.svg) | 0 | ||||
| -rw-r--r-- | editor/icons/source/icon_graph_time.svg (renamed from tools/editor/icons/source/icon_graph_time.svg) | 0 | ||||
| -rw-r--r-- | editor/icons/source/icon_graph_vec_dp.svg (renamed from tools/editor/icons/source/icon_graph_vec_dp.svg) | 0 | ||||
| -rw-r--r-- | editor/icons/source/icon_graph_vec_interp.svg (renamed from tools/editor/icons/source/icon_graph_vec_interp.svg) | 0 | ||||
| -rw-r--r-- | editor/icons/source/icon_graph_vec_length.svg (renamed from tools/editor/icons/source/icon_graph_vec_length.svg) | 0 | ||||
| -rw-r--r-- | editor/icons/source/icon_graph_vec_op.svg (renamed from tools/editor/icons/source/icon_graph_vec_op.svg) | 0 | ||||
| -rw-r--r-- | editor/icons/source/icon_graph_vec_scalar_op.svg (renamed from tools/editor/icons/source/icon_graph_vec_scalar_op.svg) | 0 | ||||
| -rw-r--r-- | editor/icons/source/icon_graph_vec_to_scalars.svg (renamed from tools/editor/icons/source/icon_graph_vec_to_scalars.svg) | 0 | ||||
| -rw-r--r-- | editor/icons/source/icon_graph_vecs_to_xform.svg (renamed from tools/editor/icons/source/icon_graph_vecs_to_xform.svg) | 0 | ||||
| -rw-r--r-- | editor/icons/source/icon_graph_vector.svg (renamed from tools/editor/icons/source/icon_graph_vector.svg) | 0 | ||||
| -rw-r--r-- | editor/icons/source/icon_graph_vector_uniform.svg (renamed from tools/editor/icons/source/icon_graph_vector_uniform.svg) | 0 | ||||
| -rw-r--r-- | editor/icons/source/icon_graph_xform.svg (renamed from tools/editor/icons/source/icon_graph_xform.svg) | 0 | ||||
| -rw-r--r-- | editor/icons/source/icon_graph_xform_mult.svg (renamed from tools/editor/icons/source/icon_graph_xform_mult.svg) | 0 | ||||
| -rw-r--r-- | editor/icons/source/icon_graph_xform_scalar_func.svg (renamed from tools/editor/icons/source/icon_graph_xform_scalar_func.svg) | 0 | ||||
| -rw-r--r-- | editor/icons/source/icon_graph_xform_to_vecs.svg (renamed from tools/editor/icons/source/icon_graph_xform_to_vecs.svg) | 0 | ||||
| -rw-r--r-- | editor/icons/source/icon_graph_xform_uniform.svg (renamed from tools/editor/icons/source/icon_graph_xform_uniform.svg) | 0 | ||||
| -rw-r--r-- | editor/icons/source/icon_graph_xform_vec_func.svg (renamed from tools/editor/icons/source/icon_graph_xform_vec_func.svg) | 0 | ||||
| -rw-r--r-- | editor/icons/source/icon_graph_xform_vec_imult.svg (renamed from tools/editor/icons/source/icon_graph_xform_vec_imult.svg) | 0 | ||||
| -rw-r--r-- | editor/icons/source/icon_graph_xform_vec_mult.svg (renamed from tools/editor/icons/source/icon_graph_xform_vec_mult.svg) | 0 | ||||
| -rw-r--r-- | editor/icons/source/icon_grid.svg (renamed from tools/editor/icons/source/icon_grid.svg) | 0 | ||||
| -rw-r--r-- | editor/icons/source/icon_grid_container.svg (renamed from tools/editor/icons/source/icon_grid_container.svg) | 0 | ||||
| -rw-r--r-- | editor/icons/source/icon_grid_map.svg (renamed from tools/editor/icons/source/icon_grid_map.svg) | 0 | ||||
| -rw-r--r-- | editor/icons/source/icon_groove_joint_2d.svg (renamed from tools/editor/icons/source/icon_groove_joint_2d.svg) | 0 | ||||
| -rw-r--r-- | editor/icons/source/icon_group.svg (renamed from tools/editor/icons/source/icon_group.svg) | 0 | ||||
| -rw-r--r-- | editor/icons/source/icon_groups.svg (renamed from tools/editor/icons/source/icon_groups.svg) | 0 | ||||
| -rw-r--r-- | editor/icons/source/icon_h_box_container.svg (renamed from tools/editor/icons/source/icon_h_box_container.svg) | 0 | ||||
| -rw-r--r-- | editor/icons/source/icon_h_button_array.svg (renamed from tools/editor/icons/source/icon_h_button_array.svg) | 0 | ||||
| -rw-r--r-- | editor/icons/source/icon_h_scroll_bar.svg (renamed from tools/editor/icons/source/icon_h_scroll_bar.svg) | 0 | ||||
| -rw-r--r-- | editor/icons/source/icon_h_separator.svg (renamed from tools/editor/icons/source/icon_h_separator.svg) | 0 | ||||
| -rw-r--r-- | editor/icons/source/icon_h_slider.svg (renamed from tools/editor/icons/source/icon_h_slider.svg) | 0 | ||||
| -rw-r--r-- | editor/icons/source/icon_h_split_container.svg (renamed from tools/editor/icons/source/icon_h_split_container.svg) | 0 | ||||
| -rw-r--r-- | editor/icons/source/icon_h_t_t_p_request.svg (renamed from tools/editor/icons/source/icon_h_t_t_p_request.svg) | 0 | ||||
| -rw-r--r-- | editor/icons/source/icon_headphones.svg (renamed from tools/editor/icons/source/icon_headphones.svg) | 0 | ||||
| -rw-r--r-- | editor/icons/source/icon_help.svg (renamed from tools/editor/icons/source/icon_help.svg) | 0 | ||||
| -rw-r--r-- | editor/icons/source/icon_hidden.svg (renamed from tools/editor/icons/source/icon_hidden.svg) | 0 | ||||
| -rw-r--r-- | editor/icons/source/icon_hinge_joint.svg (renamed from tools/editor/icons/source/icon_hinge_joint.svg) | 0 | ||||
| -rw-r--r-- | editor/icons/source/icon_history.svg (renamed from tools/editor/icons/source/icon_history.svg) | 0 | ||||
| -rw-r--r-- | editor/icons/source/icon_hsize.svg (renamed from tools/editor/icons/source/icon_hsize.svg) | 0 | ||||
| -rw-r--r-- | editor/icons/source/icon_image.svg (renamed from tools/editor/icons/source/icon_image.svg) | 0 | ||||
| -rw-r--r-- | editor/icons/source/icon_image_sky_box.svg (renamed from tools/editor/icons/source/icon_image_sky_box.svg) | 0 | ||||
| -rw-r--r-- | editor/icons/source/icon_image_texture.svg (renamed from tools/editor/icons/source/icon_image_texture.svg) | 0 | ||||
| -rw-r--r-- | editor/icons/source/icon_immediate_geometry.svg (renamed from tools/editor/icons/source/icon_immediate_geometry.svg) | 0 | ||||
| -rw-r--r-- | editor/icons/source/icon_import_check.svg (renamed from tools/editor/icons/source/icon_import_check.svg) | 0 | ||||
| -rw-r--r-- | editor/icons/source/icon_import_fail.svg (renamed from tools/editor/icons/source/icon_import_fail.svg) | 0 | ||||
| -rw-r--r-- | editor/icons/source/icon_instance.svg (renamed from tools/editor/icons/source/icon_instance.svg) | 0 | ||||
| -rw-r--r-- | editor/icons/source/icon_instance_options.svg (renamed from tools/editor/icons/source/icon_instance_options.svg) | 0 | ||||
| -rw-r--r-- | editor/icons/source/icon_integer.svg (renamed from tools/editor/icons/source/icon_integer.svg) | 0 | ||||
| -rw-r--r-- | editor/icons/source/icon_interp_cubic.svg (renamed from tools/editor/icons/source/icon_interp_cubic.svg) | 0 | ||||
| -rw-r--r-- | editor/icons/source/icon_interp_linear.svg (renamed from tools/editor/icons/source/icon_interp_linear.svg) | 0 | ||||
| -rw-r--r-- | editor/icons/source/icon_interp_raw.svg (renamed from tools/editor/icons/source/icon_interp_raw.svg) | 0 | ||||
| -rw-r--r-- | editor/icons/source/icon_interp_wrap_clamp.svg (renamed from tools/editor/icons/source/icon_interp_wrap_clamp.svg) | 0 | ||||
| -rw-r--r-- | editor/icons/source/icon_interp_wrap_loop.svg (renamed from tools/editor/icons/source/icon_interp_wrap_loop.svg) | 0 | ||||
| -rw-r--r-- | editor/icons/source/icon_interpolated_camera.svg (renamed from tools/editor/icons/source/icon_interpolated_camera.svg) | 0 | ||||
| -rw-r--r-- | editor/icons/source/icon_invalid_key.svg (renamed from tools/editor/icons/source/icon_invalid_key.svg) | 0 | ||||
| -rw-r--r-- | editor/icons/source/icon_inverse_kinematics.svg (renamed from tools/editor/icons/source/icon_inverse_kinematics.svg) | 0 | ||||
| -rw-r--r-- | editor/icons/source/icon_item_list.svg (renamed from tools/editor/icons/source/icon_item_list.svg) | 0 | ||||
| -rw-r--r-- | editor/icons/source/icon_joy_axis.svg (renamed from tools/editor/icons/source/icon_joy_axis.svg) | 0 | ||||
| -rw-r--r-- | editor/icons/source/icon_joy_button.svg (renamed from tools/editor/icons/source/icon_joy_button.svg) | 0 | ||||
| -rw-r--r-- | editor/icons/source/icon_joypad.svg (renamed from tools/editor/icons/source/icon_joypad.svg) | 0 | ||||
| -rw-r--r-- | editor/icons/source/icon_key.svg (renamed from tools/editor/icons/source/icon_key.svg) | 0 | ||||
| -rw-r--r-- | editor/icons/source/icon_key_hover.svg (renamed from tools/editor/icons/source/icon_key_hover.svg) | 0 | ||||
| -rw-r--r-- | editor/icons/source/icon_key_invalid.svg (renamed from tools/editor/icons/source/icon_key_invalid.svg) | 0 | ||||
| -rw-r--r-- | editor/icons/source/icon_key_next.svg (renamed from tools/editor/icons/source/icon_key_next.svg) | 0 | ||||
| -rw-r--r-- | editor/icons/source/icon_key_selected.svg (renamed from tools/editor/icons/source/icon_key_selected.svg) | 0 | ||||
| -rw-r--r-- | editor/icons/source/icon_key_value.svg (renamed from tools/editor/icons/source/icon_key_value.svg) | 0 | ||||
| -rw-r--r-- | editor/icons/source/icon_key_xform.svg (renamed from tools/editor/icons/source/icon_key_xform.svg) | 0 | ||||
| -rw-r--r-- | editor/icons/source/icon_keyboard.svg (renamed from tools/editor/icons/source/icon_keyboard.svg) | 0 | ||||
| -rw-r--r-- | editor/icons/source/icon_kinematic_body.svg (renamed from tools/editor/icons/source/icon_kinematic_body.svg) | 0 | ||||
| -rw-r--r-- | editor/icons/source/icon_kinematic_body_2d.svg (renamed from tools/editor/icons/source/icon_kinematic_body_2d.svg) | 0 | ||||
| -rw-r--r-- | editor/icons/source/icon_label.svg (renamed from tools/editor/icons/source/icon_label.svg) | 0 | ||||
| -rw-r--r-- | editor/icons/source/icon_large_texture.svg (renamed from tools/editor/icons/source/icon_large_texture.svg) | 0 | ||||
| -rw-r--r-- | editor/icons/source/icon_light_2d.svg (renamed from tools/editor/icons/source/icon_light_2d.svg) | 0 | ||||
| -rw-r--r-- | editor/icons/source/icon_light_occluder_2d.svg (renamed from tools/editor/icons/source/icon_light_occluder_2d.svg) | 0 | ||||
| -rw-r--r-- | editor/icons/source/icon_line_2d.svg (renamed from tools/editor/icons/source/icon_line_2d.svg) | 0 | ||||
| -rw-r--r-- | editor/icons/source/icon_line_edit.svg (renamed from tools/editor/icons/source/icon_line_edit.svg) | 0 | ||||
| -rw-r--r-- | editor/icons/source/icon_line_shape_2d.svg (renamed from tools/editor/icons/source/icon_line_shape_2d.svg) | 0 | ||||
| -rw-r--r-- | editor/icons/source/icon_link_button.svg (renamed from tools/editor/icons/source/icon_link_button.svg) | 0 | ||||
| -rw-r--r-- | editor/icons/source/icon_list_select.svg (renamed from tools/editor/icons/source/icon_list_select.svg) | 0 | ||||
| -rw-r--r-- | editor/icons/source/icon_listener.svg (renamed from tools/editor/icons/source/icon_listener.svg) | 0 | ||||
| -rw-r--r-- | editor/icons/source/icon_load.svg (renamed from tools/editor/icons/source/icon_load.svg) | 0 | ||||
| -rw-r--r-- | editor/icons/source/icon_lock.svg (renamed from tools/editor/icons/source/icon_lock.svg) | 0 | ||||
| -rw-r--r-- | editor/icons/source/icon_loop.svg (renamed from tools/editor/icons/source/icon_loop.svg) | 0 | ||||
| -rw-r--r-- | editor/icons/source/icon_loop_interpolation.svg (renamed from tools/editor/icons/source/icon_loop_interpolation.svg) | 0 | ||||
| -rw-r--r-- | editor/icons/source/icon_main_play.svg (renamed from tools/editor/icons/source/icon_main_play.svg) | 0 | ||||
| -rw-r--r-- | editor/icons/source/icon_main_stop.svg (renamed from tools/editor/icons/source/icon_main_stop.svg) | 0 | ||||
| -rw-r--r-- | editor/icons/source/icon_margin_container.svg (renamed from tools/editor/icons/source/icon_margin_container.svg) | 0 | ||||
| -rw-r--r-- | editor/icons/source/icon_material_preview_cube.svg (renamed from tools/editor/icons/source/icon_material_preview_cube.svg) | 0 | ||||
| -rw-r--r-- | editor/icons/source/icon_material_preview_cube_off.svg (renamed from tools/editor/icons/source/icon_material_preview_cube_off.svg) | 0 | ||||
| -rw-r--r-- | editor/icons/source/icon_material_preview_light_1.svg (renamed from tools/editor/icons/source/icon_material_preview_light_1.svg) | 0 | ||||
| -rw-r--r-- | editor/icons/source/icon_material_preview_light_1_off.svg (renamed from tools/editor/icons/source/icon_material_preview_light_1_off.svg) | 0 | ||||
| -rw-r--r-- | editor/icons/source/icon_material_preview_light_2.svg (renamed from tools/editor/icons/source/icon_material_preview_light_2.svg) | 0 | ||||
| -rw-r--r-- | editor/icons/source/icon_material_preview_light_2_off.svg (renamed from tools/editor/icons/source/icon_material_preview_light_2_off.svg) | 0 | ||||
| -rw-r--r-- | editor/icons/source/icon_material_preview_sphere.svg (renamed from tools/editor/icons/source/icon_material_preview_sphere.svg) | 0 | ||||
| -rw-r--r-- | editor/icons/source/icon_material_preview_sphere_off.svg (renamed from tools/editor/icons/source/icon_material_preview_sphere_off.svg) | 0 | ||||
| -rw-r--r-- | editor/icons/source/icon_matrix.svg (renamed from tools/editor/icons/source/icon_matrix.svg) | 0 | ||||
| -rw-r--r-- | editor/icons/source/icon_menu_button.svg (renamed from tools/editor/icons/source/icon_menu_button.svg) | 0 | ||||
| -rw-r--r-- | editor/icons/source/icon_mesh.svg (renamed from tools/editor/icons/source/icon_mesh.svg) | 0 | ||||
| -rw-r--r-- | editor/icons/source/icon_mesh_instance.svg (renamed from tools/editor/icons/source/icon_mesh_instance.svg) | 0 | ||||
| -rw-r--r-- | editor/icons/source/icon_mesh_library.svg (renamed from tools/editor/icons/source/icon_mesh_library.svg) | 0 | ||||
| -rw-r--r-- | editor/icons/source/icon_mini_aabb.svg (renamed from tools/editor/icons/source/icon_mini_aabb.svg) | 0 | ||||
| -rw-r--r-- | editor/icons/source/icon_mini_array.svg (renamed from tools/editor/icons/source/icon_mini_array.svg) | 0 | ||||
| -rw-r--r-- | editor/icons/source/icon_mini_boolean.svg (renamed from tools/editor/icons/source/icon_mini_boolean.svg) | 0 | ||||
| -rw-r--r-- | editor/icons/source/icon_mini_color.svg (renamed from tools/editor/icons/source/icon_mini_color.svg) | 0 | ||||
| -rw-r--r-- | editor/icons/source/icon_mini_color_array.svg (renamed from tools/editor/icons/source/icon_mini_color_array.svg) | 0 | ||||
| -rw-r--r-- | editor/icons/source/icon_mini_dictionary.svg (renamed from tools/editor/icons/source/icon_mini_dictionary.svg) | 0 | ||||
| -rw-r--r-- | editor/icons/source/icon_mini_float.svg (renamed from tools/editor/icons/source/icon_mini_float.svg) | 0 | ||||
| -rw-r--r-- | editor/icons/source/icon_mini_float_array.svg (renamed from tools/editor/icons/source/icon_mini_float_array.svg) | 0 | ||||
| -rw-r--r-- | editor/icons/source/icon_mini_image.svg (renamed from tools/editor/icons/source/icon_mini_image.svg) | 0 | ||||
| -rw-r--r-- | editor/icons/source/icon_mini_input.svg (renamed from tools/editor/icons/source/icon_mini_input.svg) | 0 | ||||
| -rw-r--r-- | editor/icons/source/icon_mini_int_array.svg (renamed from tools/editor/icons/source/icon_mini_int_array.svg) | 0 | ||||
| -rw-r--r-- | editor/icons/source/icon_mini_integer.svg (renamed from tools/editor/icons/source/icon_mini_integer.svg) | 0 | ||||
| -rw-r--r-- | editor/icons/source/icon_mini_matrix3.svg (renamed from tools/editor/icons/source/icon_mini_matrix3.svg) | 0 | ||||
| -rw-r--r-- | editor/icons/source/icon_mini_matrix32.svg (renamed from tools/editor/icons/source/icon_mini_matrix32.svg) | 0 | ||||
| -rw-r--r-- | editor/icons/source/icon_mini_object.svg (renamed from tools/editor/icons/source/icon_mini_object.svg) | 0 | ||||
| -rw-r--r-- | editor/icons/source/icon_mini_path.svg (renamed from tools/editor/icons/source/icon_mini_path.svg) | 0 | ||||
| -rw-r--r-- | editor/icons/source/icon_mini_plane.svg (renamed from tools/editor/icons/source/icon_mini_plane.svg) | 0 | ||||
| -rw-r--r-- | editor/icons/source/icon_mini_quat.svg (renamed from tools/editor/icons/source/icon_mini_quat.svg) | 0 | ||||
| -rw-r--r-- | editor/icons/source/icon_mini_raw_array.svg (renamed from tools/editor/icons/source/icon_mini_raw_array.svg) | 0 | ||||
| -rw-r--r-- | editor/icons/source/icon_mini_rect2.svg (renamed from tools/editor/icons/source/icon_mini_rect2.svg) | 0 | ||||
| -rw-r--r-- | editor/icons/source/icon_mini_rid.svg (renamed from tools/editor/icons/source/icon_mini_rid.svg) | 0 | ||||
| -rw-r--r-- | editor/icons/source/icon_mini_string.svg (renamed from tools/editor/icons/source/icon_mini_string.svg) | 0 | ||||
| -rw-r--r-- | editor/icons/source/icon_mini_string_array.svg (renamed from tools/editor/icons/source/icon_mini_string_array.svg) | 0 | ||||
| -rw-r--r-- | editor/icons/source/icon_mini_transform.svg (renamed from tools/editor/icons/source/icon_mini_transform.svg) | 0 | ||||
| -rw-r--r-- | editor/icons/source/icon_mini_variant.svg (renamed from tools/editor/icons/source/icon_mini_variant.svg) | 0 | ||||
| -rw-r--r-- | editor/icons/source/icon_mini_vector2.svg (renamed from tools/editor/icons/source/icon_mini_vector2.svg) | 0 | ||||
| -rw-r--r-- | editor/icons/source/icon_mini_vector2_array.svg (renamed from tools/editor/icons/source/icon_mini_vector2_array.svg) | 0 | ||||
| -rw-r--r-- | editor/icons/source/icon_mini_vector3.svg (renamed from tools/editor/icons/source/icon_mini_vector3.svg) | 0 | ||||
| -rw-r--r-- | editor/icons/source/icon_mini_vector3_array.svg (renamed from tools/editor/icons/source/icon_mini_vector3_array.svg) | 0 | ||||
| -rw-r--r-- | editor/icons/source/icon_mirror_x.svg (renamed from tools/editor/icons/source/icon_mirror_x.svg) | 0 | ||||
| -rw-r--r-- | editor/icons/source/icon_mirror_y.svg (renamed from tools/editor/icons/source/icon_mirror_y.svg) | 0 | ||||
| -rw-r--r-- | editor/icons/source/icon_mouse.svg (renamed from tools/editor/icons/source/icon_mouse.svg) | 0 | ||||
| -rw-r--r-- | editor/icons/source/icon_move_down.svg (renamed from tools/editor/icons/source/icon_move_down.svg) | 0 | ||||
| -rw-r--r-- | editor/icons/source/icon_move_point.svg (renamed from tools/editor/icons/source/icon_move_point.svg) | 0 | ||||
| -rw-r--r-- | editor/icons/source/icon_move_up.svg (renamed from tools/editor/icons/source/icon_move_up.svg) | 0 | ||||
| -rw-r--r-- | editor/icons/source/icon_multi_edit.svg (renamed from tools/editor/icons/source/icon_multi_edit.svg) | 0 | ||||
| -rw-r--r-- | editor/icons/source/icon_multi_line.svg (renamed from tools/editor/icons/source/icon_multi_line.svg) | 0 | ||||
| -rw-r--r-- | editor/icons/source/icon_multi_mesh.svg (renamed from tools/editor/icons/source/icon_multi_mesh.svg) | 0 | ||||
| -rw-r--r-- | editor/icons/source/icon_multi_mesh_instance.svg (renamed from tools/editor/icons/source/icon_multi_mesh_instance.svg) | 0 | ||||
| -rw-r--r-- | editor/icons/source/icon_navigation.svg (renamed from tools/editor/icons/source/icon_navigation.svg) | 0 | ||||
| -rw-r--r-- | editor/icons/source/icon_navigation_2d.svg (renamed from tools/editor/icons/source/icon_navigation_2d.svg) | 0 | ||||
| -rw-r--r-- | editor/icons/source/icon_navigation_mesh.svg (renamed from tools/editor/icons/source/icon_navigation_mesh.svg) | 0 | ||||
| -rw-r--r-- | editor/icons/source/icon_navigation_mesh_instance.svg (renamed from tools/editor/icons/source/icon_navigation_mesh_instance.svg) | 0 | ||||
| -rw-r--r-- | editor/icons/source/icon_navigation_polygon.svg (renamed from tools/editor/icons/source/icon_navigation_polygon.svg) | 0 | ||||
| -rw-r--r-- | editor/icons/source/icon_navigation_polygon_instance.svg (renamed from tools/editor/icons/source/icon_navigation_polygon_instance.svg) | 0 | ||||
| -rw-r--r-- | editor/icons/source/icon_new.svg (renamed from tools/editor/icons/source/icon_new.svg) | 0 | ||||
| -rw-r--r-- | editor/icons/source/icon_nine_patch_rect.svg (renamed from tools/editor/icons/source/icon_nine_patch_rect.svg) | 0 | ||||
| -rw-r--r-- | editor/icons/source/icon_node.svg (renamed from tools/editor/icons/source/icon_node.svg) | 0 | ||||
| -rw-r--r-- | editor/icons/source/icon_node_2d.svg (renamed from tools/editor/icons/source/icon_node_2d.svg) | 0 | ||||
| -rw-r--r-- | editor/icons/source/icon_node_warning.svg (renamed from tools/editor/icons/source/icon_node_warning.svg) | 0 | ||||
| -rw-r--r-- | editor/icons/source/icon_non_favorite.svg (renamed from tools/editor/icons/source/icon_non_favorite.svg) | 0 | ||||
| -rw-r--r-- | editor/icons/source/icon_object.svg (renamed from tools/editor/icons/source/icon_object.svg) | 0 | ||||
| -rw-r--r-- | editor/icons/source/icon_occluder_polygon_2d.svg (renamed from tools/editor/icons/source/icon_occluder_polygon_2d.svg) | 0 | ||||
| -rw-r--r-- | editor/icons/source/icon_omni_light.svg (renamed from tools/editor/icons/source/icon_omni_light.svg) | 0 | ||||
| -rw-r--r-- | editor/icons/source/icon_option_button.svg (renamed from tools/editor/icons/source/icon_option_button.svg) | 0 | ||||
| -rw-r--r-- | editor/icons/source/icon_override.svg (renamed from tools/editor/icons/source/icon_override.svg) | 0 | ||||
| -rw-r--r-- | editor/icons/source/icon_packed_data_container.svg (renamed from tools/editor/icons/source/icon_packed_data_container.svg) | 0 | ||||
| -rw-r--r-- | editor/icons/source/icon_packed_scene.svg (renamed from tools/editor/icons/source/icon_packed_scene.svg) | 0 | ||||
| -rw-r--r-- | editor/icons/source/icon_panel.svg (renamed from tools/editor/icons/source/icon_panel.svg) | 0 | ||||
| -rw-r--r-- | editor/icons/source/icon_panel_container.svg (renamed from tools/editor/icons/source/icon_panel_container.svg) | 0 | ||||
| -rw-r--r-- | editor/icons/source/icon_panels_1.svg (renamed from tools/editor/icons/source/icon_panels_1.svg) | 0 | ||||
| -rw-r--r-- | editor/icons/source/icon_panels_2.svg (renamed from tools/editor/icons/source/icon_panels_2.svg) | 0 | ||||
| -rw-r--r-- | editor/icons/source/icon_panels_2_alt.svg (renamed from tools/editor/icons/source/icon_panels_2_alt.svg) | 0 | ||||
| -rw-r--r-- | editor/icons/source/icon_panels_3.svg (renamed from tools/editor/icons/source/icon_panels_3.svg) | 0 | ||||
| -rw-r--r-- | editor/icons/source/icon_panels_3_alt.svg (renamed from tools/editor/icons/source/icon_panels_3_alt.svg) | 0 | ||||
| -rw-r--r-- | editor/icons/source/icon_panels_4.svg (renamed from tools/editor/icons/source/icon_panels_4.svg) | 0 | ||||
| -rw-r--r-- | editor/icons/source/icon_parallax_background.svg (renamed from tools/editor/icons/source/icon_parallax_background.svg) | 0 | ||||
| -rw-r--r-- | editor/icons/source/icon_parallax_layer.svg (renamed from tools/editor/icons/source/icon_parallax_layer.svg) | 0 | ||||
| -rw-r--r-- | editor/icons/source/icon_particle_attractor_2d.svg (renamed from tools/editor/icons/source/icon_particle_attractor_2d.svg) | 0 | ||||
| -rw-r--r-- | editor/icons/source/icon_particles.svg (renamed from tools/editor/icons/source/icon_particles.svg) | 0 | ||||
| -rw-r--r-- | editor/icons/source/icon_particles_2d.svg (renamed from tools/editor/icons/source/icon_particles_2d.svg) | 0 | ||||
| -rw-r--r-- | editor/icons/source/icon_particles_shader.svg (renamed from tools/editor/icons/source/icon_particles_shader.svg) | 0 | ||||
| -rw-r--r-- | editor/icons/source/icon_patch_9_rect.svg (renamed from tools/editor/icons/source/icon_patch_9_rect.svg) | 0 | ||||
| -rw-r--r-- | editor/icons/source/icon_path.svg (renamed from tools/editor/icons/source/icon_path.svg) | 0 | ||||
| -rw-r--r-- | editor/icons/source/icon_path_2d.svg (renamed from tools/editor/icons/source/icon_path_2d.svg) | 0 | ||||
| -rw-r--r-- | editor/icons/source/icon_path_follow.svg (renamed from tools/editor/icons/source/icon_path_follow.svg) | 0 | ||||
| -rw-r--r-- | editor/icons/source/icon_path_follow_2d.svg (renamed from tools/editor/icons/source/icon_path_follow_2d.svg) | 0 | ||||
| -rw-r--r-- | editor/icons/source/icon_pause.svg (renamed from tools/editor/icons/source/icon_pause.svg) | 0 | ||||
| -rw-r--r-- | editor/icons/source/icon_pin.svg (renamed from tools/editor/icons/source/icon_pin.svg) | 0 | ||||
| -rw-r--r-- | editor/icons/source/icon_pin_joint.svg (renamed from tools/editor/icons/source/icon_pin_joint.svg) | 0 | ||||
| -rw-r--r-- | editor/icons/source/icon_pin_joint_2d.svg (renamed from tools/editor/icons/source/icon_pin_joint_2d.svg) | 0 | ||||
| -rw-r--r-- | editor/icons/source/icon_pin_pressed.svg (renamed from tools/editor/icons/source/icon_pin_pressed.svg) | 0 | ||||
| -rw-r--r-- | editor/icons/source/icon_plane.svg (renamed from tools/editor/icons/source/icon_plane.svg) | 0 | ||||
| -rw-r--r-- | editor/icons/source/icon_plane_shape.svg (renamed from tools/editor/icons/source/icon_plane_shape.svg) | 0 | ||||
| -rw-r--r-- | editor/icons/source/icon_play.svg (renamed from tools/editor/icons/source/icon_play.svg) | 0 | ||||
| -rw-r--r-- | editor/icons/source/icon_play_backwards.svg (renamed from tools/editor/icons/source/icon_play_backwards.svg) | 0 | ||||
| -rw-r--r-- | editor/icons/source/icon_play_custom.svg (renamed from tools/editor/icons/source/icon_play_custom.svg) | 0 | ||||
| -rw-r--r-- | editor/icons/source/icon_play_scene.svg (renamed from tools/editor/icons/source/icon_play_scene.svg) | 0 | ||||
| -rw-r--r-- | editor/icons/source/icon_play_start.svg (renamed from tools/editor/icons/source/icon_play_start.svg) | 0 | ||||
| -rw-r--r-- | editor/icons/source/icon_play_start_backwards.svg (renamed from tools/editor/icons/source/icon_play_start_backwards.svg) | 0 | ||||
| -rw-r--r-- | editor/icons/source/icon_polygon_path_finder.svg (renamed from tools/editor/icons/source/icon_polygon_path_finder.svg) | 0 | ||||
| -rw-r--r-- | editor/icons/source/icon_popup.svg (renamed from tools/editor/icons/source/icon_popup.svg) | 0 | ||||
| -rw-r--r-- | editor/icons/source/icon_popup_dialog.svg (renamed from tools/editor/icons/source/icon_popup_dialog.svg) | 0 | ||||
| -rw-r--r-- | editor/icons/source/icon_popup_menu.svg (renamed from tools/editor/icons/source/icon_popup_menu.svg) | 0 | ||||
| -rw-r--r-- | editor/icons/source/icon_popup_panel.svg (renamed from tools/editor/icons/source/icon_popup_panel.svg) | 0 | ||||
| -rw-r--r-- | editor/icons/source/icon_portal.svg (renamed from tools/editor/icons/source/icon_portal.svg) | 0 | ||||
| -rw-r--r-- | editor/icons/source/icon_position_2d.svg (renamed from tools/editor/icons/source/icon_position_2d.svg) | 0 | ||||
| -rw-r--r-- | editor/icons/source/icon_position_3d.svg (renamed from tools/editor/icons/source/icon_position_3d.svg) | 0 | ||||
| -rw-r--r-- | editor/icons/source/icon_progress_1.svg (renamed from tools/editor/icons/source/icon_progress_1.svg) | 0 | ||||
| -rw-r--r-- | editor/icons/source/icon_progress_2.svg (renamed from tools/editor/icons/source/icon_progress_2.svg) | 0 | ||||
| -rw-r--r-- | editor/icons/source/icon_progress_3.svg (renamed from tools/editor/icons/source/icon_progress_3.svg) | 0 | ||||
| -rw-r--r-- | editor/icons/source/icon_progress_4.svg (renamed from tools/editor/icons/source/icon_progress_4.svg) | 0 | ||||
| -rw-r--r-- | editor/icons/source/icon_progress_5.svg (renamed from tools/editor/icons/source/icon_progress_5.svg) | 0 | ||||
| -rw-r--r-- | editor/icons/source/icon_progress_6.svg (renamed from tools/editor/icons/source/icon_progress_6.svg) | 0 | ||||
| -rw-r--r-- | editor/icons/source/icon_progress_7.svg (renamed from tools/editor/icons/source/icon_progress_7.svg) | 0 | ||||
| -rw-r--r-- | editor/icons/source/icon_progress_8.svg (renamed from tools/editor/icons/source/icon_progress_8.svg) | 0 | ||||
| -rw-r--r-- | editor/icons/source/icon_progress_bar.svg (renamed from tools/editor/icons/source/icon_progress_bar.svg) | 0 | ||||
| -rw-r--r-- | editor/icons/source/icon_proximity_group.svg (renamed from tools/editor/icons/source/icon_proximity_group.svg) | 0 | ||||
| -rw-r--r-- | editor/icons/source/icon_quad.svg (renamed from tools/editor/icons/source/icon_quad.svg) | 0 | ||||
| -rw-r--r-- | editor/icons/source/icon_quat.svg (renamed from tools/editor/icons/source/icon_quat.svg) | 0 | ||||
| -rw-r--r-- | editor/icons/source/icon_range.svg (renamed from tools/editor/icons/source/icon_range.svg) | 0 | ||||
| -rw-r--r-- | editor/icons/source/icon_rating_no_star.svg (renamed from tools/editor/icons/source/icon_rating_no_star.svg) | 0 | ||||
| -rw-r--r-- | editor/icons/source/icon_rating_star.svg (renamed from tools/editor/icons/source/icon_rating_star.svg) | 0 | ||||
| -rw-r--r-- | editor/icons/source/icon_ray_cast.svg (renamed from tools/editor/icons/source/icon_ray_cast.svg) | 0 | ||||
| -rw-r--r-- | editor/icons/source/icon_ray_cast_2d.svg (renamed from tools/editor/icons/source/icon_ray_cast_2d.svg) | 0 | ||||
| -rw-r--r-- | editor/icons/source/icon_ray_shape.svg (renamed from tools/editor/icons/source/icon_ray_shape.svg) | 0 | ||||
| -rw-r--r-- | editor/icons/source/icon_ray_shape_2d.svg (renamed from tools/editor/icons/source/icon_ray_shape_2d.svg) | 0 | ||||
| -rw-r--r-- | editor/icons/source/icon_rayito.svg (renamed from tools/editor/icons/source/icon_rayito.svg) | 0 | ||||
| -rw-r--r-- | editor/icons/source/icon_real.svg (renamed from tools/editor/icons/source/icon_real.svg) | 0 | ||||
| -rw-r--r-- | editor/icons/source/icon_rectangle_shape_2d.svg (renamed from tools/editor/icons/source/icon_rectangle_shape_2d.svg) | 0 | ||||
| -rw-r--r-- | editor/icons/source/icon_reference_rect.svg (renamed from tools/editor/icons/source/icon_reference_rect.svg) | 0 | ||||
| -rw-r--r-- | editor/icons/source/icon_reflection_probe.svg (renamed from tools/editor/icons/source/icon_reflection_probe.svg) | 0 | ||||
| -rw-r--r-- | editor/icons/source/icon_region_edit.svg (renamed from tools/editor/icons/source/icon_region_edit.svg) | 0 | ||||
| -rw-r--r-- | editor/icons/source/icon_reload_small.svg (renamed from tools/editor/icons/source/icon_reload_small.svg) | 0 | ||||
| -rw-r--r-- | editor/icons/source/icon_remote.svg (renamed from tools/editor/icons/source/icon_remote.svg) | 0 | ||||
| -rw-r--r-- | editor/icons/source/icon_remote_transform.svg (renamed from tools/editor/icons/source/icon_remote_transform.svg) | 0 | ||||
| -rw-r--r-- | editor/icons/source/icon_remote_transform_2d.svg (renamed from tools/editor/icons/source/icon_remote_transform_2d.svg) | 0 | ||||
| -rw-r--r-- | editor/icons/source/icon_remove.svg (renamed from tools/editor/icons/source/icon_remove.svg) | 0 | ||||
| -rw-r--r-- | editor/icons/source/icon_rename.svg (renamed from tools/editor/icons/source/icon_rename.svg) | 0 | ||||
| -rw-r--r-- | editor/icons/source/icon_reparent.svg (renamed from tools/editor/icons/source/icon_reparent.svg) | 0 | ||||
| -rw-r--r-- | editor/icons/source/icon_resource_preloader.svg (renamed from tools/editor/icons/source/icon_resource_preloader.svg) | 0 | ||||
| -rw-r--r-- | editor/icons/source/icon_rich_text_label.svg (renamed from tools/editor/icons/source/icon_rich_text_label.svg) | 0 | ||||
| -rw-r--r-- | editor/icons/source/icon_rigid_body.svg (renamed from tools/editor/icons/source/icon_rigid_body.svg) | 0 | ||||
| -rw-r--r-- | editor/icons/source/icon_rigid_body_2d.svg (renamed from tools/editor/icons/source/icon_rigid_body_2d.svg) | 0 | ||||
| -rw-r--r-- | editor/icons/source/icon_room.svg (renamed from tools/editor/icons/source/icon_room.svg) | 0 | ||||
| -rw-r--r-- | editor/icons/source/icon_room_bounds.svg (renamed from tools/editor/icons/source/icon_room_bounds.svg) | 0 | ||||
| -rw-r--r-- | editor/icons/source/icon_rotate_0.svg (renamed from tools/editor/icons/source/icon_rotate_0.svg) | 0 | ||||
| -rw-r--r-- | editor/icons/source/icon_rotate_180.svg (renamed from tools/editor/icons/source/icon_rotate_180.svg) | 0 | ||||
| -rw-r--r-- | editor/icons/source/icon_rotate_270.svg (renamed from tools/editor/icons/source/icon_rotate_270.svg) | 0 | ||||
| -rw-r--r-- | editor/icons/source/icon_rotate_90.svg (renamed from tools/editor/icons/source/icon_rotate_90.svg) | 0 | ||||
| -rw-r--r-- | editor/icons/source/icon_sample.svg (renamed from tools/editor/icons/source/icon_sample.svg) | 0 | ||||
| -rw-r--r-- | editor/icons/source/icon_sample_library.svg (renamed from tools/editor/icons/source/icon_sample_library.svg) | 0 | ||||
| -rw-r--r-- | editor/icons/source/icon_sample_player.svg (renamed from tools/editor/icons/source/icon_sample_player.svg) | 0 | ||||
| -rw-r--r-- | editor/icons/source/icon_sample_player_2d.svg (renamed from tools/editor/icons/source/icon_sample_player_2d.svg) | 0 | ||||
| -rw-r--r-- | editor/icons/source/icon_save.svg (renamed from tools/editor/icons/source/icon_save.svg) | 0 | ||||
| -rw-r--r-- | editor/icons/source/icon_script.svg (renamed from tools/editor/icons/source/icon_script.svg) | 0 | ||||
| -rw-r--r-- | editor/icons/source/icon_script_create.svg (renamed from tools/editor/icons/source/icon_script_create.svg) | 0 | ||||
| -rw-r--r-- | editor/icons/source/icon_script_remove.svg (renamed from tools/editor/icons/source/icon_script_remove.svg) | 0 | ||||
| -rw-r--r-- | editor/icons/source/icon_scroll_bar.svg (renamed from tools/editor/icons/source/icon_scroll_bar.svg) | 0 | ||||
| -rw-r--r-- | editor/icons/source/icon_scroll_container.svg (renamed from tools/editor/icons/source/icon_scroll_container.svg) | 0 | ||||
| -rw-r--r-- | editor/icons/source/icon_segment_shape_2d.svg (renamed from tools/editor/icons/source/icon_segment_shape_2d.svg) | 0 | ||||
| -rw-r--r-- | editor/icons/source/icon_shader.svg (renamed from tools/editor/icons/source/icon_shader.svg) | 0 | ||||
| -rw-r--r-- | editor/icons/source/icon_short_cut.svg (renamed from tools/editor/icons/source/icon_short_cut.svg) | 0 | ||||
| -rw-r--r-- | editor/icons/source/icon_signal.svg (renamed from tools/editor/icons/source/icon_signal.svg) | 0 | ||||
| -rw-r--r-- | editor/icons/source/icon_skeleton.svg (renamed from tools/editor/icons/source/icon_skeleton.svg) | 0 | ||||
| -rw-r--r-- | editor/icons/source/icon_slider_joint.svg (renamed from tools/editor/icons/source/icon_slider_joint.svg) | 0 | ||||
| -rw-r--r-- | editor/icons/source/icon_slot.svg (renamed from tools/editor/icons/source/icon_slot.svg) | 0 | ||||
| -rw-r--r-- | editor/icons/source/icon_snap.svg (renamed from tools/editor/icons/source/icon_snap.svg) | 0 | ||||
| -rw-r--r-- | editor/icons/source/icon_sound_room_params.svg (renamed from tools/editor/icons/source/icon_sound_room_params.svg) | 0 | ||||
| -rw-r--r-- | editor/icons/source/icon_spatial.svg (renamed from tools/editor/icons/source/icon_spatial.svg) | 0 | ||||
| -rw-r--r-- | editor/icons/source/icon_spatial_sample_player.svg (renamed from tools/editor/icons/source/icon_spatial_sample_player.svg) | 0 | ||||
| -rw-r--r-- | editor/icons/source/icon_spatial_shader.svg (renamed from tools/editor/icons/source/icon_spatial_shader.svg) | 0 | ||||
| -rw-r--r-- | editor/icons/source/icon_spatial_stream_player.svg (renamed from tools/editor/icons/source/icon_spatial_stream_player.svg) | 0 | ||||
| -rw-r--r-- | editor/icons/source/icon_sphere_shape.svg (renamed from tools/editor/icons/source/icon_sphere_shape.svg) | 0 | ||||
| -rw-r--r-- | editor/icons/source/icon_spin_box.svg (renamed from tools/editor/icons/source/icon_spin_box.svg) | 0 | ||||
| -rw-r--r-- | editor/icons/source/icon_spot_light.svg (renamed from tools/editor/icons/source/icon_spot_light.svg) | 0 | ||||
| -rw-r--r-- | editor/icons/source/icon_sprite.svg (renamed from tools/editor/icons/source/icon_sprite.svg) | 0 | ||||
| -rw-r--r-- | editor/icons/source/icon_sprite_3d.svg (renamed from tools/editor/icons/source/icon_sprite_3d.svg) | 0 | ||||
| -rw-r--r-- | editor/icons/source/icon_sprite_frames.svg (renamed from tools/editor/icons/source/icon_sprite_frames.svg) | 0 | ||||
| -rw-r--r-- | editor/icons/source/icon_static_body.svg (renamed from tools/editor/icons/source/icon_static_body.svg) | 0 | ||||
| -rw-r--r-- | editor/icons/source/icon_static_body_2d.svg (renamed from tools/editor/icons/source/icon_static_body_2d.svg) | 0 | ||||
| -rw-r--r-- | editor/icons/source/icon_stream_player.svg (renamed from tools/editor/icons/source/icon_stream_player.svg) | 0 | ||||
| -rw-r--r-- | editor/icons/source/icon_string.svg (renamed from tools/editor/icons/source/icon_string.svg) | 0 | ||||
| -rw-r--r-- | editor/icons/source/icon_style_box_empty.svg (renamed from tools/editor/icons/source/icon_style_box_empty.svg) | 0 | ||||
| -rw-r--r-- | editor/icons/source/icon_style_box_flat.svg (renamed from tools/editor/icons/source/icon_style_box_flat.svg) | 0 | ||||
| -rw-r--r-- | editor/icons/source/icon_style_box_texture.svg (renamed from tools/editor/icons/source/icon_style_box_texture.svg) | 0 | ||||
| -rw-r--r-- | editor/icons/source/icon_tab_container.svg (renamed from tools/editor/icons/source/icon_tab_container.svg) | 0 | ||||
| -rw-r--r-- | editor/icons/source/icon_tabs.svg (renamed from tools/editor/icons/source/icon_tabs.svg) | 0 | ||||
| -rw-r--r-- | editor/icons/source/icon_test_cube.svg (renamed from tools/editor/icons/source/icon_test_cube.svg) | 0 | ||||
| -rw-r--r-- | editor/icons/source/icon_text_edit.svg (renamed from tools/editor/icons/source/icon_text_edit.svg) | 0 | ||||
| -rw-r--r-- | editor/icons/source/icon_texture.svg (renamed from tools/editor/icons/source/icon_texture.svg) | 0 | ||||
| -rw-r--r-- | editor/icons/source/icon_texture_button.svg (renamed from tools/editor/icons/source/icon_texture_button.svg) | 0 | ||||
| -rw-r--r-- | editor/icons/source/icon_texture_progress.svg (renamed from tools/editor/icons/source/icon_texture_progress.svg) | 0 | ||||
| -rw-r--r-- | editor/icons/source/icon_texture_rect.svg (renamed from tools/editor/icons/source/icon_texture_rect.svg) | 0 | ||||
| -rw-r--r-- | editor/icons/source/icon_theme.svg (renamed from tools/editor/icons/source/icon_theme.svg) | 0 | ||||
| -rw-r--r-- | editor/icons/source/icon_tile_map.svg (renamed from tools/editor/icons/source/icon_tile_map.svg) | 0 | ||||
| -rw-r--r-- | editor/icons/source/icon_tile_set.svg (renamed from tools/editor/icons/source/icon_tile_set.svg) | 0 | ||||
| -rw-r--r-- | editor/icons/source/icon_timer.svg (renamed from tools/editor/icons/source/icon_timer.svg) | 0 | ||||
| -rw-r--r-- | editor/icons/source/icon_tool_button.svg (renamed from tools/editor/icons/source/icon_tool_button.svg) | 0 | ||||
| -rw-r--r-- | editor/icons/source/icon_tool_move.svg (renamed from tools/editor/icons/source/icon_tool_move.svg) | 0 | ||||
| -rw-r--r-- | editor/icons/source/icon_tool_pan.svg (renamed from tools/editor/icons/source/icon_tool_pan.svg) | 0 | ||||
| -rw-r--r-- | editor/icons/source/icon_tool_rotate.svg (renamed from tools/editor/icons/source/icon_tool_rotate.svg) | 0 | ||||
| -rw-r--r-- | editor/icons/source/icon_tool_scale.svg (renamed from tools/editor/icons/source/icon_tool_scale.svg) | 0 | ||||
| -rw-r--r-- | editor/icons/source/icon_tool_select.svg (renamed from tools/editor/icons/source/icon_tool_select.svg) | 0 | ||||
| -rw-r--r-- | editor/icons/source/icon_tools.svg (renamed from tools/editor/icons/source/icon_tools.svg) | 0 | ||||
| -rw-r--r-- | editor/icons/source/icon_touch_screen_button.svg (renamed from tools/editor/icons/source/icon_touch_screen_button.svg) | 0 | ||||
| -rw-r--r-- | editor/icons/source/icon_track_add_key.svg (renamed from tools/editor/icons/source/icon_track_add_key.svg) | 0 | ||||
| -rw-r--r-- | editor/icons/source/icon_track_add_key_hl.svg (renamed from tools/editor/icons/source/icon_track_add_key_hl.svg) | 0 | ||||
| -rw-r--r-- | editor/icons/source/icon_track_continuous.svg (renamed from tools/editor/icons/source/icon_track_continuous.svg) | 0 | ||||
| -rw-r--r-- | editor/icons/source/icon_track_discrete.svg (renamed from tools/editor/icons/source/icon_track_discrete.svg) | 0 | ||||
| -rw-r--r-- | editor/icons/source/icon_track_trigger.svg (renamed from tools/editor/icons/source/icon_track_trigger.svg) | 0 | ||||
| -rw-r--r-- | editor/icons/source/icon_translation.svg (renamed from tools/editor/icons/source/icon_translation.svg) | 0 | ||||
| -rw-r--r-- | editor/icons/source/icon_transpose.svg (renamed from tools/editor/icons/source/icon_transpose.svg) | 0 | ||||
| -rw-r--r-- | editor/icons/source/icon_tree.svg (renamed from tools/editor/icons/source/icon_tree.svg) | 0 | ||||
| -rw-r--r-- | editor/icons/source/icon_tween.svg (renamed from tools/editor/icons/source/icon_tween.svg) | 0 | ||||
| -rw-r--r-- | editor/icons/source/icon_unbone.svg (renamed from tools/editor/icons/source/icon_unbone.svg) | 0 | ||||
| -rw-r--r-- | editor/icons/source/icon_ungroup.svg (renamed from tools/editor/icons/source/icon_ungroup.svg) | 0 | ||||
| -rw-r--r-- | editor/icons/source/icon_unlock.svg (renamed from tools/editor/icons/source/icon_unlock.svg) | 0 | ||||
| -rw-r--r-- | editor/icons/source/icon_uv.svg (renamed from tools/editor/icons/source/icon_uv.svg) | 0 | ||||
| -rw-r--r-- | editor/icons/source/icon_v_box_container.svg (renamed from tools/editor/icons/source/icon_v_box_container.svg) | 0 | ||||
| -rw-r--r-- | editor/icons/source/icon_v_button_array.svg (renamed from tools/editor/icons/source/icon_v_button_array.svg) | 0 | ||||
| -rw-r--r-- | editor/icons/source/icon_v_scroll_bar.svg (renamed from tools/editor/icons/source/icon_v_scroll_bar.svg) | 0 | ||||
| -rw-r--r-- | editor/icons/source/icon_v_separator.svg (renamed from tools/editor/icons/source/icon_v_separator.svg) | 0 | ||||
| -rw-r--r-- | editor/icons/source/icon_v_slider.svg (renamed from tools/editor/icons/source/icon_v_slider.svg) | 0 | ||||
| -rw-r--r-- | editor/icons/source/icon_v_split_container.svg (renamed from tools/editor/icons/source/icon_v_split_container.svg) | 0 | ||||
| -rw-r--r-- | editor/icons/source/icon_vector.svg (renamed from tools/editor/icons/source/icon_vector.svg) | 0 | ||||
| -rw-r--r-- | editor/icons/source/icon_vector2.svg (renamed from tools/editor/icons/source/icon_vector2.svg) | 0 | ||||
| -rw-r--r-- | editor/icons/source/icon_vehicle_body.svg (renamed from tools/editor/icons/source/icon_vehicle_body.svg) | 0 | ||||
| -rw-r--r-- | editor/icons/source/icon_vehicle_wheel.svg (renamed from tools/editor/icons/source/icon_vehicle_wheel.svg) | 0 | ||||
| -rw-r--r-- | editor/icons/source/icon_video_player.svg (renamed from tools/editor/icons/source/icon_video_player.svg) | 0 | ||||
| -rw-r--r-- | editor/icons/source/icon_viewport.svg (renamed from tools/editor/icons/source/icon_viewport.svg) | 0 | ||||
| -rw-r--r-- | editor/icons/source/icon_viewport_container.svg (renamed from tools/editor/icons/source/icon_viewport_container.svg) | 0 | ||||
| -rw-r--r-- | editor/icons/source/icon_viewport_sprite.svg (renamed from tools/editor/icons/source/icon_viewport_sprite.svg) | 0 | ||||
| -rw-r--r-- | editor/icons/source/icon_viewport_texture.svg (renamed from tools/editor/icons/source/icon_viewport_texture.svg) | 0 | ||||
| -rw-r--r-- | editor/icons/source/icon_visibility_enabler.svg (renamed from tools/editor/icons/source/icon_visibility_enabler.svg) | 0 | ||||
| -rw-r--r-- | editor/icons/source/icon_visibility_enabler_2d.svg (renamed from tools/editor/icons/source/icon_visibility_enabler_2d.svg) | 0 | ||||
| -rw-r--r-- | editor/icons/source/icon_visibility_notifier.svg (renamed from tools/editor/icons/source/icon_visibility_notifier.svg) | 0 | ||||
| -rw-r--r-- | editor/icons/source/icon_visibility_notifier_2d.svg (renamed from tools/editor/icons/source/icon_visibility_notifier_2d.svg) | 0 | ||||
| -rw-r--r-- | editor/icons/source/icon_visible.svg (renamed from tools/editor/icons/source/icon_visible.svg) | 0 | ||||
| -rw-r--r-- | editor/icons/source/icon_visual_script.svg (renamed from tools/editor/icons/source/icon_visual_script.svg) | 0 | ||||
| -rw-r--r-- | editor/icons/source/icon_visual_shader_port.svg (renamed from tools/editor/icons/source/icon_visual_shader_port.svg) | 0 | ||||
| -rw-r--r-- | editor/icons/source/icon_vu_empty.svg (renamed from tools/editor/icons/source/icon_vu_empty.svg) | 0 | ||||
| -rw-r--r-- | editor/icons/source/icon_vu_full.svg (renamed from tools/editor/icons/source/icon_vu_full.svg) | 0 | ||||
| -rw-r--r-- | editor/icons/source/icon_warning.svg (renamed from tools/editor/icons/source/icon_warning.svg) | 0 | ||||
| -rw-r--r-- | editor/icons/source/icon_window_dialog.svg (renamed from tools/editor/icons/source/icon_window_dialog.svg) | 0 | ||||
| -rw-r--r-- | editor/icons/source/icon_world.svg (renamed from tools/editor/icons/source/icon_world.svg) | 0 | ||||
| -rw-r--r-- | editor/icons/source/icon_world_2d.svg (renamed from tools/editor/icons/source/icon_world_2d.svg) | 0 | ||||
| -rw-r--r-- | editor/icons/source/icon_world_environment.svg (renamed from tools/editor/icons/source/icon_world_environment.svg) | 0 | ||||
| -rw-r--r-- | editor/icons/source/icon_y_sort.svg (renamed from tools/editor/icons/source/icon_y_sort.svg) | 0 | ||||
| -rw-r--r-- | editor/icons/source/icon_zoom.svg (renamed from tools/editor/icons/source/icon_zoom.svg) | 0 | ||||
| -rw-r--r-- | editor/icons/source/icon_zoom_less.svg (renamed from tools/editor/icons/source/icon_zoom_less.svg) | 0 | ||||
| -rw-r--r-- | editor/icons/source/icon_zoom_more.svg (renamed from tools/editor/icons/source/icon_zoom_more.svg) | 0 | ||||
| -rw-r--r-- | editor/icons/source/icon_zoom_reset.svg (renamed from tools/editor/icons/source/icon_zoom_reset.svg) | 0 | ||||
| -rwxr-xr-x | editor/icons/xpmfix.sh (renamed from tools/editor/icons/xpmfix.sh) | 0 | ||||
| -rw-r--r-- | editor/import/SCsub (renamed from tools/editor/import/SCsub) | 0 | ||||
| -rw-r--r-- | editor/import/editor_import_collada.cpp (renamed from tools/editor/import/editor_import_collada.cpp) | 4 | ||||
| -rw-r--r-- | editor/import/editor_import_collada.h (renamed from tools/editor/import/editor_import_collada.h) | 2 | ||||
| -rw-r--r-- | editor/import/resource_importer_csv_translation.cpp (renamed from tools/editor/import/resource_importer_csv_translation.cpp) | 0 | ||||
| -rw-r--r-- | editor/import/resource_importer_csv_translation.h (renamed from tools/editor/import/resource_importer_csv_translation.h) | 0 | ||||
| -rw-r--r-- | editor/import/resource_importer_obj.cpp (renamed from tools/editor/import/resource_importer_obj.cpp) | 0 | ||||
| -rw-r--r-- | editor/import/resource_importer_obj.h (renamed from tools/editor/import/resource_importer_obj.h) | 0 | ||||
| -rw-r--r-- | editor/import/resource_importer_scene.cpp (renamed from tools/editor/import/resource_importer_scene.cpp) | 2 | ||||
| -rw-r--r-- | editor/import/resource_importer_scene.h (renamed from tools/editor/import/resource_importer_scene.h) | 0 | ||||
| -rw-r--r-- | editor/import/resource_importer_texture.cpp (renamed from tools/editor/import/resource_importer_texture.cpp) | 2 | ||||
| -rw-r--r-- | editor/import/resource_importer_texture.h (renamed from tools/editor/import/resource_importer_texture.h) | 0 | ||||
| -rw-r--r-- | editor/import/resource_importer_wav.cpp (renamed from tools/editor/import/resource_importer_wav.cpp) | 0 | ||||
| -rw-r--r-- | editor/import/resource_importer_wav.h (renamed from tools/editor/import/resource_importer_wav.h) | 0 | ||||
| -rw-r--r-- | editor/import_dock.cpp (renamed from tools/editor/import_dock.cpp) | 0 | ||||
| -rw-r--r-- | editor/import_dock.h (renamed from tools/editor/import_dock.h) | 0 | ||||
| -rw-r--r-- | editor/inspector_dock.cpp (renamed from tools/editor/inspector_dock.cpp) | 0 | ||||
| -rw-r--r-- | editor/inspector_dock.h (renamed from tools/editor/inspector_dock.h) | 0 | ||||
| -rw-r--r-- | editor/io_plugins/SCsub (renamed from tools/editor/io_plugins/SCsub) | 0 | ||||
| -rw-r--r-- | editor/io_plugins/editor_atlas.cpp (renamed from tools/editor/io_plugins/editor_atlas.cpp) | 0 | ||||
| -rw-r--r-- | editor/io_plugins/editor_atlas.h (renamed from tools/editor/io_plugins/editor_atlas.h) | 0 | ||||
| -rw-r--r-- | editor/io_plugins/editor_bitmask_import_plugin.cpp (renamed from tools/editor/io_plugins/editor_bitmask_import_plugin.cpp) | 10 | ||||
| -rw-r--r-- | editor/io_plugins/editor_bitmask_import_plugin.h (renamed from tools/editor/io_plugins/editor_bitmask_import_plugin.h) | 2 | ||||
| -rw-r--r-- | editor/io_plugins/editor_export_scene.cpp (renamed from tools/editor/io_plugins/editor_export_scene.cpp) | 2 | ||||
| -rw-r--r-- | editor/io_plugins/editor_export_scene.h (renamed from tools/editor/io_plugins/editor_export_scene.h) | 2 | ||||
| -rw-r--r-- | editor/io_plugins/editor_font_import_plugin.cpp (renamed from tools/editor/io_plugins/editor_font_import_plugin.cpp) | 4 | ||||
| -rw-r--r-- | editor/io_plugins/editor_font_import_plugin.h (renamed from tools/editor/io_plugins/editor_font_import_plugin.h) | 2 | ||||
| -rw-r--r-- | editor/io_plugins/editor_mesh_import_plugin.cpp (renamed from tools/editor/io_plugins/editor_mesh_import_plugin.cpp) | 8 | ||||
| -rw-r--r-- | editor/io_plugins/editor_mesh_import_plugin.h (renamed from tools/editor/io_plugins/editor_mesh_import_plugin.h) | 2 | ||||
| -rw-r--r-- | editor/io_plugins/editor_sample_import_plugin.cpp (renamed from tools/editor/io_plugins/editor_sample_import_plugin.cpp) | 10 | ||||
| -rw-r--r-- | editor/io_plugins/editor_sample_import_plugin.h (renamed from tools/editor/io_plugins/editor_sample_import_plugin.h) | 2 | ||||
| -rw-r--r-- | editor/io_plugins/editor_scene_import_plugin.cpp (renamed from tools/editor/io_plugins/editor_scene_import_plugin.cpp) | 4 | ||||
| -rw-r--r-- | editor/io_plugins/editor_scene_import_plugin.h (renamed from tools/editor/io_plugins/editor_scene_import_plugin.h) | 8 | ||||
| -rw-r--r-- | editor/io_plugins/editor_scene_importer_fbxconv.cpp (renamed from tools/editor/io_plugins/editor_scene_importer_fbxconv.cpp) | 2 | ||||
| -rw-r--r-- | editor/io_plugins/editor_scene_importer_fbxconv.h (renamed from tools/editor/io_plugins/editor_scene_importer_fbxconv.h) | 2 | ||||
| -rw-r--r-- | editor/io_plugins/editor_texture_import_plugin.cpp (renamed from tools/editor/io_plugins/editor_texture_import_plugin.cpp) | 4 | ||||
| -rw-r--r-- | editor/io_plugins/editor_texture_import_plugin.h (renamed from tools/editor/io_plugins/editor_texture_import_plugin.h) | 6 | ||||
| -rw-r--r-- | editor/io_plugins/editor_translation_import_plugin.cpp (renamed from tools/editor/io_plugins/editor_translation_import_plugin.cpp) | 8 | ||||
| -rw-r--r-- | editor/io_plugins/editor_translation_import_plugin.h (renamed from tools/editor/io_plugins/editor_translation_import_plugin.h) | 2 | ||||
| -rw-r--r-- | editor/multi_node_edit.cpp (renamed from tools/editor/multi_node_edit.cpp) | 0 | ||||
| -rw-r--r-- | editor/multi_node_edit.h (renamed from tools/editor/multi_node_edit.h) | 0 | ||||
| -rw-r--r-- | editor/node_dock.cpp (renamed from tools/editor/node_dock.cpp) | 0 | ||||
| -rw-r--r-- | editor/node_dock.h (renamed from tools/editor/node_dock.h) | 0 | ||||
| -rw-r--r-- | editor/output_strings.cpp (renamed from tools/editor/output_strings.cpp) | 0 | ||||
| -rw-r--r-- | editor/output_strings.h (renamed from tools/editor/output_strings.h) | 0 | ||||
| -rw-r--r-- | editor/pane_drag.cpp (renamed from tools/editor/pane_drag.cpp) | 0 | ||||
| -rw-r--r-- | editor/pane_drag.h (renamed from tools/editor/pane_drag.h) | 0 | ||||
| -rw-r--r-- | editor/plugins/SCsub (renamed from tools/editor/plugins/SCsub) | 0 | ||||
| -rw-r--r-- | editor/plugins/animation_player_editor_plugin.cpp (renamed from tools/editor/plugins/animation_player_editor_plugin.cpp) | 4 | ||||
| -rw-r--r-- | editor/plugins/animation_player_editor_plugin.h (renamed from tools/editor/plugins/animation_player_editor_plugin.h) | 4 | ||||
| -rw-r--r-- | editor/plugins/animation_tree_editor_plugin.cpp (renamed from tools/editor/plugins/animation_tree_editor_plugin.cpp) | 0 | ||||
| -rw-r--r-- | editor/plugins/animation_tree_editor_plugin.h (renamed from tools/editor/plugins/animation_tree_editor_plugin.h) | 6 | ||||
| -rw-r--r-- | editor/plugins/baked_light_baker.cpp (renamed from tools/editor/plugins/baked_light_baker.cpp) | 4 | ||||
| -rw-r--r-- | editor/plugins/baked_light_baker.h (renamed from tools/editor/plugins/baked_light_baker.h) | 0 | ||||
| -rw-r--r-- | editor/plugins/baked_light_baker_cmpxchg.cpp (renamed from tools/editor/plugins/baked_light_baker_cmpxchg.cpp) | 0 | ||||
| -rw-r--r-- | editor/plugins/baked_light_editor_plugin.cpp (renamed from tools/editor/plugins/baked_light_editor_plugin.cpp) | 0 | ||||
| -rw-r--r-- | editor/plugins/baked_light_editor_plugin.h (renamed from tools/editor/plugins/baked_light_editor_plugin.h) | 6 | ||||
| -rw-r--r-- | editor/plugins/camera_editor_plugin.cpp (renamed from tools/editor/plugins/camera_editor_plugin.cpp) | 0 | ||||
| -rw-r--r-- | editor/plugins/camera_editor_plugin.h (renamed from tools/editor/plugins/camera_editor_plugin.h) | 4 | ||||
| -rw-r--r-- | editor/plugins/canvas_item_editor_plugin.cpp (renamed from tools/editor/plugins/canvas_item_editor_plugin.cpp) | 12 | ||||
| -rw-r--r-- | editor/plugins/canvas_item_editor_plugin.h (renamed from tools/editor/plugins/canvas_item_editor_plugin.h) | 4 | ||||
| -rw-r--r-- | editor/plugins/collision_polygon_2d_editor_plugin.cpp (renamed from tools/editor/plugins/collision_polygon_2d_editor_plugin.cpp) | 2 | ||||
| -rw-r--r-- | editor/plugins/collision_polygon_2d_editor_plugin.h (renamed from tools/editor/plugins/collision_polygon_2d_editor_plugin.h) | 4 | ||||
| -rw-r--r-- | editor/plugins/collision_polygon_editor_plugin.cpp (renamed from tools/editor/plugins/collision_polygon_editor_plugin.cpp) | 2 | ||||
| -rw-r--r-- | editor/plugins/collision_polygon_editor_plugin.h (renamed from tools/editor/plugins/collision_polygon_editor_plugin.h) | 4 | ||||
| -rw-r--r-- | editor/plugins/collision_shape_2d_editor_plugin.cpp (renamed from tools/editor/plugins/collision_shape_2d_editor_plugin.cpp) | 0 | ||||
| -rw-r--r-- | editor/plugins/collision_shape_2d_editor_plugin.h (renamed from tools/editor/plugins/collision_shape_2d_editor_plugin.h) | 4 | ||||
| -rw-r--r-- | editor/plugins/color_ramp_editor_plugin.cpp (renamed from tools/editor/plugins/color_ramp_editor_plugin.cpp) | 0 | ||||
| -rw-r--r-- | editor/plugins/color_ramp_editor_plugin.h (renamed from tools/editor/plugins/color_ramp_editor_plugin.h) | 4 | ||||
| -rw-r--r-- | editor/plugins/cube_grid_theme_editor_plugin.cpp (renamed from tools/editor/plugins/cube_grid_theme_editor_plugin.cpp) | 4 | ||||
| -rw-r--r-- | editor/plugins/cube_grid_theme_editor_plugin.h (renamed from tools/editor/plugins/cube_grid_theme_editor_plugin.h) | 2 | ||||
| -rw-r--r-- | editor/plugins/editor_preview_plugins.cpp (renamed from tools/editor/plugins/editor_preview_plugins.cpp) | 4 | ||||
| -rw-r--r-- | editor/plugins/editor_preview_plugins.h (renamed from tools/editor/plugins/editor_preview_plugins.h) | 2 | ||||
| -rw-r--r-- | editor/plugins/gi_probe_editor_plugin.cpp (renamed from tools/editor/plugins/gi_probe_editor_plugin.cpp) | 0 | ||||
| -rw-r--r-- | editor/plugins/gi_probe_editor_plugin.h (renamed from tools/editor/plugins/gi_probe_editor_plugin.h) | 4 | ||||
| -rw-r--r-- | editor/plugins/item_list_editor_plugin.cpp (renamed from tools/editor/plugins/item_list_editor_plugin.cpp) | 0 | ||||
| -rw-r--r-- | editor/plugins/item_list_editor_plugin.h (renamed from tools/editor/plugins/item_list_editor_plugin.h) | 4 | ||||
| -rw-r--r-- | editor/plugins/light_occluder_2d_editor_plugin.cpp (renamed from tools/editor/plugins/light_occluder_2d_editor_plugin.cpp) | 2 | ||||
| -rw-r--r-- | editor/plugins/light_occluder_2d_editor_plugin.h (renamed from tools/editor/plugins/light_occluder_2d_editor_plugin.h) | 4 | ||||
| -rw-r--r-- | editor/plugins/line_2d_editor_plugin.cpp (renamed from tools/editor/plugins/line_2d_editor_plugin.cpp) | 2 | ||||
| -rw-r--r-- | editor/plugins/line_2d_editor_plugin.h (renamed from tools/editor/plugins/line_2d_editor_plugin.h) | 4 | ||||
| -rw-r--r-- | editor/plugins/material_editor_plugin.cpp (renamed from tools/editor/plugins/material_editor_plugin.cpp) | 0 | ||||
| -rw-r--r-- | editor/plugins/material_editor_plugin.h (renamed from tools/editor/plugins/material_editor_plugin.h) | 4 | ||||
| -rw-r--r-- | editor/plugins/mesh_editor_plugin.cpp (renamed from tools/editor/plugins/mesh_editor_plugin.cpp) | 0 | ||||
| -rw-r--r-- | editor/plugins/mesh_editor_plugin.h (renamed from tools/editor/plugins/mesh_editor_plugin.h) | 4 | ||||
| -rw-r--r-- | editor/plugins/mesh_instance_editor_plugin.cpp (renamed from tools/editor/plugins/mesh_instance_editor_plugin.cpp) | 0 | ||||
| -rw-r--r-- | editor/plugins/mesh_instance_editor_plugin.h (renamed from tools/editor/plugins/mesh_instance_editor_plugin.h) | 4 | ||||
| -rw-r--r-- | editor/plugins/multimesh_editor_plugin.cpp (renamed from tools/editor/plugins/multimesh_editor_plugin.cpp) | 0 | ||||
| -rw-r--r-- | editor/plugins/multimesh_editor_plugin.h (renamed from tools/editor/plugins/multimesh_editor_plugin.h) | 4 | ||||
| -rw-r--r-- | editor/plugins/navigation_polygon_editor_plugin.cpp (renamed from tools/editor/plugins/navigation_polygon_editor_plugin.cpp) | 2 | ||||
| -rw-r--r-- | editor/plugins/navigation_polygon_editor_plugin.h (renamed from tools/editor/plugins/navigation_polygon_editor_plugin.h) | 4 | ||||
| -rw-r--r-- | editor/plugins/particles_2d_editor_plugin.cpp (renamed from tools/editor/plugins/particles_2d_editor_plugin.cpp) | 0 | ||||
| -rw-r--r-- | editor/plugins/particles_2d_editor_plugin.h (renamed from tools/editor/plugins/particles_2d_editor_plugin.h) | 4 | ||||
| -rw-r--r-- | editor/plugins/particles_editor_plugin.cpp (renamed from tools/editor/plugins/particles_editor_plugin.cpp) | 2 | ||||
| -rw-r--r-- | editor/plugins/particles_editor_plugin.h (renamed from tools/editor/plugins/particles_editor_plugin.h) | 4 | ||||
| -rw-r--r-- | editor/plugins/path_2d_editor_plugin.cpp (renamed from tools/editor/plugins/path_2d_editor_plugin.cpp) | 2 | ||||
| -rw-r--r-- | editor/plugins/path_2d_editor_plugin.h (renamed from tools/editor/plugins/path_2d_editor_plugin.h) | 4 | ||||
| -rw-r--r-- | editor/plugins/path_editor_plugin.cpp (renamed from tools/editor/plugins/path_editor_plugin.cpp) | 0 | ||||
| -rw-r--r-- | editor/plugins/path_editor_plugin.h (renamed from tools/editor/plugins/path_editor_plugin.h) | 2 | ||||
| -rw-r--r-- | editor/plugins/polygon_2d_editor_plugin.cpp (renamed from tools/editor/plugins/polygon_2d_editor_plugin.cpp) | 2 | ||||
| -rw-r--r-- | editor/plugins/polygon_2d_editor_plugin.h (renamed from tools/editor/plugins/polygon_2d_editor_plugin.h) | 4 | ||||
| -rw-r--r-- | editor/plugins/resource_preloader_editor_plugin.cpp (renamed from tools/editor/plugins/resource_preloader_editor_plugin.cpp) | 2 | ||||
| -rw-r--r-- | editor/plugins/resource_preloader_editor_plugin.h (renamed from tools/editor/plugins/resource_preloader_editor_plugin.h) | 4 | ||||
| -rw-r--r-- | editor/plugins/rich_text_editor_plugin.cpp (renamed from tools/editor/plugins/rich_text_editor_plugin.cpp) | 0 | ||||
| -rw-r--r-- | editor/plugins/rich_text_editor_plugin.h (renamed from tools/editor/plugins/rich_text_editor_plugin.h) | 4 | ||||
| -rw-r--r-- | editor/plugins/sample_editor_plugin.cpp (renamed from tools/editor/plugins/sample_editor_plugin.cpp) | 2 | ||||
| -rw-r--r-- | editor/plugins/sample_editor_plugin.h (renamed from tools/editor/plugins/sample_editor_plugin.h) | 4 | ||||
| -rw-r--r-- | editor/plugins/sample_library_editor_plugin.cpp (renamed from tools/editor/plugins/sample_library_editor_plugin.cpp) | 2 | ||||
| -rw-r--r-- | editor/plugins/sample_library_editor_plugin.h (renamed from tools/editor/plugins/sample_library_editor_plugin.h) | 4 | ||||
| -rw-r--r-- | editor/plugins/sample_player_editor_plugin.cpp (renamed from tools/editor/plugins/sample_player_editor_plugin.cpp) | 0 | ||||
| -rw-r--r-- | editor/plugins/sample_player_editor_plugin.h (renamed from tools/editor/plugins/sample_player_editor_plugin.h) | 4 | ||||
| -rw-r--r-- | editor/plugins/script_editor_plugin.cpp (renamed from tools/editor/plugins/script_editor_plugin.cpp) | 6 | ||||
| -rw-r--r-- | editor/plugins/script_editor_plugin.h (renamed from tools/editor/plugins/script_editor_plugin.h) | 8 | ||||
| -rw-r--r-- | editor/plugins/script_text_editor.cpp (renamed from tools/editor/plugins/script_text_editor.cpp) | 6 | ||||
| -rw-r--r-- | editor/plugins/script_text_editor.h (renamed from tools/editor/plugins/script_text_editor.h) | 0 | ||||
| -rw-r--r-- | editor/plugins/shader_editor_plugin.cpp (renamed from tools/editor/plugins/shader_editor_plugin.cpp) | 6 | ||||
| -rw-r--r-- | editor/plugins/shader_editor_plugin.h (renamed from tools/editor/plugins/shader_editor_plugin.h) | 4 | ||||
| -rw-r--r-- | editor/plugins/shader_graph_editor_plugin.cpp (renamed from tools/editor/plugins/shader_graph_editor_plugin.cpp) | 0 | ||||
| -rw-r--r-- | editor/plugins/shader_graph_editor_plugin.h (renamed from tools/editor/plugins/shader_graph_editor_plugin.h) | 6 | ||||
| -rw-r--r-- | editor/plugins/spatial_editor_plugin.cpp (renamed from tools/editor/plugins/spatial_editor_plugin.cpp) | 10 | ||||
| -rw-r--r-- | editor/plugins/spatial_editor_plugin.h (renamed from tools/editor/plugins/spatial_editor_plugin.h) | 4 | ||||
| -rw-r--r-- | editor/plugins/sprite_frames_editor_plugin.cpp (renamed from tools/editor/plugins/sprite_frames_editor_plugin.cpp) | 2 | ||||
| -rw-r--r-- | editor/plugins/sprite_frames_editor_plugin.h (renamed from tools/editor/plugins/sprite_frames_editor_plugin.h) | 4 | ||||
| -rw-r--r-- | editor/plugins/stream_editor_plugin.cpp (renamed from tools/editor/plugins/stream_editor_plugin.cpp) | 0 | ||||
| -rw-r--r-- | editor/plugins/stream_editor_plugin.h (renamed from tools/editor/plugins/stream_editor_plugin.h) | 4 | ||||
| -rw-r--r-- | editor/plugins/style_box_editor_plugin.cpp (renamed from tools/editor/plugins/style_box_editor_plugin.cpp) | 0 | ||||
| -rw-r--r-- | editor/plugins/style_box_editor_plugin.h (renamed from tools/editor/plugins/style_box_editor_plugin.h) | 2 | ||||
| -rw-r--r-- | editor/plugins/texture_editor_plugin.cpp (renamed from tools/editor/plugins/texture_editor_plugin.cpp) | 2 | ||||
| -rw-r--r-- | editor/plugins/texture_editor_plugin.h (renamed from tools/editor/plugins/texture_editor_plugin.h) | 4 | ||||
| -rw-r--r-- | editor/plugins/texture_region_editor_plugin.cpp (renamed from tools/editor/plugins/texture_region_editor_plugin.cpp) | 0 | ||||
| -rw-r--r-- | editor/plugins/texture_region_editor_plugin.h (renamed from tools/editor/plugins/texture_region_editor_plugin.h) | 4 | ||||
| -rw-r--r-- | editor/plugins/theme_editor_plugin.cpp (renamed from tools/editor/plugins/theme_editor_plugin.cpp) | 0 | ||||
| -rw-r--r-- | editor/plugins/theme_editor_plugin.h (renamed from tools/editor/plugins/theme_editor_plugin.h) | 2 | ||||
| -rw-r--r-- | editor/plugins/tile_map_editor_plugin.cpp (renamed from tools/editor/plugins/tile_map_editor_plugin.cpp) | 4 | ||||
| -rw-r--r-- | editor/plugins/tile_map_editor_plugin.h (renamed from tools/editor/plugins/tile_map_editor_plugin.h) | 4 | ||||
| -rw-r--r-- | editor/plugins/tile_set_editor_plugin.cpp (renamed from tools/editor/plugins/tile_set_editor_plugin.cpp) | 0 | ||||
| -rw-r--r-- | editor/plugins/tile_set_editor_plugin.h (renamed from tools/editor/plugins/tile_set_editor_plugin.h) | 4 | ||||
| -rw-r--r-- | editor/progress_dialog.cpp (renamed from tools/editor/progress_dialog.cpp) | 0 | ||||
| -rw-r--r-- | editor/progress_dialog.h (renamed from tools/editor/progress_dialog.h) | 0 | ||||
| -rw-r--r-- | editor/project_export.cpp (renamed from tools/editor/project_export.cpp) | 0 | ||||
| -rw-r--r-- | editor/project_export.h (renamed from tools/editor/project_export.h) | 4 | ||||
| -rw-r--r-- | editor/project_manager.cpp (renamed from tools/editor/project_manager.cpp) | 0 | ||||
| -rw-r--r-- | editor/project_manager.h (renamed from tools/editor/project_manager.h) | 2 | ||||
| -rw-r--r-- | editor/project_settings.cpp (renamed from tools/editor/project_settings.cpp) | 0 | ||||
| -rw-r--r-- | editor/project_settings.h (renamed from tools/editor/project_settings.h) | 0 | ||||
| -rw-r--r-- | editor/property_editor.cpp (renamed from tools/editor/property_editor.cpp) | 0 | ||||
| -rw-r--r-- | editor/property_editor.h (renamed from tools/editor/property_editor.h) | 2 | ||||
| -rw-r--r-- | editor/property_selector.cpp (renamed from tools/editor/property_selector.cpp) | 0 | ||||
| -rw-r--r-- | editor/property_selector.h (renamed from tools/editor/property_selector.h) | 2 | ||||
| -rw-r--r-- | editor/pvrtc_compress.cpp (renamed from tools/editor/pvrtc_compress.cpp) | 0 | ||||
| -rw-r--r-- | editor/pvrtc_compress.h (renamed from tools/editor/pvrtc_compress.h) | 0 | ||||
| -rw-r--r-- | editor/quick_open.cpp (renamed from tools/editor/quick_open.cpp) | 0 | ||||
| -rw-r--r-- | editor/quick_open.h (renamed from tools/editor/quick_open.h) | 0 | ||||
| -rw-r--r-- | editor/register_exporters.h (renamed from tools/editor/register_exporters.h) | 0 | ||||
| -rw-r--r-- | editor/reparent_dialog.cpp (renamed from tools/editor/reparent_dialog.cpp) | 0 | ||||
| -rw-r--r-- | editor/reparent_dialog.h (renamed from tools/editor/reparent_dialog.h) | 2 | ||||
| -rw-r--r-- | editor/resources_dock.cpp (renamed from tools/editor/resources_dock.cpp) | 0 | ||||
| -rw-r--r-- | editor/resources_dock.h (renamed from tools/editor/resources_dock.h) | 0 | ||||
| -rw-r--r-- | editor/run_settings_dialog.cpp (renamed from tools/editor/run_settings_dialog.cpp) | 0 | ||||
| -rw-r--r-- | editor/run_settings_dialog.h (renamed from tools/editor/run_settings_dialog.h) | 0 | ||||
| -rw-r--r-- | editor/scene_tree_dock.cpp (renamed from tools/editor/scene_tree_dock.cpp) | 8 | ||||
| -rw-r--r-- | editor/scene_tree_dock.h (renamed from tools/editor/scene_tree_dock.h) | 0 | ||||
| -rw-r--r-- | editor/scene_tree_editor.cpp (renamed from tools/editor/scene_tree_editor.cpp) | 2 | ||||
| -rw-r--r-- | editor/scene_tree_editor.h (renamed from tools/editor/scene_tree_editor.h) | 0 | ||||
| -rw-r--r-- | editor/script_create_dialog.cpp (renamed from tools/editor/script_create_dialog.cpp) | 0 | ||||
| -rw-r--r-- | editor/script_create_dialog.h (renamed from tools/editor/script_create_dialog.h) | 4 | ||||
| -rw-r--r-- | editor/script_editor_debugger.cpp (renamed from tools/editor/script_editor_debugger.cpp) | 0 | ||||
| -rw-r--r-- | editor/script_editor_debugger.h (renamed from tools/editor/script_editor_debugger.h) | 0 | ||||
| -rw-r--r-- | editor/settings_config_dialog.cpp (renamed from tools/editor/settings_config_dialog.cpp) | 0 | ||||
| -rw-r--r-- | editor/settings_config_dialog.h (renamed from tools/editor/settings_config_dialog.h) | 0 | ||||
| -rw-r--r-- | editor/spatial_editor_gizmos.cpp (renamed from tools/editor/spatial_editor_gizmos.cpp) | 0 | ||||
| -rw-r--r-- | editor/spatial_editor_gizmos.h (renamed from tools/editor/spatial_editor_gizmos.h) | 2 | ||||
| -rw-r--r-- | editor/translations/Makefile (renamed from tools/editor/translations/Makefile) | 4 | ||||
| -rw-r--r-- | editor/translations/README.md (renamed from tools/editor/translations/README.md) | 0 | ||||
| -rw-r--r-- | editor/translations/ar.po (renamed from tools/editor/translations/ar.po) | 0 | ||||
| -rw-r--r-- | editor/translations/bg.po (renamed from tools/editor/translations/bg.po) | 0 | ||||
| -rw-r--r-- | editor/translations/bn.po (renamed from tools/editor/translations/bn.po) | 0 | ||||
| -rw-r--r-- | editor/translations/ca.po (renamed from tools/editor/translations/ca.po) | 0 | ||||
| -rw-r--r-- | editor/translations/cs.po (renamed from tools/editor/translations/cs.po) | 0 | ||||
| -rw-r--r-- | editor/translations/da.po (renamed from tools/editor/translations/da.po) | 0 | ||||
| -rw-r--r-- | editor/translations/de.po (renamed from tools/editor/translations/de.po) | 0 | ||||
| -rw-r--r-- | editor/translations/de_CH.po (renamed from tools/editor/translations/de_CH.po) | 0 | ||||
| -rw-r--r-- | editor/translations/editor.pot (renamed from tools/editor/translations/tools.pot) | 0 | ||||
| -rw-r--r-- | editor/translations/es.po (renamed from tools/editor/translations/es.po) | 0 | ||||
| -rw-r--r-- | editor/translations/es_AR.po (renamed from tools/editor/translations/es_AR.po) | 0 | ||||
| -rwxr-xr-x | editor/translations/extract.py (renamed from tools/editor/translations/extract.py) | 16 | ||||
| -rw-r--r-- | editor/translations/fa.po (renamed from tools/editor/translations/fa.po) | 0 | ||||
| -rw-r--r-- | editor/translations/fr.po (renamed from tools/editor/translations/fr.po) | 0 | ||||
| -rw-r--r-- | editor/translations/hu.po (renamed from tools/editor/translations/hu.po) | 0 | ||||
| -rw-r--r-- | editor/translations/id.po (renamed from tools/editor/translations/id.po) | 0 | ||||
| -rw-r--r-- | editor/translations/it.po (renamed from tools/editor/translations/it.po) | 0 | ||||
| -rw-r--r-- | editor/translations/ja.po (renamed from tools/editor/translations/ja.po) | 0 | ||||
| -rw-r--r-- | editor/translations/ko.po (renamed from tools/editor/translations/ko.po) | 0 | ||||
| -rw-r--r-- | editor/translations/nb.po (renamed from tools/editor/translations/nb.po) | 0 | ||||
| -rw-r--r-- | editor/translations/pl.po (renamed from tools/editor/translations/pl.po) | 0 | ||||
| -rw-r--r-- | editor/translations/pr.po (renamed from tools/editor/translations/pr.po) | 0 | ||||
| -rw-r--r-- | editor/translations/pt_BR.po (renamed from tools/editor/translations/pt_BR.po) | 0 | ||||
| -rw-r--r-- | editor/translations/pt_PT.po (renamed from tools/editor/translations/pt_PT.po) | 0 | ||||
| -rw-r--r-- | editor/translations/ru.po (renamed from tools/editor/translations/ru.po) | 0 | ||||
| -rw-r--r-- | editor/translations/sk.po (renamed from tools/editor/translations/sk.po) | 0 | ||||
| -rw-r--r-- | editor/translations/sl.po (renamed from tools/editor/translations/sl.po) | 0 | ||||
| -rw-r--r-- | editor/translations/tr.po (renamed from tools/editor/translations/tr.po) | 0 | ||||
| -rw-r--r-- | editor/translations/ur_PK.po (renamed from tools/editor/translations/ur_PK.po) | 0 | ||||
| -rw-r--r-- | editor/translations/zh_CN.po (renamed from tools/editor/translations/zh_CN.po) | 0 | ||||
| -rw-r--r-- | editor/translations/zh_HK.po (renamed from tools/editor/translations/zh_HK.po) | 0 | ||||
| -rw-r--r-- | editor/translations/zh_TW.po (renamed from tools/editor/translations/zh_TW.po) | 0 | ||||
| -rw-r--r-- | main/main.cpp | 6 | ||||
| -rw-r--r-- | modules/gdscript/register_types.cpp | 6 | ||||
| -rw-r--r-- | modules/gridmap/grid_map_editor_plugin.cpp | 4 | ||||
| -rw-r--r-- | modules/gridmap/grid_map_editor_plugin.h | 6 | ||||
| -rw-r--r-- | modules/visual_script/visual_script_editor.cpp | 4 | ||||
| -rw-r--r-- | modules/visual_script/visual_script_editor.h | 8 | ||||
| -rw-r--r-- | platform/android/export/export.cpp | 6 | ||||
| -rw-r--r-- | platform/bb10/export/export.cpp | 6 | ||||
| -rw-r--r-- | platform/javascript/export/export.cpp | 6 | ||||
| -rw-r--r-- | platform/osx/export/export.cpp | 6 | ||||
| -rw-r--r-- | platform/uwp/export/export.cpp | 4 | ||||
| -rw-r--r-- | platform/windows/export/export.cpp | 2 | ||||
| -rw-r--r-- | platform/x11/export/export.cpp | 2 | ||||
| -rw-r--r-- | scene/gui/control.cpp | 2 | ||||
| -rw-r--r-- | scene/gui/line_edit.cpp | 2 |
2029 files changed, 305 insertions, 305 deletions
diff --git a/.gitignore b/.gitignore index 8ab969c9a4..cdf277dd71 100644 --- a/.gitignore +++ b/.gitignore @@ -16,12 +16,12 @@ core/method_bind_ext.inc core/script_encryption_key.cpp core/global_defaults.cpp drivers/unix/os_unix_global_settings_path.cpp -tools/editor/register_exporters.cpp -tools/editor/doc_data_compressed.h -tools/editor/certs_compressed.h -tools/editor/editor_icons.cpp -tools/editor/translations.h -tools/editor/builtin_fonts.h +editor/register_exporters.cpp +editor/doc_data_compressed.h +editor/certs_compressed.h +editor/editor_icons.cpp +editor/translations.h +editor/builtin_fonts.h .fscache make.bat log.txt diff --git a/SConstruct b/SConstruct index 4c79304ef2..2e7683d17a 100644 --- a/SConstruct +++ b/SConstruct @@ -179,7 +179,7 @@ Help(opts.GenerateHelpText(env_base)) # generate help # add default include paths -env_base.Append(CPPPATH=['#core', '#core/math', '#tools', '#drivers', '#']) +env_base.Append(CPPPATH=['#core', '#core/math', '#editor', '#drivers', '#']) # configure ENV for platform env_base.platform_exporters = platform_exporters @@ -358,7 +358,7 @@ if selected_platform in platform_list: SConscript("core/SCsub") SConscript("servers/SCsub") SConscript("scene/SCsub") - SConscript("tools/editor/SCsub") + SConscript("editor/SCsub") SConscript("drivers/SCsub") SConscript("modules/SCsub") diff --git a/tools/editor/SCsub b/editor/SCsub index c9b2392eb2..d7392f8249 100644 --- a/tools/editor/SCsub +++ b/editor/SCsub @@ -159,18 +159,18 @@ if (env["tools"] == "yes"): # API documentation docs = ["#doc/base/classes.xml"] - moduledir = os.path.join(os.getcwd(), "..", "..", "modules") + moduledir = os.path.join(os.getcwd(), "..", "modules") for m in os.listdir(moduledir): curmodle = os.path.join(moduledir, m) docfile = os.path.join(curmodle, "classes.xml") if os.path.isdir(curmodle) and os.path.isfile(docfile): docs.append(docfile) - env.Depends("#tools/editor/doc_data_compressed.h", docs) - env.Command("#tools/editor/doc_data_compressed.h", docs, make_doc_header) + env.Depends("#editor/doc_data_compressed.h", docs) + env.Command("#editor/doc_data_compressed.h", docs, make_doc_header) # Certificates - env.Depends("#tools/editor/certs_compressed.h", "#thirdparty/certs/ca-certificates.crt") - env.Command("#tools/editor/certs_compressed.h", "#thirdparty/certs/ca-certificates.crt", make_certs_header) + env.Depends("#editor/certs_compressed.h", "#thirdparty/certs/ca-certificates.crt") + env.Command("#editor/certs_compressed.h", "#thirdparty/certs/ca-certificates.crt", make_certs_header) import glob path = env.Dir('.').abspath @@ -178,15 +178,15 @@ if (env["tools"] == "yes"): # Translations tlist = glob.glob(path + "/translations/*.po") print("translations: ", tlist) - env.Depends('#tools/editor/translations.h', tlist) - env.Command('#tools/editor/translations.h', tlist, make_translations_header) + env.Depends('#editor/translations.h', tlist) + env.Command('#editor/translations.h', tlist, make_translations_header) # Fonts - flist = glob.glob(path + "/../../thirdparty/fonts/*.ttf") - flist.append(glob.glob(path + "/../../thirdparty/fonts/*.otf")) + flist = glob.glob(path + "/../thirdparty/fonts/*.ttf") + flist.append(glob.glob(path + "/../thirdparty/fonts/*.otf")) print("fonts: ", flist) - env.Depends('#tools/editor/builtin_fonts.h', flist) - env.Command('#tools/editor/builtin_fonts.h', flist, make_fonts_header) + env.Depends('#editor/builtin_fonts.h', flist) + env.Command('#editor/builtin_fonts.h', flist, make_fonts_header) env.add_source_files(env.editor_sources, "*.cpp") diff --git a/tools/editor/animation_editor.cpp b/editor/animation_editor.cpp index d675c6a6bb..d65f229fca 100644 --- a/tools/editor/animation_editor.cpp +++ b/editor/animation_editor.cpp @@ -35,7 +35,7 @@ #include "pair.h" #include "scene/gui/separator.h" #include "editor_node.h" -#include "tools/editor/plugins/animation_player_editor_plugin.h" +#include "editor/plugins/animation_player_editor_plugin.h" #include "scene/main/viewport.h" /* Missing to fix: diff --git a/tools/editor/animation_editor.h b/editor/animation_editor.h index c4539cd763..c4539cd763 100644 --- a/tools/editor/animation_editor.h +++ b/editor/animation_editor.h diff --git a/tools/editor/array_property_edit.cpp b/editor/array_property_edit.cpp index 7304d8dddf..7304d8dddf 100644 --- a/tools/editor/array_property_edit.cpp +++ b/editor/array_property_edit.cpp diff --git a/tools/editor/array_property_edit.h b/editor/array_property_edit.h index 6ca700bf80..6ca700bf80 100644 --- a/tools/editor/array_property_edit.h +++ b/editor/array_property_edit.h diff --git a/tools/editor/asset_library_editor_plugin.cpp b/editor/asset_library_editor_plugin.cpp index 1c1b6c91e3..1c1b6c91e3 100644 --- a/tools/editor/asset_library_editor_plugin.cpp +++ b/editor/asset_library_editor_plugin.cpp diff --git a/tools/editor/asset_library_editor_plugin.h b/editor/asset_library_editor_plugin.h index 0598ea90ea..0598ea90ea 100644 --- a/tools/editor/asset_library_editor_plugin.h +++ b/editor/asset_library_editor_plugin.h diff --git a/tools/editor/call_dialog.cpp b/editor/call_dialog.cpp index 6dfeb87dfd..6dfeb87dfd 100644 --- a/tools/editor/call_dialog.cpp +++ b/editor/call_dialog.cpp diff --git a/tools/editor/call_dialog.h b/editor/call_dialog.h index b0ebe68d86..56fc07c3df 100644 --- a/tools/editor/call_dialog.h +++ b/editor/call_dialog.h @@ -34,7 +34,7 @@ #include "scene/gui/tree.h" #include "scene/gui/label.h" #include "scene/gui/line_edit.h" -#include "tools/editor/property_editor.h" +#include "editor/property_editor.h" /** @author Juan Linietsky <reduzio@gmail.com> */ diff --git a/tools/editor/code_editor.cpp b/editor/code_editor.cpp index 0a25b43716..8e9925a0d3 100644 --- a/tools/editor/code_editor.cpp +++ b/editor/code_editor.cpp @@ -33,7 +33,7 @@ #include "scene/gui/separator.h" #include "scene/resources/dynamic_font.h" #include "os/keyboard.h" -#include "tools/editor/editor_scale.h" +#include "editor/editor_scale.h" void GotoLineDialog::popup_find_line(TextEdit *p_edit) { diff --git a/tools/editor/code_editor.h b/editor/code_editor.h index a000f02010..7582985d4c 100644 --- a/tools/editor/code_editor.h +++ b/editor/code_editor.h @@ -29,7 +29,7 @@ #ifndef CODE_EDITOR_H #define CODE_EDITOR_H -#include "tools/editor/editor_plugin.h" +#include "editor/editor_plugin.h" #include "scene/gui/text_edit.h" #include "scene/gui/dialogs.h" #include "scene/main/timer.h" diff --git a/tools/editor/collada/SCsub b/editor/collada/SCsub index 04c9a827ef..04c9a827ef 100644 --- a/tools/editor/collada/SCsub +++ b/editor/collada/SCsub diff --git a/tools/editor/collada/collada.cpp b/editor/collada/collada.cpp index 2ba4f648a3..2ba4f648a3 100644 --- a/tools/editor/collada/collada.cpp +++ b/editor/collada/collada.cpp diff --git a/tools/editor/collada/collada.h b/editor/collada/collada.h index 2de2d22935..2de2d22935 100644 --- a/tools/editor/collada/collada.h +++ b/editor/collada/collada.h diff --git a/tools/editor/connections_dialog.cpp b/editor/connections_dialog.cpp index 91ba419c97..91ba419c97 100644 --- a/tools/editor/connections_dialog.cpp +++ b/editor/connections_dialog.cpp diff --git a/tools/editor/connections_dialog.h b/editor/connections_dialog.h index 64b292bc34..6407b83f6e 100644 --- a/tools/editor/connections_dialog.h +++ b/editor/connections_dialog.h @@ -36,8 +36,8 @@ #include "scene/gui/dialogs.h" #include "scene/gui/menu_button.h" #include "scene/gui/line_edit.h" -#include "tools/editor/scene_tree_editor.h" -#include "tools/editor/property_editor.h" +#include "editor/scene_tree_editor.h" +#include "editor/property_editor.h" #include "undo_redo.h" /** diff --git a/tools/editor/create_dialog.cpp b/editor/create_dialog.cpp index 58bb148ce1..58bb148ce1 100644 --- a/tools/editor/create_dialog.cpp +++ b/editor/create_dialog.cpp diff --git a/tools/editor/create_dialog.h b/editor/create_dialog.h index 5ecb4db2c3..5ecb4db2c3 100644 --- a/tools/editor/create_dialog.h +++ b/editor/create_dialog.h diff --git a/tools/editor/dependency_editor.cpp b/editor/dependency_editor.cpp index d7e04db86e..d7e04db86e 100644 --- a/tools/editor/dependency_editor.cpp +++ b/editor/dependency_editor.cpp diff --git a/tools/editor/dependency_editor.h b/editor/dependency_editor.h index a96ffe5fcf..a96ffe5fcf 100644 --- a/tools/editor/dependency_editor.h +++ b/editor/dependency_editor.h diff --git a/tools/editor/doc/SCsub b/editor/doc/SCsub index 04c9a827ef..04c9a827ef 100644 --- a/tools/editor/doc/SCsub +++ b/editor/doc/SCsub diff --git a/tools/editor/doc/doc_data.cpp b/editor/doc/doc_data.cpp index 47b8edfa04..47b8edfa04 100644 --- a/tools/editor/doc/doc_data.cpp +++ b/editor/doc/doc_data.cpp diff --git a/tools/editor/doc/doc_data.h b/editor/doc/doc_data.h index 7601013979..7601013979 100644 --- a/tools/editor/doc/doc_data.h +++ b/editor/doc/doc_data.h diff --git a/tools/editor/doc/doc_dump.cpp b/editor/doc/doc_dump.cpp index 5ebba596e9..5ebba596e9 100644 --- a/tools/editor/doc/doc_dump.cpp +++ b/editor/doc/doc_dump.cpp diff --git a/tools/editor/doc/doc_dump.h b/editor/doc/doc_dump.h index 84629b89c8..84629b89c8 100644 --- a/tools/editor/doc/doc_dump.h +++ b/editor/doc/doc_dump.h diff --git a/tools/editor/doc_code_font.h b/editor/doc_code_font.h index 55f335ab78..55f335ab78 100644 --- a/tools/editor/doc_code_font.h +++ b/editor/doc_code_font.h diff --git a/tools/editor/doc_font.h b/editor/doc_font.h index b598ee26f8..b598ee26f8 100644 --- a/tools/editor/doc_font.h +++ b/editor/doc_font.h diff --git a/tools/editor/doc_title_font.h b/editor/doc_title_font.h index afa0f61eda..afa0f61eda 100644 --- a/tools/editor/doc_title_font.h +++ b/editor/doc_title_font.h diff --git a/tools/editor/editor_asset_installer.cpp b/editor/editor_asset_installer.cpp index 8af01012a4..8af01012a4 100644 --- a/tools/editor/editor_asset_installer.cpp +++ b/editor/editor_asset_installer.cpp diff --git a/tools/editor/editor_asset_installer.h b/editor/editor_asset_installer.h index 2d0486a6f6..2d0486a6f6 100644 --- a/tools/editor/editor_asset_installer.h +++ b/editor/editor_asset_installer.h diff --git a/tools/editor/editor_audio_buses.cpp b/editor/editor_audio_buses.cpp index 6ee18f08d8..6ee18f08d8 100644 --- a/tools/editor/editor_audio_buses.cpp +++ b/editor/editor_audio_buses.cpp diff --git a/tools/editor/editor_audio_buses.h b/editor/editor_audio_buses.h index e44f8cd579..4ac8b27004 100644 --- a/tools/editor/editor_audio_buses.h +++ b/editor/editor_audio_buses.h @@ -14,7 +14,7 @@ #include "scene/gui/tree.h" #include "scene/gui/option_button.h" #include "scene/gui/panel.h" -#include "tools/editor/editor_file_dialog.h" +#include "editor/editor_file_dialog.h" #include "editor_plugin.h" class EditorAudioBuses; diff --git a/tools/editor/editor_autoload_settings.cpp b/editor/editor_autoload_settings.cpp index 3e3362f515..3e3362f515 100644 --- a/tools/editor/editor_autoload_settings.cpp +++ b/editor/editor_autoload_settings.cpp diff --git a/tools/editor/editor_autoload_settings.h b/editor/editor_autoload_settings.h index 2afe239000..2afe239000 100644 --- a/tools/editor/editor_autoload_settings.h +++ b/editor/editor_autoload_settings.h diff --git a/tools/editor/editor_data.cpp b/editor/editor_data.cpp index d2fa40e08c..d2fa40e08c 100644 --- a/tools/editor/editor_data.cpp +++ b/editor/editor_data.cpp diff --git a/tools/editor/editor_data.h b/editor/editor_data.h index fce606f722..4622791653 100644 --- a/tools/editor/editor_data.h +++ b/editor/editor_data.h @@ -29,7 +29,7 @@ #ifndef EDITOR_DATA_H #define EDITOR_DATA_H -#include "tools/editor/editor_plugin.h" +#include "editor/editor_plugin.h" #include "scene/resources/texture.h" #include "list.h" #include "undo_redo.h" diff --git a/tools/editor/editor_dir_dialog.cpp b/editor/editor_dir_dialog.cpp index c353e43070..235d1f06ba 100644 --- a/tools/editor/editor_dir_dialog.cpp +++ b/editor/editor_dir_dialog.cpp @@ -30,8 +30,8 @@ #include "os/os.h" #include "os/keyboard.h" -#include "tools/editor/editor_settings.h" -#include "tools/editor/editor_file_system.h" +#include "editor/editor_settings.h" +#include "editor/editor_file_system.h" void EditorDirDialog::_update_dir(TreeItem* p_item) { diff --git a/tools/editor/editor_dir_dialog.h b/editor/editor_dir_dialog.h index 0577ff0442..0577ff0442 100644 --- a/tools/editor/editor_dir_dialog.h +++ b/editor/editor_dir_dialog.h diff --git a/tools/editor/editor_export.cpp b/editor/editor_export.cpp index a67b583868..f5840d00fb 100644 --- a/tools/editor/editor_export.cpp +++ b/editor/editor_export.cpp @@ -32,14 +32,14 @@ #include "global_config.h" #include "os/file_access.h" #include "os/dir_access.h" -#include "tools/editor/editor_file_system.h" +#include "editor/editor_file_system.h" #include "io/resource_loader.h" #include "editor_node.h" #include "editor_settings.h" #include "io/config_file.h" #include "io/resource_saver.h" #include "io/md5.h" -#include "tools/editor/plugins/script_editor_plugin.h" +#include "editor/plugins/script_editor_plugin.h" #include "io/zip_io.h" static int _get_pad(int p_alignment, int p_n) { @@ -959,7 +959,7 @@ EditorExportPlatformPC::EditorExportPlatformPC() { #include "global_config.h" #include "os/file_access.h" #include "os/dir_access.h" -#include "tools/editor/editor_file_system.h" +#include "editor/editor_file_system.h" #include "io/resource_loader.h" #include "editor_node.h" #include "editor_settings.h" @@ -967,7 +967,7 @@ EditorExportPlatformPC::EditorExportPlatformPC() { #include "io/resource_saver.h" #include "io/md5.h" #include "io_plugins/editor_texture_import_plugin.h" -#include "tools/editor/plugins/script_editor_plugin.h" +#include "editor/plugins/script_editor_plugin.h" #include "io/zip_io.h" diff --git a/tools/editor/editor_export.h b/editor/editor_export.h index 8a9dc965e5..8a9dc965e5 100644 --- a/tools/editor/editor_export.h +++ b/editor/editor_export.h diff --git a/tools/editor/editor_file_dialog.cpp b/editor/editor_file_dialog.cpp index bfaf1906d8..bfaf1906d8 100644 --- a/tools/editor/editor_file_dialog.cpp +++ b/editor/editor_file_dialog.cpp diff --git a/tools/editor/editor_file_dialog.h b/editor/editor_file_dialog.h index 193cbc513c..193cbc513c 100644 --- a/tools/editor/editor_file_dialog.h +++ b/editor/editor_file_dialog.h diff --git a/tools/editor/editor_file_system.cpp b/editor/editor_file_system.cpp index cd151cd90b..cd151cd90b 100644 --- a/tools/editor/editor_file_system.cpp +++ b/editor/editor_file_system.cpp diff --git a/tools/editor/editor_file_system.h b/editor/editor_file_system.h index 10d9b919fc..10d9b919fc 100644 --- a/tools/editor/editor_file_system.h +++ b/editor/editor_file_system.h diff --git a/tools/editor/editor_fonts.cpp b/editor/editor_fonts.cpp index 3652a59978..3652a59978 100644 --- a/tools/editor/editor_fonts.cpp +++ b/editor/editor_fonts.cpp diff --git a/tools/editor/editor_fonts.h b/editor/editor_fonts.h index 0e8ce20609..0e8ce20609 100644 --- a/tools/editor/editor_fonts.h +++ b/editor/editor_fonts.h diff --git a/tools/editor/editor_help.cpp b/editor/editor_help.cpp index 5b629b2590..7ef7658132 100644 --- a/tools/editor/editor_help.cpp +++ b/editor/editor_help.cpp @@ -32,7 +32,7 @@ #include "editor_settings.h" #include "os/keyboard.h" #include "doc_data_compressed.h" -#include "tools/editor/plugins/script_editor_plugin.h" +#include "editor/plugins/script_editor_plugin.h" void EditorHelpSearch::popup() { popup_centered_ratio(0.6); diff --git a/tools/editor/editor_help.h b/editor/editor_help.h index 3c4ba1f43e..909226f403 100644 --- a/tools/editor/editor_help.h +++ b/editor/editor_help.h @@ -29,7 +29,7 @@ #ifndef EDITOR_HELP_H #define EDITOR_HELP_H -#include "tools/editor/editor_plugin.h" +#include "editor/editor_plugin.h" #include "scene/gui/tab_container.h" #include "scene/gui/text_edit.h" #include "scene/gui/split_container.h" @@ -39,8 +39,8 @@ #include "scene/gui/tree.h" #include "scene/main/timer.h" -#include "tools/editor/code_editor.h" -#include "tools/editor/doc/doc_data.h" +#include "editor/code_editor.h" +#include "editor/doc/doc_data.h" class EditorNode; diff --git a/tools/editor/editor_icons.h b/editor/editor_icons.h index 7e8d8c0828..7e8d8c0828 100644 --- a/tools/editor/editor_icons.h +++ b/editor/editor_icons.h diff --git a/tools/editor/editor_initialize_ssl.cpp b/editor/editor_initialize_ssl.cpp index c08dcc6656..c08dcc6656 100644 --- a/tools/editor/editor_initialize_ssl.cpp +++ b/editor/editor_initialize_ssl.cpp diff --git a/tools/editor/editor_initialize_ssl.h b/editor/editor_initialize_ssl.h index 0b34ac1d7e..0b34ac1d7e 100644 --- a/tools/editor/editor_initialize_ssl.h +++ b/editor/editor_initialize_ssl.h diff --git a/tools/editor/editor_log.cpp b/editor/editor_log.cpp index 850d9273f8..850d9273f8 100644 --- a/tools/editor/editor_log.cpp +++ b/editor/editor_log.cpp diff --git a/tools/editor/editor_log.h b/editor/editor_log.h index 965d8d6420..965d8d6420 100644 --- a/tools/editor/editor_log.h +++ b/editor/editor_log.h diff --git a/tools/editor/editor_name_dialog.cpp b/editor/editor_name_dialog.cpp index da9f25f1e3..da9f25f1e3 100644 --- a/tools/editor/editor_name_dialog.cpp +++ b/editor/editor_name_dialog.cpp diff --git a/tools/editor/editor_name_dialog.h b/editor/editor_name_dialog.h index d6bc7eca94..d6bc7eca94 100644 --- a/tools/editor/editor_name_dialog.h +++ b/editor/editor_name_dialog.h diff --git a/tools/editor/editor_node.cpp b/editor/editor_node.cpp index 7a85941b0d..7a85941b0d 100644 --- a/tools/editor/editor_node.cpp +++ b/editor/editor_node.cpp diff --git a/tools/editor/editor_node.h b/editor/editor_node.h index 41c1012ff0..fb0b5c4c25 100644 --- a/tools/editor/editor_node.h +++ b/editor/editor_node.h @@ -42,41 +42,41 @@ #include "scene/gui/split_container.h" #include "scene/gui/center_container.h" #include "scene/gui/texture_progress.h" -#include "tools/editor/filesystem_dock.h" -#include "tools/editor/scene_tree_editor.h" -#include "tools/editor/property_editor.h" -#include "tools/editor/create_dialog.h" -#include "tools/editor/call_dialog.h" -#include "tools/editor/reparent_dialog.h" -#include "tools/editor/connections_dialog.h" -#include "tools/editor/node_dock.h" -#include "tools/editor/import_dock.h" -#include "tools/editor/settings_config_dialog.h" -#include "tools/editor/groups_editor.h" -#include "tools/editor/editor_data.h" -#include "tools/editor/editor_path.h" -#include "tools/editor/editor_run.h" - -#include "tools/editor/pane_drag.h" - -#include "tools/editor/script_create_dialog.h" -#include "tools/editor/run_settings_dialog.h" -#include "tools/editor/project_settings.h" -#include "tools/editor/project_export.h" -#include "tools/editor/editor_log.h" -#include "tools/editor/scene_tree_dock.h" -#include "tools/editor/resources_dock.h" -#include "tools/editor/editor_run_script.h" - -#include "tools/editor/editor_run_native.h" +#include "editor/filesystem_dock.h" +#include "editor/scene_tree_editor.h" +#include "editor/property_editor.h" +#include "editor/create_dialog.h" +#include "editor/call_dialog.h" +#include "editor/reparent_dialog.h" +#include "editor/connections_dialog.h" +#include "editor/node_dock.h" +#include "editor/import_dock.h" +#include "editor/settings_config_dialog.h" +#include "editor/groups_editor.h" +#include "editor/editor_data.h" +#include "editor/editor_path.h" +#include "editor/editor_run.h" + +#include "editor/pane_drag.h" + +#include "editor/script_create_dialog.h" +#include "editor/run_settings_dialog.h" +#include "editor/project_settings.h" +#include "editor/project_export.h" +#include "editor/editor_log.h" +#include "editor/scene_tree_dock.h" +#include "editor/resources_dock.h" +#include "editor/editor_run_script.h" + +#include "editor/editor_run_native.h" #include "scene/gui/tabs.h" -#include "tools/editor/quick_open.h" -#include "tools/editor/project_export.h" -#include "tools/editor/editor_sub_scene.h" +#include "editor/quick_open.h" +#include "editor/project_export.h" +#include "editor/editor_sub_scene.h" #include "editor_export.h" #include "editor_reimport_dialog.h" -#include "tools/editor/editor_plugin.h" -#include "tools/editor/editor_name_dialog.h" +#include "editor/editor_plugin.h" +#include "editor/editor_name_dialog.h" #include "fileserver/editor_file_server.h" #include "editor_resource_preview.h" diff --git a/tools/editor/editor_path.cpp b/editor/editor_path.cpp index 8cd31c4bcc..8cd31c4bcc 100644 --- a/tools/editor/editor_path.cpp +++ b/editor/editor_path.cpp diff --git a/tools/editor/editor_path.h b/editor/editor_path.h index fd5b469d07..fd5b469d07 100644 --- a/tools/editor/editor_path.h +++ b/editor/editor_path.h diff --git a/tools/editor/editor_plugin.cpp b/editor/editor_plugin.cpp index 2a0efa5be9..85ef96fcc3 100644 --- a/tools/editor/editor_plugin.cpp +++ b/editor/editor_plugin.cpp @@ -32,8 +32,8 @@ #include "scene/3d/camera.h" #include "plugins/canvas_item_editor_plugin.h" #include "plugins/spatial_editor_plugin.h" -#include "tools/editor/editor_node.h" -#include "tools/editor/editor_settings.h" +#include "editor/editor_node.h" +#include "editor/editor_settings.h" #include "editor_resource_preview.h" void EditorPlugin::add_custom_type(const String& p_type, const String& p_base,const Ref<Script>& p_script, const Ref<Texture>& p_icon) { diff --git a/tools/editor/editor_plugin.h b/editor/editor_plugin.h index 13d8ab0343..13d8ab0343 100644 --- a/tools/editor/editor_plugin.h +++ b/editor/editor_plugin.h diff --git a/tools/editor/editor_plugin_settings.cpp b/editor/editor_plugin_settings.cpp index 2d879e38cf..2d879e38cf 100644 --- a/tools/editor/editor_plugin_settings.cpp +++ b/editor/editor_plugin_settings.cpp diff --git a/tools/editor/editor_plugin_settings.h b/editor/editor_plugin_settings.h index e24880a21d..e24880a21d 100644 --- a/tools/editor/editor_plugin_settings.h +++ b/editor/editor_plugin_settings.h diff --git a/tools/editor/editor_profiler.cpp b/editor/editor_profiler.cpp index d9a4174246..d9a4174246 100644 --- a/tools/editor/editor_profiler.cpp +++ b/editor/editor_profiler.cpp diff --git a/tools/editor/editor_profiler.h b/editor/editor_profiler.h index bf89e3939c..bf89e3939c 100644 --- a/tools/editor/editor_profiler.h +++ b/editor/editor_profiler.h diff --git a/tools/editor/editor_reimport_dialog.cpp b/editor/editor_reimport_dialog.cpp index 5904070230..5904070230 100644 --- a/tools/editor/editor_reimport_dialog.cpp +++ b/editor/editor_reimport_dialog.cpp diff --git a/tools/editor/editor_reimport_dialog.h b/editor/editor_reimport_dialog.h index 7379c70c5e..7379c70c5e 100644 --- a/tools/editor/editor_reimport_dialog.h +++ b/editor/editor_reimport_dialog.h diff --git a/tools/editor/editor_resource_preview.cpp b/editor/editor_resource_preview.cpp index ab2226e79a..ab2226e79a 100644 --- a/tools/editor/editor_resource_preview.cpp +++ b/editor/editor_resource_preview.cpp diff --git a/tools/editor/editor_resource_preview.h b/editor/editor_resource_preview.h index e4a593330d..e4a593330d 100644 --- a/tools/editor/editor_resource_preview.h +++ b/editor/editor_resource_preview.h diff --git a/tools/editor/editor_run.cpp b/editor/editor_run.cpp index 46e400ae7f..46e400ae7f 100644 --- a/tools/editor/editor_run.cpp +++ b/editor/editor_run.cpp diff --git a/tools/editor/editor_run.h b/editor/editor_run.h index 46c5dc7521..46c5dc7521 100644 --- a/tools/editor/editor_run.h +++ b/editor/editor_run.h diff --git a/tools/editor/editor_run_native.cpp b/editor/editor_run_native.cpp index 60a9f53b94..60a9f53b94 100644 --- a/tools/editor/editor_run_native.cpp +++ b/editor/editor_run_native.cpp diff --git a/tools/editor/editor_run_native.h b/editor/editor_run_native.h index c62021148b..c62021148b 100644 --- a/tools/editor/editor_run_native.h +++ b/editor/editor_run_native.h diff --git a/tools/editor/editor_run_script.cpp b/editor/editor_run_script.cpp index 77dc7bd4bf..77dc7bd4bf 100644 --- a/tools/editor/editor_run_script.cpp +++ b/editor/editor_run_script.cpp diff --git a/tools/editor/editor_run_script.h b/editor/editor_run_script.h index 3ab8525cc6..3ab8525cc6 100644 --- a/tools/editor/editor_run_script.h +++ b/editor/editor_run_script.h diff --git a/tools/editor/editor_scale.cpp b/editor/editor_scale.cpp index 5687f97b22..5687f97b22 100644 --- a/tools/editor/editor_scale.cpp +++ b/editor/editor_scale.cpp diff --git a/tools/editor/editor_scale.h b/editor/editor_scale.h index 035a5056c1..035a5056c1 100644 --- a/tools/editor/editor_scale.h +++ b/editor/editor_scale.h diff --git a/tools/editor/editor_settings.cpp b/editor/editor_settings.cpp index f977a40243..f977a40243 100644 --- a/tools/editor/editor_settings.cpp +++ b/editor/editor_settings.cpp diff --git a/tools/editor/editor_settings.h b/editor/editor_settings.h index 809389eb40..809389eb40 100644 --- a/tools/editor/editor_settings.h +++ b/editor/editor_settings.h diff --git a/tools/editor/editor_sub_scene.cpp b/editor/editor_sub_scene.cpp index 917560b540..917560b540 100644 --- a/tools/editor/editor_sub_scene.cpp +++ b/editor/editor_sub_scene.cpp diff --git a/tools/editor/editor_sub_scene.h b/editor/editor_sub_scene.h index cc9faffc77..46cdceafa5 100644 --- a/tools/editor/editor_sub_scene.h +++ b/editor/editor_sub_scene.h @@ -31,7 +31,7 @@ #include "scene/gui/dialogs.h" #include "scene/gui/tree.h" -#include "tools/editor/editor_file_dialog.h" +#include "editor/editor_file_dialog.h" class EditorSubScene : public ConfirmationDialog { diff --git a/tools/editor/editor_themes.cpp b/editor/editor_themes.cpp index 7657996b81..7657996b81 100644 --- a/tools/editor/editor_themes.cpp +++ b/editor/editor_themes.cpp diff --git a/tools/editor/editor_themes.h b/editor/editor_themes.h index bf15420917..bf15420917 100644 --- a/tools/editor/editor_themes.h +++ b/editor/editor_themes.h diff --git a/tools/editor/file_type_cache.cpp b/editor/file_type_cache.cpp index 891669db13..891669db13 100644 --- a/tools/editor/file_type_cache.cpp +++ b/editor/file_type_cache.cpp diff --git a/tools/editor/file_type_cache.h b/editor/file_type_cache.h index 25755f168c..25755f168c 100644 --- a/tools/editor/file_type_cache.h +++ b/editor/file_type_cache.h diff --git a/tools/editor/fileserver/SCsub b/editor/fileserver/SCsub index f1fa50148f..f1fa50148f 100644 --- a/tools/editor/fileserver/SCsub +++ b/editor/fileserver/SCsub diff --git a/tools/editor/fileserver/editor_file_server.cpp b/editor/fileserver/editor_file_server.cpp index 2e5dbf6248..2e5dbf6248 100644 --- a/tools/editor/fileserver/editor_file_server.cpp +++ b/editor/fileserver/editor_file_server.cpp diff --git a/tools/editor/fileserver/editor_file_server.h b/editor/fileserver/editor_file_server.h index 31f8ae84b8..31f8ae84b8 100644 --- a/tools/editor/fileserver/editor_file_server.h +++ b/editor/fileserver/editor_file_server.h diff --git a/tools/editor/filesystem_dock.cpp b/editor/filesystem_dock.cpp index bce0e9148a..bce0e9148a 100644 --- a/tools/editor/filesystem_dock.cpp +++ b/editor/filesystem_dock.cpp diff --git a/tools/editor/filesystem_dock.h b/editor/filesystem_dock.h index 916321d8fd..916321d8fd 100644 --- a/tools/editor/filesystem_dock.h +++ b/editor/filesystem_dock.h diff --git a/tools/editor/groups_editor.cpp b/editor/groups_editor.cpp index 90f0bab6dd..90f0bab6dd 100644 --- a/tools/editor/groups_editor.cpp +++ b/editor/groups_editor.cpp diff --git a/tools/editor/groups_editor.h b/editor/groups_editor.h index 9ab75c6cfd..9ab75c6cfd 100644 --- a/tools/editor/groups_editor.h +++ b/editor/groups_editor.h diff --git a/tools/editor/icons/2x/icon_accept_dialog.png b/editor/icons/2x/icon_accept_dialog.png Binary files differindex fca344aefc..fca344aefc 100644 --- a/tools/editor/icons/2x/icon_accept_dialog.png +++ b/editor/icons/2x/icon_accept_dialog.png diff --git a/tools/editor/icons/2x/icon_add.png b/editor/icons/2x/icon_add.png Binary files differindex a46c521f2a..a46c521f2a 100644 --- a/tools/editor/icons/2x/icon_add.png +++ b/editor/icons/2x/icon_add.png diff --git a/tools/editor/icons/2x/icon_add_track.png b/editor/icons/2x/icon_add_track.png Binary files differindex a46c521f2a..a46c521f2a 100644 --- a/tools/editor/icons/2x/icon_add_track.png +++ b/editor/icons/2x/icon_add_track.png diff --git a/tools/editor/icons/2x/icon_anchor.png b/editor/icons/2x/icon_anchor.png Binary files differindex 7e9e259c13..7e9e259c13 100644 --- a/tools/editor/icons/2x/icon_anchor.png +++ b/editor/icons/2x/icon_anchor.png diff --git a/tools/editor/icons/2x/icon_animated_sprite.png b/editor/icons/2x/icon_animated_sprite.png Binary files differindex 461dac8f13..461dac8f13 100644 --- a/tools/editor/icons/2x/icon_animated_sprite.png +++ b/editor/icons/2x/icon_animated_sprite.png diff --git a/tools/editor/icons/2x/icon_animated_sprite_3d.png b/editor/icons/2x/icon_animated_sprite_3d.png Binary files differindex 6c79c38875..6c79c38875 100644 --- a/tools/editor/icons/2x/icon_animated_sprite_3d.png +++ b/editor/icons/2x/icon_animated_sprite_3d.png diff --git a/tools/editor/icons/2x/icon_animation.png b/editor/icons/2x/icon_animation.png Binary files differindex ef18959a74..ef18959a74 100644 --- a/tools/editor/icons/2x/icon_animation.png +++ b/editor/icons/2x/icon_animation.png diff --git a/tools/editor/icons/2x/icon_animation_player.png b/editor/icons/2x/icon_animation_player.png Binary files differindex 4a3209ab70..4a3209ab70 100644 --- a/tools/editor/icons/2x/icon_animation_player.png +++ b/editor/icons/2x/icon_animation_player.png diff --git a/tools/editor/icons/2x/icon_animation_tree.png b/editor/icons/2x/icon_animation_tree.png Binary files differindex a213ab6e5e..a213ab6e5e 100644 --- a/tools/editor/icons/2x/icon_animation_tree.png +++ b/editor/icons/2x/icon_animation_tree.png diff --git a/tools/editor/icons/2x/icon_animation_tree_player.png b/editor/icons/2x/icon_animation_tree_player.png Binary files differindex a213ab6e5e..a213ab6e5e 100644 --- a/tools/editor/icons/2x/icon_animation_tree_player.png +++ b/editor/icons/2x/icon_animation_tree_player.png diff --git a/tools/editor/icons/2x/icon_area.png b/editor/icons/2x/icon_area.png Binary files differindex d9cefe8fc4..d9cefe8fc4 100644 --- a/tools/editor/icons/2x/icon_area.png +++ b/editor/icons/2x/icon_area.png diff --git a/tools/editor/icons/2x/icon_area_2d.png b/editor/icons/2x/icon_area_2d.png Binary files differindex 22616cc754..22616cc754 100644 --- a/tools/editor/icons/2x/icon_area_2d.png +++ b/editor/icons/2x/icon_area_2d.png diff --git a/tools/editor/icons/2x/icon_arrow_left.png b/editor/icons/2x/icon_arrow_left.png Binary files differindex bc3995f70b..bc3995f70b 100644 --- a/tools/editor/icons/2x/icon_arrow_left.png +++ b/editor/icons/2x/icon_arrow_left.png diff --git a/tools/editor/icons/2x/icon_arrow_right.png b/editor/icons/2x/icon_arrow_right.png Binary files differindex 045b390e0d..045b390e0d 100644 --- a/tools/editor/icons/2x/icon_arrow_right.png +++ b/editor/icons/2x/icon_arrow_right.png diff --git a/tools/editor/icons/2x/icon_arrow_up.png b/editor/icons/2x/icon_arrow_up.png Binary files differindex 524ab934e2..524ab934e2 100644 --- a/tools/editor/icons/2x/icon_arrow_up.png +++ b/editor/icons/2x/icon_arrow_up.png diff --git a/tools/editor/icons/2x/icon_atlas_texture.png b/editor/icons/2x/icon_atlas_texture.png Binary files differindex bd5bdc3148..bd5bdc3148 100644 --- a/tools/editor/icons/2x/icon_atlas_texture.png +++ b/editor/icons/2x/icon_atlas_texture.png diff --git a/tools/editor/icons/2x/icon_audio_stream_gibberish.png b/editor/icons/2x/icon_audio_stream_gibberish.png Binary files differindex da200740a4..da200740a4 100644 --- a/tools/editor/icons/2x/icon_audio_stream_gibberish.png +++ b/editor/icons/2x/icon_audio_stream_gibberish.png diff --git a/tools/editor/icons/2x/icon_auto_play.png b/editor/icons/2x/icon_auto_play.png Binary files differindex ec31dee958..ec31dee958 100644 --- a/tools/editor/icons/2x/icon_auto_play.png +++ b/editor/icons/2x/icon_auto_play.png diff --git a/tools/editor/icons/2x/icon_back.png b/editor/icons/2x/icon_back.png Binary files differindex 648c440928..648c440928 100644 --- a/tools/editor/icons/2x/icon_back.png +++ b/editor/icons/2x/icon_back.png diff --git a/tools/editor/icons/2x/icon_back_buffer_copy.png b/editor/icons/2x/icon_back_buffer_copy.png Binary files differindex 8b5c37b7e5..8b5c37b7e5 100644 --- a/tools/editor/icons/2x/icon_back_buffer_copy.png +++ b/editor/icons/2x/icon_back_buffer_copy.png diff --git a/tools/editor/icons/2x/icon_bake.png b/editor/icons/2x/icon_bake.png Binary files differindex 3c1cba5586..3c1cba5586 100644 --- a/tools/editor/icons/2x/icon_bake.png +++ b/editor/icons/2x/icon_bake.png diff --git a/tools/editor/icons/2x/icon_baked_light.png b/editor/icons/2x/icon_baked_light.png Binary files differindex 3c1cba5586..3c1cba5586 100644 --- a/tools/editor/icons/2x/icon_baked_light.png +++ b/editor/icons/2x/icon_baked_light.png diff --git a/tools/editor/icons/2x/icon_baked_light_instance.png b/editor/icons/2x/icon_baked_light_instance.png Binary files differindex 9b13ed8ff1..9b13ed8ff1 100644 --- a/tools/editor/icons/2x/icon_baked_light_instance.png +++ b/editor/icons/2x/icon_baked_light_instance.png diff --git a/tools/editor/icons/2x/icon_baked_light_sampler.png b/editor/icons/2x/icon_baked_light_sampler.png Binary files differindex 8dfc1793f1..8dfc1793f1 100644 --- a/tools/editor/icons/2x/icon_baked_light_sampler.png +++ b/editor/icons/2x/icon_baked_light_sampler.png diff --git a/tools/editor/icons/2x/icon_bit_map.png b/editor/icons/2x/icon_bit_map.png Binary files differindex 7372b85944..7372b85944 100644 --- a/tools/editor/icons/2x/icon_bit_map.png +++ b/editor/icons/2x/icon_bit_map.png diff --git a/tools/editor/icons/2x/icon_bitmap_font.png b/editor/icons/2x/icon_bitmap_font.png Binary files differindex c533b5f40e..c533b5f40e 100644 --- a/tools/editor/icons/2x/icon_bitmap_font.png +++ b/editor/icons/2x/icon_bitmap_font.png diff --git a/tools/editor/icons/2x/icon_blend.png b/editor/icons/2x/icon_blend.png Binary files differindex 8dd30d1a04..8dd30d1a04 100644 --- a/tools/editor/icons/2x/icon_blend.png +++ b/editor/icons/2x/icon_blend.png diff --git a/tools/editor/icons/2x/icon_bone.png b/editor/icons/2x/icon_bone.png Binary files differindex 0a8ceb4ce1..0a8ceb4ce1 100644 --- a/tools/editor/icons/2x/icon_bone.png +++ b/editor/icons/2x/icon_bone.png diff --git a/tools/editor/icons/2x/icon_bone_attachment.png b/editor/icons/2x/icon_bone_attachment.png Binary files differindex 4e9333d3d1..4e9333d3d1 100644 --- a/tools/editor/icons/2x/icon_bone_attachment.png +++ b/editor/icons/2x/icon_bone_attachment.png diff --git a/tools/editor/icons/2x/icon_bone_track.png b/editor/icons/2x/icon_bone_track.png Binary files differindex a956923a07..a956923a07 100644 --- a/tools/editor/icons/2x/icon_bone_track.png +++ b/editor/icons/2x/icon_bone_track.png diff --git a/tools/editor/icons/2x/icon_bool.png b/editor/icons/2x/icon_bool.png Binary files differindex 47103538bd..47103538bd 100644 --- a/tools/editor/icons/2x/icon_bool.png +++ b/editor/icons/2x/icon_bool.png diff --git a/tools/editor/icons/2x/icon_box_shape.png b/editor/icons/2x/icon_box_shape.png Binary files differindex 7d5356ad94..7d5356ad94 100644 --- a/tools/editor/icons/2x/icon_box_shape.png +++ b/editor/icons/2x/icon_box_shape.png diff --git a/tools/editor/icons/2x/icon_button.png b/editor/icons/2x/icon_button.png Binary files differindex 210b0da486..210b0da486 100644 --- a/tools/editor/icons/2x/icon_button.png +++ b/editor/icons/2x/icon_button.png diff --git a/tools/editor/icons/2x/icon_button_group.png b/editor/icons/2x/icon_button_group.png Binary files differindex 47f62005b9..47f62005b9 100644 --- a/tools/editor/icons/2x/icon_button_group.png +++ b/editor/icons/2x/icon_button_group.png diff --git a/tools/editor/icons/2x/icon_camera.png b/editor/icons/2x/icon_camera.png Binary files differindex ea17779784..ea17779784 100644 --- a/tools/editor/icons/2x/icon_camera.png +++ b/editor/icons/2x/icon_camera.png diff --git a/tools/editor/icons/2x/icon_camera_2d.png b/editor/icons/2x/icon_camera_2d.png Binary files differindex c5c881c435..c5c881c435 100644 --- a/tools/editor/icons/2x/icon_camera_2d.png +++ b/editor/icons/2x/icon_camera_2d.png diff --git a/tools/editor/icons/2x/icon_canvas_item.png b/editor/icons/2x/icon_canvas_item.png Binary files differindex 42863020f0..42863020f0 100644 --- a/tools/editor/icons/2x/icon_canvas_item.png +++ b/editor/icons/2x/icon_canvas_item.png diff --git a/tools/editor/icons/2x/icon_canvas_item_material.png b/editor/icons/2x/icon_canvas_item_material.png Binary files differindex a9f7948060..a9f7948060 100644 --- a/tools/editor/icons/2x/icon_canvas_item_material.png +++ b/editor/icons/2x/icon_canvas_item_material.png diff --git a/tools/editor/icons/2x/icon_canvas_item_shader.png b/editor/icons/2x/icon_canvas_item_shader.png Binary files differindex 5091a947c0..5091a947c0 100644 --- a/tools/editor/icons/2x/icon_canvas_item_shader.png +++ b/editor/icons/2x/icon_canvas_item_shader.png diff --git a/tools/editor/icons/2x/icon_canvas_item_shader_graph.png b/editor/icons/2x/icon_canvas_item_shader_graph.png Binary files differindex a26a9754fe..a26a9754fe 100644 --- a/tools/editor/icons/2x/icon_canvas_item_shader_graph.png +++ b/editor/icons/2x/icon_canvas_item_shader_graph.png diff --git a/tools/editor/icons/2x/icon_canvas_layer.png b/editor/icons/2x/icon_canvas_layer.png Binary files differindex 8a4b31cd7d..8a4b31cd7d 100644 --- a/tools/editor/icons/2x/icon_canvas_layer.png +++ b/editor/icons/2x/icon_canvas_layer.png diff --git a/tools/editor/icons/2x/icon_canvas_modulate.png b/editor/icons/2x/icon_canvas_modulate.png Binary files differindex 6cc15e2655..6cc15e2655 100644 --- a/tools/editor/icons/2x/icon_canvas_modulate.png +++ b/editor/icons/2x/icon_canvas_modulate.png diff --git a/tools/editor/icons/2x/icon_capsule_shape.png b/editor/icons/2x/icon_capsule_shape.png Binary files differindex f8844ecef4..f8844ecef4 100644 --- a/tools/editor/icons/2x/icon_capsule_shape.png +++ b/editor/icons/2x/icon_capsule_shape.png diff --git a/tools/editor/icons/2x/icon_capsule_shape_2d.png b/editor/icons/2x/icon_capsule_shape_2d.png Binary files differindex e449ce4985..e449ce4985 100644 --- a/tools/editor/icons/2x/icon_capsule_shape_2d.png +++ b/editor/icons/2x/icon_capsule_shape_2d.png diff --git a/tools/editor/icons/2x/icon_center_container.png b/editor/icons/2x/icon_center_container.png Binary files differindex c715f0959e..c715f0959e 100644 --- a/tools/editor/icons/2x/icon_center_container.png +++ b/editor/icons/2x/icon_center_container.png diff --git a/tools/editor/icons/2x/icon_check_box.png b/editor/icons/2x/icon_check_box.png Binary files differindex bade572304..bade572304 100644 --- a/tools/editor/icons/2x/icon_check_box.png +++ b/editor/icons/2x/icon_check_box.png diff --git a/tools/editor/icons/2x/icon_check_button.png b/editor/icons/2x/icon_check_button.png Binary files differindex 4f498bb9ad..4f498bb9ad 100644 --- a/tools/editor/icons/2x/icon_check_button.png +++ b/editor/icons/2x/icon_check_button.png diff --git a/tools/editor/icons/2x/icon_circle_shape_2d.png b/editor/icons/2x/icon_circle_shape_2d.png Binary files differindex feb84d2f1c..feb84d2f1c 100644 --- a/tools/editor/icons/2x/icon_circle_shape_2d.png +++ b/editor/icons/2x/icon_circle_shape_2d.png diff --git a/tools/editor/icons/2x/icon_class_list.png b/editor/icons/2x/icon_class_list.png Binary files differindex 4ae0b3edab..4ae0b3edab 100644 --- a/tools/editor/icons/2x/icon_class_list.png +++ b/editor/icons/2x/icon_class_list.png diff --git a/tools/editor/icons/2x/icon_close.png b/editor/icons/2x/icon_close.png Binary files differindex 62ab763fec..62ab763fec 100644 --- a/tools/editor/icons/2x/icon_close.png +++ b/editor/icons/2x/icon_close.png diff --git a/tools/editor/icons/2x/icon_collapse.png b/editor/icons/2x/icon_collapse.png Binary files differindex 18486c03f5..18486c03f5 100644 --- a/tools/editor/icons/2x/icon_collapse.png +++ b/editor/icons/2x/icon_collapse.png diff --git a/tools/editor/icons/2x/icon_collision_2d.png b/editor/icons/2x/icon_collision_2d.png Binary files differindex 491ebfaa78..491ebfaa78 100644 --- a/tools/editor/icons/2x/icon_collision_2d.png +++ b/editor/icons/2x/icon_collision_2d.png diff --git a/tools/editor/icons/2x/icon_collision_polygon.png b/editor/icons/2x/icon_collision_polygon.png Binary files differindex ef786f6a3d..ef786f6a3d 100644 --- a/tools/editor/icons/2x/icon_collision_polygon.png +++ b/editor/icons/2x/icon_collision_polygon.png diff --git a/tools/editor/icons/2x/icon_collision_polygon_2d.png b/editor/icons/2x/icon_collision_polygon_2d.png Binary files differindex 491ebfaa78..491ebfaa78 100644 --- a/tools/editor/icons/2x/icon_collision_polygon_2d.png +++ b/editor/icons/2x/icon_collision_polygon_2d.png diff --git a/tools/editor/icons/2x/icon_collision_shape.png b/editor/icons/2x/icon_collision_shape.png Binary files differindex 23bec8cdd9..23bec8cdd9 100644 --- a/tools/editor/icons/2x/icon_collision_shape.png +++ b/editor/icons/2x/icon_collision_shape.png diff --git a/tools/editor/icons/2x/icon_collision_shape_2d.png b/editor/icons/2x/icon_collision_shape_2d.png Binary files differindex c91456b58e..c91456b58e 100644 --- a/tools/editor/icons/2x/icon_collision_shape_2d.png +++ b/editor/icons/2x/icon_collision_shape_2d.png diff --git a/tools/editor/icons/2x/icon_color.png b/editor/icons/2x/icon_color.png Binary files differindex 125dd86ec0..125dd86ec0 100644 --- a/tools/editor/icons/2x/icon_color.png +++ b/editor/icons/2x/icon_color.png diff --git a/tools/editor/icons/2x/icon_color_pick.png b/editor/icons/2x/icon_color_pick.png Binary files differindex c61f2d4174..c61f2d4174 100644 --- a/tools/editor/icons/2x/icon_color_pick.png +++ b/editor/icons/2x/icon_color_pick.png diff --git a/tools/editor/icons/2x/icon_color_picker.png b/editor/icons/2x/icon_color_picker.png Binary files differindex 2b683c75ea..2b683c75ea 100644 --- a/tools/editor/icons/2x/icon_color_picker.png +++ b/editor/icons/2x/icon_color_picker.png diff --git a/tools/editor/icons/2x/icon_color_picker_button.png b/editor/icons/2x/icon_color_picker_button.png Binary files differindex 8d9bd17ccc..8d9bd17ccc 100644 --- a/tools/editor/icons/2x/icon_color_picker_button.png +++ b/editor/icons/2x/icon_color_picker_button.png diff --git a/tools/editor/icons/2x/icon_color_ramp.png b/editor/icons/2x/icon_color_ramp.png Binary files differindex d0056f0c7d..d0056f0c7d 100644 --- a/tools/editor/icons/2x/icon_color_ramp.png +++ b/editor/icons/2x/icon_color_ramp.png diff --git a/tools/editor/icons/2x/icon_color_rect.png b/editor/icons/2x/icon_color_rect.png Binary files differindex 153029ac20..153029ac20 100644 --- a/tools/editor/icons/2x/icon_color_rect.png +++ b/editor/icons/2x/icon_color_rect.png diff --git a/tools/editor/icons/2x/icon_concave_polygon_shape.png b/editor/icons/2x/icon_concave_polygon_shape.png Binary files differindex 82a67ca4d0..82a67ca4d0 100644 --- a/tools/editor/icons/2x/icon_concave_polygon_shape.png +++ b/editor/icons/2x/icon_concave_polygon_shape.png diff --git a/tools/editor/icons/2x/icon_concave_polygon_shape_2d.png b/editor/icons/2x/icon_concave_polygon_shape_2d.png Binary files differindex 1ad3f30950..1ad3f30950 100644 --- a/tools/editor/icons/2x/icon_concave_polygon_shape_2d.png +++ b/editor/icons/2x/icon_concave_polygon_shape_2d.png diff --git a/tools/editor/icons/2x/icon_cone_twist_joint.png b/editor/icons/2x/icon_cone_twist_joint.png Binary files differindex 3aeba5855d..3aeba5855d 100644 --- a/tools/editor/icons/2x/icon_cone_twist_joint.png +++ b/editor/icons/2x/icon_cone_twist_joint.png diff --git a/tools/editor/icons/2x/icon_confirmation_dialog.png b/editor/icons/2x/icon_confirmation_dialog.png Binary files differindex a0df7fcd1e..a0df7fcd1e 100644 --- a/tools/editor/icons/2x/icon_confirmation_dialog.png +++ b/editor/icons/2x/icon_confirmation_dialog.png diff --git a/tools/editor/icons/2x/icon_connect.png b/editor/icons/2x/icon_connect.png Binary files differindex e3f4b8fd12..e3f4b8fd12 100644 --- a/tools/editor/icons/2x/icon_connect.png +++ b/editor/icons/2x/icon_connect.png diff --git a/tools/editor/icons/2x/icon_connection_and_groups.png b/editor/icons/2x/icon_connection_and_groups.png Binary files differindex e7619327f6..e7619327f6 100644 --- a/tools/editor/icons/2x/icon_connection_and_groups.png +++ b/editor/icons/2x/icon_connection_and_groups.png diff --git a/tools/editor/icons/2x/icon_container.png b/editor/icons/2x/icon_container.png Binary files differindex baa09bbea9..baa09bbea9 100644 --- a/tools/editor/icons/2x/icon_container.png +++ b/editor/icons/2x/icon_container.png diff --git a/tools/editor/icons/2x/icon_control.png b/editor/icons/2x/icon_control.png Binary files differindex 82d7457f3b..82d7457f3b 100644 --- a/tools/editor/icons/2x/icon_control.png +++ b/editor/icons/2x/icon_control.png diff --git a/tools/editor/icons/2x/icon_control_align_bottom_center.png b/editor/icons/2x/icon_control_align_bottom_center.png Binary files differindex 9dc738c746..9dc738c746 100644 --- a/tools/editor/icons/2x/icon_control_align_bottom_center.png +++ b/editor/icons/2x/icon_control_align_bottom_center.png diff --git a/tools/editor/icons/2x/icon_control_align_bottom_left.png b/editor/icons/2x/icon_control_align_bottom_left.png Binary files differindex a11a13528d..a11a13528d 100644 --- a/tools/editor/icons/2x/icon_control_align_bottom_left.png +++ b/editor/icons/2x/icon_control_align_bottom_left.png diff --git a/tools/editor/icons/2x/icon_control_align_bottom_right.png b/editor/icons/2x/icon_control_align_bottom_right.png Binary files differindex 7fee3f0752..7fee3f0752 100644 --- a/tools/editor/icons/2x/icon_control_align_bottom_right.png +++ b/editor/icons/2x/icon_control_align_bottom_right.png diff --git a/tools/editor/icons/2x/icon_control_align_bottom_wide.png b/editor/icons/2x/icon_control_align_bottom_wide.png Binary files differindex 573619ccbb..573619ccbb 100644 --- a/tools/editor/icons/2x/icon_control_align_bottom_wide.png +++ b/editor/icons/2x/icon_control_align_bottom_wide.png diff --git a/tools/editor/icons/2x/icon_control_align_center.png b/editor/icons/2x/icon_control_align_center.png Binary files differindex 9850ecd775..9850ecd775 100644 --- a/tools/editor/icons/2x/icon_control_align_center.png +++ b/editor/icons/2x/icon_control_align_center.png diff --git a/tools/editor/icons/2x/icon_control_align_center_left.png b/editor/icons/2x/icon_control_align_center_left.png Binary files differindex 2c48b889ad..2c48b889ad 100644 --- a/tools/editor/icons/2x/icon_control_align_center_left.png +++ b/editor/icons/2x/icon_control_align_center_left.png diff --git a/tools/editor/icons/2x/icon_control_align_center_right.png b/editor/icons/2x/icon_control_align_center_right.png Binary files differindex 4f87a68ad3..4f87a68ad3 100644 --- a/tools/editor/icons/2x/icon_control_align_center_right.png +++ b/editor/icons/2x/icon_control_align_center_right.png diff --git a/tools/editor/icons/2x/icon_control_align_left_center.png b/editor/icons/2x/icon_control_align_left_center.png Binary files differindex c4250dcb37..c4250dcb37 100644 --- a/tools/editor/icons/2x/icon_control_align_left_center.png +++ b/editor/icons/2x/icon_control_align_left_center.png diff --git a/tools/editor/icons/2x/icon_control_align_left_wide.png b/editor/icons/2x/icon_control_align_left_wide.png Binary files differindex 5436397189..5436397189 100644 --- a/tools/editor/icons/2x/icon_control_align_left_wide.png +++ b/editor/icons/2x/icon_control_align_left_wide.png diff --git a/tools/editor/icons/2x/icon_control_align_right_center.png b/editor/icons/2x/icon_control_align_right_center.png Binary files differindex b1fd9a075d..b1fd9a075d 100644 --- a/tools/editor/icons/2x/icon_control_align_right_center.png +++ b/editor/icons/2x/icon_control_align_right_center.png diff --git a/tools/editor/icons/2x/icon_control_align_right_wide.png b/editor/icons/2x/icon_control_align_right_wide.png Binary files differindex 0ce81d3a50..0ce81d3a50 100644 --- a/tools/editor/icons/2x/icon_control_align_right_wide.png +++ b/editor/icons/2x/icon_control_align_right_wide.png diff --git a/tools/editor/icons/2x/icon_control_align_top_center.png b/editor/icons/2x/icon_control_align_top_center.png Binary files differindex baa2601531..baa2601531 100644 --- a/tools/editor/icons/2x/icon_control_align_top_center.png +++ b/editor/icons/2x/icon_control_align_top_center.png diff --git a/tools/editor/icons/2x/icon_control_align_top_left.png b/editor/icons/2x/icon_control_align_top_left.png Binary files differindex 90f3cb6105..90f3cb6105 100644 --- a/tools/editor/icons/2x/icon_control_align_top_left.png +++ b/editor/icons/2x/icon_control_align_top_left.png diff --git a/tools/editor/icons/2x/icon_control_align_top_right.png b/editor/icons/2x/icon_control_align_top_right.png Binary files differindex 040b7b27ee..040b7b27ee 100644 --- a/tools/editor/icons/2x/icon_control_align_top_right.png +++ b/editor/icons/2x/icon_control_align_top_right.png diff --git a/tools/editor/icons/2x/icon_control_align_top_wide.png b/editor/icons/2x/icon_control_align_top_wide.png Binary files differindex 5c14782fc2..5c14782fc2 100644 --- a/tools/editor/icons/2x/icon_control_align_top_wide.png +++ b/editor/icons/2x/icon_control_align_top_wide.png diff --git a/tools/editor/icons/2x/icon_control_align_wide.png b/editor/icons/2x/icon_control_align_wide.png Binary files differindex 383b63d069..383b63d069 100644 --- a/tools/editor/icons/2x/icon_control_align_wide.png +++ b/editor/icons/2x/icon_control_align_wide.png diff --git a/tools/editor/icons/2x/icon_control_hcenter_wide.png b/editor/icons/2x/icon_control_hcenter_wide.png Binary files differindex 840ac557f5..840ac557f5 100644 --- a/tools/editor/icons/2x/icon_control_hcenter_wide.png +++ b/editor/icons/2x/icon_control_hcenter_wide.png diff --git a/tools/editor/icons/2x/icon_control_vcenter_wide.png b/editor/icons/2x/icon_control_vcenter_wide.png Binary files differindex a9e406d4b5..a9e406d4b5 100644 --- a/tools/editor/icons/2x/icon_control_vcenter_wide.png +++ b/editor/icons/2x/icon_control_vcenter_wide.png diff --git a/tools/editor/icons/2x/icon_convex_polygon_shape.png b/editor/icons/2x/icon_convex_polygon_shape.png Binary files differindex 40dd40f299..40dd40f299 100644 --- a/tools/editor/icons/2x/icon_convex_polygon_shape.png +++ b/editor/icons/2x/icon_convex_polygon_shape.png diff --git a/tools/editor/icons/2x/icon_convex_polygon_shape_2d.png b/editor/icons/2x/icon_convex_polygon_shape_2d.png Binary files differindex 6d46a96f9d..6d46a96f9d 100644 --- a/tools/editor/icons/2x/icon_convex_polygon_shape_2d.png +++ b/editor/icons/2x/icon_convex_polygon_shape_2d.png diff --git a/tools/editor/icons/2x/icon_copy_node_path.png b/editor/icons/2x/icon_copy_node_path.png Binary files differindex 056748d20b..056748d20b 100644 --- a/tools/editor/icons/2x/icon_copy_node_path.png +++ b/editor/icons/2x/icon_copy_node_path.png diff --git a/tools/editor/icons/2x/icon_create_new_scene_from.png b/editor/icons/2x/icon_create_new_scene_from.png Binary files differindex cc3be48033..cc3be48033 100644 --- a/tools/editor/icons/2x/icon_create_new_scene_from.png +++ b/editor/icons/2x/icon_create_new_scene_from.png diff --git a/tools/editor/icons/2x/icon_cube_map.png b/editor/icons/2x/icon_cube_map.png Binary files differindex 0edf82a88e..0edf82a88e 100644 --- a/tools/editor/icons/2x/icon_cube_map.png +++ b/editor/icons/2x/icon_cube_map.png diff --git a/tools/editor/icons/2x/icon_curve_2d.png b/editor/icons/2x/icon_curve_2d.png Binary files differindex 69a6f9a9dc..69a6f9a9dc 100644 --- a/tools/editor/icons/2x/icon_curve_2d.png +++ b/editor/icons/2x/icon_curve_2d.png diff --git a/tools/editor/icons/2x/icon_curve_3d.png b/editor/icons/2x/icon_curve_3d.png Binary files differindex e989df4769..e989df4769 100644 --- a/tools/editor/icons/2x/icon_curve_3d.png +++ b/editor/icons/2x/icon_curve_3d.png diff --git a/tools/editor/icons/2x/icon_curve_close.png b/editor/icons/2x/icon_curve_close.png Binary files differindex bd2de0edc8..bd2de0edc8 100644 --- a/tools/editor/icons/2x/icon_curve_close.png +++ b/editor/icons/2x/icon_curve_close.png diff --git a/tools/editor/icons/2x/icon_curve_constant.png b/editor/icons/2x/icon_curve_constant.png Binary files differindex a6e32e0467..a6e32e0467 100644 --- a/tools/editor/icons/2x/icon_curve_constant.png +++ b/editor/icons/2x/icon_curve_constant.png diff --git a/tools/editor/icons/2x/icon_curve_create.png b/editor/icons/2x/icon_curve_create.png Binary files differindex 39f10fd8db..39f10fd8db 100644 --- a/tools/editor/icons/2x/icon_curve_create.png +++ b/editor/icons/2x/icon_curve_create.png diff --git a/tools/editor/icons/2x/icon_curve_curve.png b/editor/icons/2x/icon_curve_curve.png Binary files differindex 6476579a64..6476579a64 100644 --- a/tools/editor/icons/2x/icon_curve_curve.png +++ b/editor/icons/2x/icon_curve_curve.png diff --git a/tools/editor/icons/2x/icon_curve_delete.png b/editor/icons/2x/icon_curve_delete.png Binary files differindex 60c081bbd0..60c081bbd0 100644 --- a/tools/editor/icons/2x/icon_curve_delete.png +++ b/editor/icons/2x/icon_curve_delete.png diff --git a/tools/editor/icons/2x/icon_curve_edit.png b/editor/icons/2x/icon_curve_edit.png Binary files differindex f9701e05cb..f9701e05cb 100644 --- a/tools/editor/icons/2x/icon_curve_edit.png +++ b/editor/icons/2x/icon_curve_edit.png diff --git a/tools/editor/icons/2x/icon_curve_in.png b/editor/icons/2x/icon_curve_in.png Binary files differindex a018d28035..a018d28035 100644 --- a/tools/editor/icons/2x/icon_curve_in.png +++ b/editor/icons/2x/icon_curve_in.png diff --git a/tools/editor/icons/2x/icon_curve_in_out.png b/editor/icons/2x/icon_curve_in_out.png Binary files differindex 8b8b8d7d8a..8b8b8d7d8a 100644 --- a/tools/editor/icons/2x/icon_curve_in_out.png +++ b/editor/icons/2x/icon_curve_in_out.png diff --git a/tools/editor/icons/2x/icon_curve_linear.png b/editor/icons/2x/icon_curve_linear.png Binary files differindex 9733ec6f49..9733ec6f49 100644 --- a/tools/editor/icons/2x/icon_curve_linear.png +++ b/editor/icons/2x/icon_curve_linear.png diff --git a/tools/editor/icons/2x/icon_curve_out.png b/editor/icons/2x/icon_curve_out.png Binary files differindex 49e62ef471..49e62ef471 100644 --- a/tools/editor/icons/2x/icon_curve_out.png +++ b/editor/icons/2x/icon_curve_out.png diff --git a/tools/editor/icons/2x/icon_curve_out_in.png b/editor/icons/2x/icon_curve_out_in.png Binary files differindex cc716cdbe8..cc716cdbe8 100644 --- a/tools/editor/icons/2x/icon_curve_out_in.png +++ b/editor/icons/2x/icon_curve_out_in.png diff --git a/tools/editor/icons/2x/icon_damped_spring_joint_2d.png b/editor/icons/2x/icon_damped_spring_joint_2d.png Binary files differindex a51081efca..a51081efca 100644 --- a/tools/editor/icons/2x/icon_damped_spring_joint_2d.png +++ b/editor/icons/2x/icon_damped_spring_joint_2d.png diff --git a/tools/editor/icons/2x/icon_debug_continue.png b/editor/icons/2x/icon_debug_continue.png Binary files differindex be460bd61d..be460bd61d 100644 --- a/tools/editor/icons/2x/icon_debug_continue.png +++ b/editor/icons/2x/icon_debug_continue.png diff --git a/tools/editor/icons/2x/icon_debug_next.png b/editor/icons/2x/icon_debug_next.png Binary files differindex b52e276f36..b52e276f36 100644 --- a/tools/editor/icons/2x/icon_debug_next.png +++ b/editor/icons/2x/icon_debug_next.png diff --git a/tools/editor/icons/2x/icon_debug_step.png b/editor/icons/2x/icon_debug_step.png Binary files differindex e06a1ad56b..e06a1ad56b 100644 --- a/tools/editor/icons/2x/icon_debug_step.png +++ b/editor/icons/2x/icon_debug_step.png diff --git a/tools/editor/icons/2x/icon_dependency_changed.png b/editor/icons/2x/icon_dependency_changed.png Binary files differindex 3ec13e0e3b..3ec13e0e3b 100644 --- a/tools/editor/icons/2x/icon_dependency_changed.png +++ b/editor/icons/2x/icon_dependency_changed.png diff --git a/tools/editor/icons/2x/icon_dependency_changed_hl.png b/editor/icons/2x/icon_dependency_changed_hl.png Binary files differindex 630ea40554..630ea40554 100644 --- a/tools/editor/icons/2x/icon_dependency_changed_hl.png +++ b/editor/icons/2x/icon_dependency_changed_hl.png diff --git a/tools/editor/icons/2x/icon_dependency_local_changed.png b/editor/icons/2x/icon_dependency_local_changed.png Binary files differindex 9bc2545439..9bc2545439 100644 --- a/tools/editor/icons/2x/icon_dependency_local_changed.png +++ b/editor/icons/2x/icon_dependency_local_changed.png diff --git a/tools/editor/icons/2x/icon_dependency_local_changed_hl.png b/editor/icons/2x/icon_dependency_local_changed_hl.png Binary files differindex 385371df9f..385371df9f 100644 --- a/tools/editor/icons/2x/icon_dependency_local_changed_hl.png +++ b/editor/icons/2x/icon_dependency_local_changed_hl.png diff --git a/tools/editor/icons/2x/icon_dependency_ok.png b/editor/icons/2x/icon_dependency_ok.png Binary files differindex 80fe7f573a..80fe7f573a 100644 --- a/tools/editor/icons/2x/icon_dependency_ok.png +++ b/editor/icons/2x/icon_dependency_ok.png diff --git a/tools/editor/icons/2x/icon_dependency_ok_hl.png b/editor/icons/2x/icon_dependency_ok_hl.png Binary files differindex 9d496688cc..9d496688cc 100644 --- a/tools/editor/icons/2x/icon_dependency_ok_hl.png +++ b/editor/icons/2x/icon_dependency_ok_hl.png diff --git a/tools/editor/icons/2x/icon_directional_light.png b/editor/icons/2x/icon_directional_light.png Binary files differindex 9a35325aec..9a35325aec 100644 --- a/tools/editor/icons/2x/icon_directional_light.png +++ b/editor/icons/2x/icon_directional_light.png diff --git a/tools/editor/icons/2x/icon_distraction_free.png b/editor/icons/2x/icon_distraction_free.png Binary files differindex 034239a4e7..034239a4e7 100644 --- a/tools/editor/icons/2x/icon_distraction_free.png +++ b/editor/icons/2x/icon_distraction_free.png diff --git a/tools/editor/icons/2x/icon_duplicate.png b/editor/icons/2x/icon_duplicate.png Binary files differindex 37996482ae..37996482ae 100644 --- a/tools/editor/icons/2x/icon_duplicate.png +++ b/editor/icons/2x/icon_duplicate.png diff --git a/tools/editor/icons/2x/icon_dynamic_font.png b/editor/icons/2x/icon_dynamic_font.png Binary files differindex 1f1dc52dfb..1f1dc52dfb 100644 --- a/tools/editor/icons/2x/icon_dynamic_font.png +++ b/editor/icons/2x/icon_dynamic_font.png diff --git a/tools/editor/icons/2x/icon_dynamic_font_data.png b/editor/icons/2x/icon_dynamic_font_data.png Binary files differindex 6d76303c81..6d76303c81 100644 --- a/tools/editor/icons/2x/icon_dynamic_font_data.png +++ b/editor/icons/2x/icon_dynamic_font_data.png diff --git a/tools/editor/icons/2x/icon_edit.png b/editor/icons/2x/icon_edit.png Binary files differindex b9ed2c3e58..b9ed2c3e58 100644 --- a/tools/editor/icons/2x/icon_edit.png +++ b/editor/icons/2x/icon_edit.png diff --git a/tools/editor/icons/2x/icon_edit_key.png b/editor/icons/2x/icon_edit_key.png Binary files differindex 58b9a6e749..58b9a6e749 100644 --- a/tools/editor/icons/2x/icon_edit_key.png +++ b/editor/icons/2x/icon_edit_key.png diff --git a/tools/editor/icons/2x/icon_edit_pivot.png b/editor/icons/2x/icon_edit_pivot.png Binary files differindex ac5a2cafb9..ac5a2cafb9 100644 --- a/tools/editor/icons/2x/icon_edit_pivot.png +++ b/editor/icons/2x/icon_edit_pivot.png diff --git a/tools/editor/icons/2x/icon_edit_resource.png b/editor/icons/2x/icon_edit_resource.png Binary files differindex 5ba9b36b0a..5ba9b36b0a 100644 --- a/tools/editor/icons/2x/icon_edit_resource.png +++ b/editor/icons/2x/icon_edit_resource.png diff --git a/tools/editor/icons/2x/icon_editor_3d_handle.png b/editor/icons/2x/icon_editor_3d_handle.png Binary files differindex f76af85cc1..f76af85cc1 100644 --- a/tools/editor/icons/2x/icon_editor_3d_handle.png +++ b/editor/icons/2x/icon_editor_3d_handle.png diff --git a/tools/editor/icons/2x/icon_editor_handle.png b/editor/icons/2x/icon_editor_handle.png Binary files differindex 355d8fe155..355d8fe155 100644 --- a/tools/editor/icons/2x/icon_editor_handle.png +++ b/editor/icons/2x/icon_editor_handle.png diff --git a/tools/editor/icons/2x/icon_editor_pivot.png b/editor/icons/2x/icon_editor_pivot.png Binary files differindex e1666e38de..e1666e38de 100644 --- a/tools/editor/icons/2x/icon_editor_pivot.png +++ b/editor/icons/2x/icon_editor_pivot.png diff --git a/tools/editor/icons/2x/icon_editor_plugin.png b/editor/icons/2x/icon_editor_plugin.png Binary files differindex f6411bb323..f6411bb323 100644 --- a/tools/editor/icons/2x/icon_editor_plugin.png +++ b/editor/icons/2x/icon_editor_plugin.png diff --git a/tools/editor/icons/2x/icon_enum.png b/editor/icons/2x/icon_enum.png Binary files differindex d9df3a3ec3..d9df3a3ec3 100644 --- a/tools/editor/icons/2x/icon_enum.png +++ b/editor/icons/2x/icon_enum.png diff --git a/tools/editor/icons/2x/icon_environment.png b/editor/icons/2x/icon_environment.png Binary files differindex 4c4c30b0e5..4c4c30b0e5 100644 --- a/tools/editor/icons/2x/icon_environment.png +++ b/editor/icons/2x/icon_environment.png diff --git a/tools/editor/icons/2x/icon_error.png b/editor/icons/2x/icon_error.png Binary files differindex a6d79ab41b..a6d79ab41b 100644 --- a/tools/editor/icons/2x/icon_error.png +++ b/editor/icons/2x/icon_error.png diff --git a/tools/editor/icons/2x/icon_error_sign.png b/editor/icons/2x/icon_error_sign.png Binary files differindex f1d16ea669..f1d16ea669 100644 --- a/tools/editor/icons/2x/icon_error_sign.png +++ b/editor/icons/2x/icon_error_sign.png diff --git a/tools/editor/icons/2x/icon_event_player.png b/editor/icons/2x/icon_event_player.png Binary files differindex 2482c576db..2482c576db 100644 --- a/tools/editor/icons/2x/icon_event_player.png +++ b/editor/icons/2x/icon_event_player.png diff --git a/tools/editor/icons/2x/icon_favorites.png b/editor/icons/2x/icon_favorites.png Binary files differindex 7a63835b3d..7a63835b3d 100644 --- a/tools/editor/icons/2x/icon_favorites.png +++ b/editor/icons/2x/icon_favorites.png diff --git a/tools/editor/icons/2x/icon_file.png b/editor/icons/2x/icon_file.png Binary files differindex 683f1141fd..683f1141fd 100644 --- a/tools/editor/icons/2x/icon_file.png +++ b/editor/icons/2x/icon_file.png diff --git a/tools/editor/icons/2x/icon_file_big.png b/editor/icons/2x/icon_file_big.png Binary files differindex 8c86c6b958..8c86c6b958 100644 --- a/tools/editor/icons/2x/icon_file_big.png +++ b/editor/icons/2x/icon_file_big.png diff --git a/tools/editor/icons/2x/icon_file_dialog.png b/editor/icons/2x/icon_file_dialog.png Binary files differindex f19b4d7507..f19b4d7507 100644 --- a/tools/editor/icons/2x/icon_file_dialog.png +++ b/editor/icons/2x/icon_file_dialog.png diff --git a/tools/editor/icons/2x/icon_file_list.png b/editor/icons/2x/icon_file_list.png Binary files differindex d9df3a3ec3..d9df3a3ec3 100644 --- a/tools/editor/icons/2x/icon_file_list.png +++ b/editor/icons/2x/icon_file_list.png diff --git a/tools/editor/icons/2x/icon_file_server.png b/editor/icons/2x/icon_file_server.png Binary files differindex d8021a4067..d8021a4067 100644 --- a/tools/editor/icons/2x/icon_file_server.png +++ b/editor/icons/2x/icon_file_server.png diff --git a/tools/editor/icons/2x/icon_file_server_active.png b/editor/icons/2x/icon_file_server_active.png Binary files differindex f503fe406b..f503fe406b 100644 --- a/tools/editor/icons/2x/icon_file_server_active.png +++ b/editor/icons/2x/icon_file_server_active.png diff --git a/tools/editor/icons/2x/icon_file_thumbnail.png b/editor/icons/2x/icon_file_thumbnail.png Binary files differindex 5a8d282fe1..5a8d282fe1 100644 --- a/tools/editor/icons/2x/icon_file_thumbnail.png +++ b/editor/icons/2x/icon_file_thumbnail.png diff --git a/tools/editor/icons/2x/icon_filesystem.png b/editor/icons/2x/icon_filesystem.png Binary files differindex 4ae0b3edab..4ae0b3edab 100644 --- a/tools/editor/icons/2x/icon_filesystem.png +++ b/editor/icons/2x/icon_filesystem.png diff --git a/tools/editor/icons/2x/icon_fixed_material.png b/editor/icons/2x/icon_fixed_material.png Binary files differindex 21bfb15838..21bfb15838 100644 --- a/tools/editor/icons/2x/icon_fixed_material.png +++ b/editor/icons/2x/icon_fixed_material.png diff --git a/tools/editor/icons/2x/icon_fixed_spatial_material.png b/editor/icons/2x/icon_fixed_spatial_material.png Binary files differindex 65509a590e..65509a590e 100644 --- a/tools/editor/icons/2x/icon_fixed_spatial_material.png +++ b/editor/icons/2x/icon_fixed_spatial_material.png diff --git a/tools/editor/icons/2x/icon_folder.png b/editor/icons/2x/icon_folder.png Binary files differindex 2e797c448b..2e797c448b 100644 --- a/tools/editor/icons/2x/icon_folder.png +++ b/editor/icons/2x/icon_folder.png diff --git a/tools/editor/icons/2x/icon_folder_big.png b/editor/icons/2x/icon_folder_big.png Binary files differindex b89600619a..b89600619a 100644 --- a/tools/editor/icons/2x/icon_folder_big.png +++ b/editor/icons/2x/icon_folder_big.png diff --git a/tools/editor/icons/2x/icon_font.png b/editor/icons/2x/icon_font.png Binary files differindex b78c95a827..b78c95a827 100644 --- a/tools/editor/icons/2x/icon_font.png +++ b/editor/icons/2x/icon_font.png diff --git a/tools/editor/icons/2x/icon_forward.png b/editor/icons/2x/icon_forward.png Binary files differindex 11fd444a04..11fd444a04 100644 --- a/tools/editor/icons/2x/icon_forward.png +++ b/editor/icons/2x/icon_forward.png diff --git a/tools/editor/icons/2x/icon_g_d_script.png b/editor/icons/2x/icon_g_d_script.png Binary files differindex 6143191fc7..6143191fc7 100644 --- a/tools/editor/icons/2x/icon_g_d_script.png +++ b/editor/icons/2x/icon_g_d_script.png diff --git a/tools/editor/icons/2x/icon_g_i_probe.png b/editor/icons/2x/icon_g_i_probe.png Binary files differindex 921f1cca42..921f1cca42 100644 --- a/tools/editor/icons/2x/icon_g_i_probe.png +++ b/editor/icons/2x/icon_g_i_probe.png diff --git a/tools/editor/icons/2x/icon_g_i_probe_data.png b/editor/icons/2x/icon_g_i_probe_data.png Binary files differindex 69c4ed7184..69c4ed7184 100644 --- a/tools/editor/icons/2x/icon_g_i_probe_data.png +++ b/editor/icons/2x/icon_g_i_probe_data.png diff --git a/tools/editor/icons/2x/icon_generic_6_d_o_f_joint.png b/editor/icons/2x/icon_generic_6_d_o_f_joint.png Binary files differindex 506c873376..506c873376 100644 --- a/tools/editor/icons/2x/icon_generic_6_d_o_f_joint.png +++ b/editor/icons/2x/icon_generic_6_d_o_f_joint.png diff --git a/tools/editor/icons/2x/icon_gizmo_directional_light.png b/editor/icons/2x/icon_gizmo_directional_light.png Binary files differindex 0d02788040..0d02788040 100644 --- a/tools/editor/icons/2x/icon_gizmo_directional_light.png +++ b/editor/icons/2x/icon_gizmo_directional_light.png diff --git a/tools/editor/icons/2x/icon_gizmo_light.png b/editor/icons/2x/icon_gizmo_light.png Binary files differindex 2ba9689107..2ba9689107 100644 --- a/tools/editor/icons/2x/icon_gizmo_light.png +++ b/editor/icons/2x/icon_gizmo_light.png diff --git a/tools/editor/icons/2x/icon_gizmo_listener.png b/editor/icons/2x/icon_gizmo_listener.png Binary files differindex bc2908824d..bc2908824d 100644 --- a/tools/editor/icons/2x/icon_gizmo_listener.png +++ b/editor/icons/2x/icon_gizmo_listener.png diff --git a/tools/editor/icons/2x/icon_gizmo_spatial_sample_player.png b/editor/icons/2x/icon_gizmo_spatial_sample_player.png Binary files differindex 78a88c55c1..78a88c55c1 100644 --- a/tools/editor/icons/2x/icon_gizmo_spatial_sample_player.png +++ b/editor/icons/2x/icon_gizmo_spatial_sample_player.png diff --git a/tools/editor/icons/2x/icon_gizmo_spatial_stream_player.png b/editor/icons/2x/icon_gizmo_spatial_stream_player.png Binary files differindex 631f03e874..631f03e874 100644 --- a/tools/editor/icons/2x/icon_gizmo_spatial_stream_player.png +++ b/editor/icons/2x/icon_gizmo_spatial_stream_player.png diff --git a/tools/editor/icons/2x/icon_godot.png b/editor/icons/2x/icon_godot.png Binary files differindex 94d87e23cc..94d87e23cc 100644 --- a/tools/editor/icons/2x/icon_godot.png +++ b/editor/icons/2x/icon_godot.png diff --git a/tools/editor/icons/2x/icon_graph_color_ramp.png b/editor/icons/2x/icon_graph_color_ramp.png Binary files differindex d0056f0c7d..d0056f0c7d 100644 --- a/tools/editor/icons/2x/icon_graph_color_ramp.png +++ b/editor/icons/2x/icon_graph_color_ramp.png diff --git a/tools/editor/icons/2x/icon_graph_comment.png b/editor/icons/2x/icon_graph_comment.png Binary files differindex 3dedbfab52..3dedbfab52 100644 --- a/tools/editor/icons/2x/icon_graph_comment.png +++ b/editor/icons/2x/icon_graph_comment.png diff --git a/tools/editor/icons/2x/icon_graph_cube_uniform.png b/editor/icons/2x/icon_graph_cube_uniform.png Binary files differindex 43ec1fa6d6..43ec1fa6d6 100644 --- a/tools/editor/icons/2x/icon_graph_cube_uniform.png +++ b/editor/icons/2x/icon_graph_cube_uniform.png diff --git a/tools/editor/icons/2x/icon_graph_curve_map.png b/editor/icons/2x/icon_graph_curve_map.png Binary files differindex f29086e503..f29086e503 100644 --- a/tools/editor/icons/2x/icon_graph_curve_map.png +++ b/editor/icons/2x/icon_graph_curve_map.png diff --git a/tools/editor/icons/2x/icon_graph_default_texture.png b/editor/icons/2x/icon_graph_default_texture.png Binary files differindex 45e4470502..45e4470502 100644 --- a/tools/editor/icons/2x/icon_graph_default_texture.png +++ b/editor/icons/2x/icon_graph_default_texture.png diff --git a/tools/editor/icons/2x/icon_graph_edit.png b/editor/icons/2x/icon_graph_edit.png Binary files differindex bd4386839d..bd4386839d 100644 --- a/tools/editor/icons/2x/icon_graph_edit.png +++ b/editor/icons/2x/icon_graph_edit.png diff --git a/tools/editor/icons/2x/icon_graph_input.png b/editor/icons/2x/icon_graph_input.png Binary files differindex 3eeb29a3e7..3eeb29a3e7 100644 --- a/tools/editor/icons/2x/icon_graph_input.png +++ b/editor/icons/2x/icon_graph_input.png diff --git a/tools/editor/icons/2x/icon_graph_node.png b/editor/icons/2x/icon_graph_node.png Binary files differindex 7ce633af4d..7ce633af4d 100644 --- a/tools/editor/icons/2x/icon_graph_node.png +++ b/editor/icons/2x/icon_graph_node.png diff --git a/tools/editor/icons/2x/icon_graph_rgb.png b/editor/icons/2x/icon_graph_rgb.png Binary files differindex a9c39f0222..a9c39f0222 100644 --- a/tools/editor/icons/2x/icon_graph_rgb.png +++ b/editor/icons/2x/icon_graph_rgb.png diff --git a/tools/editor/icons/2x/icon_graph_rgb_op.png b/editor/icons/2x/icon_graph_rgb_op.png Binary files differindex 44812d8dd8..44812d8dd8 100644 --- a/tools/editor/icons/2x/icon_graph_rgb_op.png +++ b/editor/icons/2x/icon_graph_rgb_op.png diff --git a/tools/editor/icons/2x/icon_graph_rgb_uniform.png b/editor/icons/2x/icon_graph_rgb_uniform.png Binary files differindex b06f1d4d8d..b06f1d4d8d 100644 --- a/tools/editor/icons/2x/icon_graph_rgb_uniform.png +++ b/editor/icons/2x/icon_graph_rgb_uniform.png diff --git a/tools/editor/icons/2x/icon_graph_scalar.png b/editor/icons/2x/icon_graph_scalar.png Binary files differindex 382c429d35..382c429d35 100644 --- a/tools/editor/icons/2x/icon_graph_scalar.png +++ b/editor/icons/2x/icon_graph_scalar.png diff --git a/tools/editor/icons/2x/icon_graph_scalar_interp.png b/editor/icons/2x/icon_graph_scalar_interp.png Binary files differindex 430e35470f..430e35470f 100644 --- a/tools/editor/icons/2x/icon_graph_scalar_interp.png +++ b/editor/icons/2x/icon_graph_scalar_interp.png diff --git a/tools/editor/icons/2x/icon_graph_scalar_op.png b/editor/icons/2x/icon_graph_scalar_op.png Binary files differindex b90b6a6190..b90b6a6190 100644 --- a/tools/editor/icons/2x/icon_graph_scalar_op.png +++ b/editor/icons/2x/icon_graph_scalar_op.png diff --git a/tools/editor/icons/2x/icon_graph_scalar_uniform.png b/editor/icons/2x/icon_graph_scalar_uniform.png Binary files differindex dff850df03..dff850df03 100644 --- a/tools/editor/icons/2x/icon_graph_scalar_uniform.png +++ b/editor/icons/2x/icon_graph_scalar_uniform.png diff --git a/tools/editor/icons/2x/icon_graph_scalars_to_vec.png b/editor/icons/2x/icon_graph_scalars_to_vec.png Binary files differindex 266c84e5ae..266c84e5ae 100644 --- a/tools/editor/icons/2x/icon_graph_scalars_to_vec.png +++ b/editor/icons/2x/icon_graph_scalars_to_vec.png diff --git a/tools/editor/icons/2x/icon_graph_texscreen.png b/editor/icons/2x/icon_graph_texscreen.png Binary files differindex 8b1d250129..8b1d250129 100644 --- a/tools/editor/icons/2x/icon_graph_texscreen.png +++ b/editor/icons/2x/icon_graph_texscreen.png diff --git a/tools/editor/icons/2x/icon_graph_texture_uniform.png b/editor/icons/2x/icon_graph_texture_uniform.png Binary files differindex ee211b6c03..ee211b6c03 100644 --- a/tools/editor/icons/2x/icon_graph_texture_uniform.png +++ b/editor/icons/2x/icon_graph_texture_uniform.png diff --git a/tools/editor/icons/2x/icon_graph_time.png b/editor/icons/2x/icon_graph_time.png Binary files differindex 3cf9bf2035..3cf9bf2035 100644 --- a/tools/editor/icons/2x/icon_graph_time.png +++ b/editor/icons/2x/icon_graph_time.png diff --git a/tools/editor/icons/2x/icon_graph_vec_dp.png b/editor/icons/2x/icon_graph_vec_dp.png Binary files differindex e339f6a1e8..e339f6a1e8 100644 --- a/tools/editor/icons/2x/icon_graph_vec_dp.png +++ b/editor/icons/2x/icon_graph_vec_dp.png diff --git a/tools/editor/icons/2x/icon_graph_vec_interp.png b/editor/icons/2x/icon_graph_vec_interp.png Binary files differindex 02e7915748..02e7915748 100644 --- a/tools/editor/icons/2x/icon_graph_vec_interp.png +++ b/editor/icons/2x/icon_graph_vec_interp.png diff --git a/tools/editor/icons/2x/icon_graph_vec_length.png b/editor/icons/2x/icon_graph_vec_length.png Binary files differindex 857e006b6e..857e006b6e 100644 --- a/tools/editor/icons/2x/icon_graph_vec_length.png +++ b/editor/icons/2x/icon_graph_vec_length.png diff --git a/tools/editor/icons/2x/icon_graph_vec_op.png b/editor/icons/2x/icon_graph_vec_op.png Binary files differindex 282336f9d0..282336f9d0 100644 --- a/tools/editor/icons/2x/icon_graph_vec_op.png +++ b/editor/icons/2x/icon_graph_vec_op.png diff --git a/tools/editor/icons/2x/icon_graph_vec_scalar_op.png b/editor/icons/2x/icon_graph_vec_scalar_op.png Binary files differindex 38d355ef06..38d355ef06 100644 --- a/tools/editor/icons/2x/icon_graph_vec_scalar_op.png +++ b/editor/icons/2x/icon_graph_vec_scalar_op.png diff --git a/tools/editor/icons/2x/icon_graph_vec_to_scalars.png b/editor/icons/2x/icon_graph_vec_to_scalars.png Binary files differindex 1b8254b3c6..1b8254b3c6 100644 --- a/tools/editor/icons/2x/icon_graph_vec_to_scalars.png +++ b/editor/icons/2x/icon_graph_vec_to_scalars.png diff --git a/tools/editor/icons/2x/icon_graph_vecs_to_xform.png b/editor/icons/2x/icon_graph_vecs_to_xform.png Binary files differindex a9ed5052be..a9ed5052be 100644 --- a/tools/editor/icons/2x/icon_graph_vecs_to_xform.png +++ b/editor/icons/2x/icon_graph_vecs_to_xform.png diff --git a/tools/editor/icons/2x/icon_graph_vector.png b/editor/icons/2x/icon_graph_vector.png Binary files differindex eb4e94acee..eb4e94acee 100644 --- a/tools/editor/icons/2x/icon_graph_vector.png +++ b/editor/icons/2x/icon_graph_vector.png diff --git a/tools/editor/icons/2x/icon_graph_vector_uniform.png b/editor/icons/2x/icon_graph_vector_uniform.png Binary files differindex 94cde72904..94cde72904 100644 --- a/tools/editor/icons/2x/icon_graph_vector_uniform.png +++ b/editor/icons/2x/icon_graph_vector_uniform.png diff --git a/tools/editor/icons/2x/icon_graph_xform.png b/editor/icons/2x/icon_graph_xform.png Binary files differindex 4d823e2aa9..4d823e2aa9 100644 --- a/tools/editor/icons/2x/icon_graph_xform.png +++ b/editor/icons/2x/icon_graph_xform.png diff --git a/tools/editor/icons/2x/icon_graph_xform_mult.png b/editor/icons/2x/icon_graph_xform_mult.png Binary files differindex a6d41e43a4..a6d41e43a4 100644 --- a/tools/editor/icons/2x/icon_graph_xform_mult.png +++ b/editor/icons/2x/icon_graph_xform_mult.png diff --git a/tools/editor/icons/2x/icon_graph_xform_scalar_func.png b/editor/icons/2x/icon_graph_xform_scalar_func.png Binary files differindex 06826a1ca2..06826a1ca2 100644 --- a/tools/editor/icons/2x/icon_graph_xform_scalar_func.png +++ b/editor/icons/2x/icon_graph_xform_scalar_func.png diff --git a/tools/editor/icons/2x/icon_graph_xform_to_vecs.png b/editor/icons/2x/icon_graph_xform_to_vecs.png Binary files differindex 22125df573..22125df573 100644 --- a/tools/editor/icons/2x/icon_graph_xform_to_vecs.png +++ b/editor/icons/2x/icon_graph_xform_to_vecs.png diff --git a/tools/editor/icons/2x/icon_graph_xform_uniform.png b/editor/icons/2x/icon_graph_xform_uniform.png Binary files differindex b87f9936b8..b87f9936b8 100644 --- a/tools/editor/icons/2x/icon_graph_xform_uniform.png +++ b/editor/icons/2x/icon_graph_xform_uniform.png diff --git a/tools/editor/icons/2x/icon_graph_xform_vec_func.png b/editor/icons/2x/icon_graph_xform_vec_func.png Binary files differindex 007555ff7b..007555ff7b 100644 --- a/tools/editor/icons/2x/icon_graph_xform_vec_func.png +++ b/editor/icons/2x/icon_graph_xform_vec_func.png diff --git a/tools/editor/icons/2x/icon_graph_xform_vec_imult.png b/editor/icons/2x/icon_graph_xform_vec_imult.png Binary files differindex 39e25ef9b3..39e25ef9b3 100644 --- a/tools/editor/icons/2x/icon_graph_xform_vec_imult.png +++ b/editor/icons/2x/icon_graph_xform_vec_imult.png diff --git a/tools/editor/icons/2x/icon_graph_xform_vec_mult.png b/editor/icons/2x/icon_graph_xform_vec_mult.png Binary files differindex 32802fa1ed..32802fa1ed 100644 --- a/tools/editor/icons/2x/icon_graph_xform_vec_mult.png +++ b/editor/icons/2x/icon_graph_xform_vec_mult.png diff --git a/tools/editor/icons/2x/icon_grid.png b/editor/icons/2x/icon_grid.png Binary files differindex 99d896c012..99d896c012 100644 --- a/tools/editor/icons/2x/icon_grid.png +++ b/editor/icons/2x/icon_grid.png diff --git a/tools/editor/icons/2x/icon_grid_container.png b/editor/icons/2x/icon_grid_container.png Binary files differindex b83b1f4347..b83b1f4347 100644 --- a/tools/editor/icons/2x/icon_grid_container.png +++ b/editor/icons/2x/icon_grid_container.png diff --git a/tools/editor/icons/2x/icon_grid_map.png b/editor/icons/2x/icon_grid_map.png Binary files differindex 5bbd16d3df..5bbd16d3df 100644 --- a/tools/editor/icons/2x/icon_grid_map.png +++ b/editor/icons/2x/icon_grid_map.png diff --git a/tools/editor/icons/2x/icon_groove_joint_2d.png b/editor/icons/2x/icon_groove_joint_2d.png Binary files differindex ab9cd4f3eb..ab9cd4f3eb 100644 --- a/tools/editor/icons/2x/icon_groove_joint_2d.png +++ b/editor/icons/2x/icon_groove_joint_2d.png diff --git a/tools/editor/icons/2x/icon_group.png b/editor/icons/2x/icon_group.png Binary files differindex 158efa5fe4..158efa5fe4 100644 --- a/tools/editor/icons/2x/icon_group.png +++ b/editor/icons/2x/icon_group.png diff --git a/tools/editor/icons/2x/icon_groups.png b/editor/icons/2x/icon_groups.png Binary files differindex 203d36071b..203d36071b 100644 --- a/tools/editor/icons/2x/icon_groups.png +++ b/editor/icons/2x/icon_groups.png diff --git a/tools/editor/icons/2x/icon_h_box_container.png b/editor/icons/2x/icon_h_box_container.png Binary files differindex 3767cab1cf..3767cab1cf 100644 --- a/tools/editor/icons/2x/icon_h_box_container.png +++ b/editor/icons/2x/icon_h_box_container.png diff --git a/tools/editor/icons/2x/icon_h_button_array.png b/editor/icons/2x/icon_h_button_array.png Binary files differindex 750eef8267..750eef8267 100644 --- a/tools/editor/icons/2x/icon_h_button_array.png +++ b/editor/icons/2x/icon_h_button_array.png diff --git a/tools/editor/icons/2x/icon_h_scroll_bar.png b/editor/icons/2x/icon_h_scroll_bar.png Binary files differindex d15a36bb16..d15a36bb16 100644 --- a/tools/editor/icons/2x/icon_h_scroll_bar.png +++ b/editor/icons/2x/icon_h_scroll_bar.png diff --git a/tools/editor/icons/2x/icon_h_separator.png b/editor/icons/2x/icon_h_separator.png Binary files differindex 7dd7e1e314..7dd7e1e314 100644 --- a/tools/editor/icons/2x/icon_h_separator.png +++ b/editor/icons/2x/icon_h_separator.png diff --git a/tools/editor/icons/2x/icon_h_slider.png b/editor/icons/2x/icon_h_slider.png Binary files differindex 50bad1cc18..50bad1cc18 100644 --- a/tools/editor/icons/2x/icon_h_slider.png +++ b/editor/icons/2x/icon_h_slider.png diff --git a/tools/editor/icons/2x/icon_h_split_container.png b/editor/icons/2x/icon_h_split_container.png Binary files differindex 33e18946c1..33e18946c1 100644 --- a/tools/editor/icons/2x/icon_h_split_container.png +++ b/editor/icons/2x/icon_h_split_container.png diff --git a/tools/editor/icons/2x/icon_h_t_t_p_request.png b/editor/icons/2x/icon_h_t_t_p_request.png Binary files differindex a334dea4e2..a334dea4e2 100644 --- a/tools/editor/icons/2x/icon_h_t_t_p_request.png +++ b/editor/icons/2x/icon_h_t_t_p_request.png diff --git a/tools/editor/icons/2x/icon_headphones.png b/editor/icons/2x/icon_headphones.png Binary files differindex eca62b9372..eca62b9372 100644 --- a/tools/editor/icons/2x/icon_headphones.png +++ b/editor/icons/2x/icon_headphones.png diff --git a/tools/editor/icons/2x/icon_help.png b/editor/icons/2x/icon_help.png Binary files differindex f16a34c918..f16a34c918 100644 --- a/tools/editor/icons/2x/icon_help.png +++ b/editor/icons/2x/icon_help.png diff --git a/tools/editor/icons/2x/icon_hidden.png b/editor/icons/2x/icon_hidden.png Binary files differindex 09d38c5bef..09d38c5bef 100644 --- a/tools/editor/icons/2x/icon_hidden.png +++ b/editor/icons/2x/icon_hidden.png diff --git a/tools/editor/icons/2x/icon_hinge_joint.png b/editor/icons/2x/icon_hinge_joint.png Binary files differindex b888102573..b888102573 100644 --- a/tools/editor/icons/2x/icon_hinge_joint.png +++ b/editor/icons/2x/icon_hinge_joint.png diff --git a/tools/editor/icons/2x/icon_history.png b/editor/icons/2x/icon_history.png Binary files differindex 153a2b4edf..153a2b4edf 100644 --- a/tools/editor/icons/2x/icon_history.png +++ b/editor/icons/2x/icon_history.png diff --git a/tools/editor/icons/2x/icon_hsize.png b/editor/icons/2x/icon_hsize.png Binary files differindex 3b096dce88..3b096dce88 100644 --- a/tools/editor/icons/2x/icon_hsize.png +++ b/editor/icons/2x/icon_hsize.png diff --git a/tools/editor/icons/2x/icon_image.png b/editor/icons/2x/icon_image.png Binary files differindex 951b2242f1..951b2242f1 100644 --- a/tools/editor/icons/2x/icon_image.png +++ b/editor/icons/2x/icon_image.png diff --git a/tools/editor/icons/2x/icon_image_sky_box.png b/editor/icons/2x/icon_image_sky_box.png Binary files differindex 487178afab..487178afab 100644 --- a/tools/editor/icons/2x/icon_image_sky_box.png +++ b/editor/icons/2x/icon_image_sky_box.png diff --git a/tools/editor/icons/2x/icon_image_texture.png b/editor/icons/2x/icon_image_texture.png Binary files differindex ad5d04dfee..ad5d04dfee 100644 --- a/tools/editor/icons/2x/icon_image_texture.png +++ b/editor/icons/2x/icon_image_texture.png diff --git a/tools/editor/icons/2x/icon_immediate_geometry.png b/editor/icons/2x/icon_immediate_geometry.png Binary files differindex 5fafecadc3..5fafecadc3 100644 --- a/tools/editor/icons/2x/icon_immediate_geometry.png +++ b/editor/icons/2x/icon_immediate_geometry.png diff --git a/tools/editor/icons/2x/icon_import_check.png b/editor/icons/2x/icon_import_check.png Binary files differindex 98e76e2640..98e76e2640 100644 --- a/tools/editor/icons/2x/icon_import_check.png +++ b/editor/icons/2x/icon_import_check.png diff --git a/tools/editor/icons/2x/icon_import_fail.png b/editor/icons/2x/icon_import_fail.png Binary files differindex f89c2f5c75..f89c2f5c75 100644 --- a/tools/editor/icons/2x/icon_import_fail.png +++ b/editor/icons/2x/icon_import_fail.png diff --git a/tools/editor/icons/2x/icon_instance.png b/editor/icons/2x/icon_instance.png Binary files differindex 9b4731de03..9b4731de03 100644 --- a/tools/editor/icons/2x/icon_instance.png +++ b/editor/icons/2x/icon_instance.png diff --git a/tools/editor/icons/2x/icon_instance_options.png b/editor/icons/2x/icon_instance_options.png Binary files differindex 28e2db25f2..28e2db25f2 100644 --- a/tools/editor/icons/2x/icon_instance_options.png +++ b/editor/icons/2x/icon_instance_options.png diff --git a/tools/editor/icons/2x/icon_integer.png b/editor/icons/2x/icon_integer.png Binary files differindex 7ad2f62458..7ad2f62458 100644 --- a/tools/editor/icons/2x/icon_integer.png +++ b/editor/icons/2x/icon_integer.png diff --git a/tools/editor/icons/2x/icon_interp_cubic.png b/editor/icons/2x/icon_interp_cubic.png Binary files differindex e33bb65577..e33bb65577 100644 --- a/tools/editor/icons/2x/icon_interp_cubic.png +++ b/editor/icons/2x/icon_interp_cubic.png diff --git a/tools/editor/icons/2x/icon_interp_linear.png b/editor/icons/2x/icon_interp_linear.png Binary files differindex 205f7febd5..205f7febd5 100644 --- a/tools/editor/icons/2x/icon_interp_linear.png +++ b/editor/icons/2x/icon_interp_linear.png diff --git a/tools/editor/icons/2x/icon_interp_raw.png b/editor/icons/2x/icon_interp_raw.png Binary files differindex 848ef07be6..848ef07be6 100644 --- a/tools/editor/icons/2x/icon_interp_raw.png +++ b/editor/icons/2x/icon_interp_raw.png diff --git a/tools/editor/icons/2x/icon_interp_wrap_clamp.png b/editor/icons/2x/icon_interp_wrap_clamp.png Binary files differindex 93a5bc56ee..93a5bc56ee 100644 --- a/tools/editor/icons/2x/icon_interp_wrap_clamp.png +++ b/editor/icons/2x/icon_interp_wrap_clamp.png diff --git a/tools/editor/icons/2x/icon_interp_wrap_loop.png b/editor/icons/2x/icon_interp_wrap_loop.png Binary files differindex 3e656f7b07..3e656f7b07 100644 --- a/tools/editor/icons/2x/icon_interp_wrap_loop.png +++ b/editor/icons/2x/icon_interp_wrap_loop.png diff --git a/tools/editor/icons/2x/icon_interpolated_camera.png b/editor/icons/2x/icon_interpolated_camera.png Binary files differindex e4551a84ce..e4551a84ce 100644 --- a/tools/editor/icons/2x/icon_interpolated_camera.png +++ b/editor/icons/2x/icon_interpolated_camera.png diff --git a/tools/editor/icons/2x/icon_invalid_key.png b/editor/icons/2x/icon_invalid_key.png Binary files differindex c34f2bc276..c34f2bc276 100644 --- a/tools/editor/icons/2x/icon_invalid_key.png +++ b/editor/icons/2x/icon_invalid_key.png diff --git a/tools/editor/icons/2x/icon_inverse_kinematics.png b/editor/icons/2x/icon_inverse_kinematics.png Binary files differindex 3b10c9590c..3b10c9590c 100644 --- a/tools/editor/icons/2x/icon_inverse_kinematics.png +++ b/editor/icons/2x/icon_inverse_kinematics.png diff --git a/tools/editor/icons/2x/icon_item_list.png b/editor/icons/2x/icon_item_list.png Binary files differindex 11a375caac..11a375caac 100644 --- a/tools/editor/icons/2x/icon_item_list.png +++ b/editor/icons/2x/icon_item_list.png diff --git a/tools/editor/icons/2x/icon_joy_axis.png b/editor/icons/2x/icon_joy_axis.png Binary files differindex 90f3d7a444..90f3d7a444 100644 --- a/tools/editor/icons/2x/icon_joy_axis.png +++ b/editor/icons/2x/icon_joy_axis.png diff --git a/tools/editor/icons/2x/icon_joy_button.png b/editor/icons/2x/icon_joy_button.png Binary files differindex a6b911ba1b..a6b911ba1b 100644 --- a/tools/editor/icons/2x/icon_joy_button.png +++ b/editor/icons/2x/icon_joy_button.png diff --git a/tools/editor/icons/2x/icon_joypad.png b/editor/icons/2x/icon_joypad.png Binary files differindex 285d048544..285d048544 100644 --- a/tools/editor/icons/2x/icon_joypad.png +++ b/editor/icons/2x/icon_joypad.png diff --git a/tools/editor/icons/2x/icon_key.png b/editor/icons/2x/icon_key.png Binary files differindex d0c07bb1ea..d0c07bb1ea 100644 --- a/tools/editor/icons/2x/icon_key.png +++ b/editor/icons/2x/icon_key.png diff --git a/tools/editor/icons/2x/icon_key_hover.png b/editor/icons/2x/icon_key_hover.png Binary files differindex c9894ad8bf..c9894ad8bf 100644 --- a/tools/editor/icons/2x/icon_key_hover.png +++ b/editor/icons/2x/icon_key_hover.png diff --git a/tools/editor/icons/2x/icon_key_invalid.png b/editor/icons/2x/icon_key_invalid.png Binary files differindex c34f2bc276..c34f2bc276 100644 --- a/tools/editor/icons/2x/icon_key_invalid.png +++ b/editor/icons/2x/icon_key_invalid.png diff --git a/tools/editor/icons/2x/icon_key_next.png b/editor/icons/2x/icon_key_next.png Binary files differindex d35b52d3c7..d35b52d3c7 100644 --- a/tools/editor/icons/2x/icon_key_next.png +++ b/editor/icons/2x/icon_key_next.png diff --git a/tools/editor/icons/2x/icon_key_selected.png b/editor/icons/2x/icon_key_selected.png Binary files differindex 243dacb604..243dacb604 100644 --- a/tools/editor/icons/2x/icon_key_selected.png +++ b/editor/icons/2x/icon_key_selected.png diff --git a/tools/editor/icons/2x/icon_key_value.png b/editor/icons/2x/icon_key_value.png Binary files differindex 3863403706..3863403706 100644 --- a/tools/editor/icons/2x/icon_key_value.png +++ b/editor/icons/2x/icon_key_value.png diff --git a/tools/editor/icons/2x/icon_key_xform.png b/editor/icons/2x/icon_key_xform.png Binary files differindex 70c49b5b5f..70c49b5b5f 100644 --- a/tools/editor/icons/2x/icon_key_xform.png +++ b/editor/icons/2x/icon_key_xform.png diff --git a/tools/editor/icons/2x/icon_keyboard.png b/editor/icons/2x/icon_keyboard.png Binary files differindex a7daa06cc2..a7daa06cc2 100644 --- a/tools/editor/icons/2x/icon_keyboard.png +++ b/editor/icons/2x/icon_keyboard.png diff --git a/tools/editor/icons/2x/icon_kinematic_body.png b/editor/icons/2x/icon_kinematic_body.png Binary files differindex 59298dfa72..59298dfa72 100644 --- a/tools/editor/icons/2x/icon_kinematic_body.png +++ b/editor/icons/2x/icon_kinematic_body.png diff --git a/tools/editor/icons/2x/icon_kinematic_body_2d.png b/editor/icons/2x/icon_kinematic_body_2d.png Binary files differindex 5fd3b319ac..5fd3b319ac 100644 --- a/tools/editor/icons/2x/icon_kinematic_body_2d.png +++ b/editor/icons/2x/icon_kinematic_body_2d.png diff --git a/tools/editor/icons/2x/icon_label.png b/editor/icons/2x/icon_label.png Binary files differindex c5e3bc844d..c5e3bc844d 100644 --- a/tools/editor/icons/2x/icon_label.png +++ b/editor/icons/2x/icon_label.png diff --git a/tools/editor/icons/2x/icon_large_texture.png b/editor/icons/2x/icon_large_texture.png Binary files differindex dd1ec86d39..dd1ec86d39 100644 --- a/tools/editor/icons/2x/icon_large_texture.png +++ b/editor/icons/2x/icon_large_texture.png diff --git a/tools/editor/icons/2x/icon_light_2d.png b/editor/icons/2x/icon_light_2d.png Binary files differindex d441659354..d441659354 100644 --- a/tools/editor/icons/2x/icon_light_2d.png +++ b/editor/icons/2x/icon_light_2d.png diff --git a/tools/editor/icons/2x/icon_light_occluder_2d.png b/editor/icons/2x/icon_light_occluder_2d.png Binary files differindex 90e4387297..90e4387297 100644 --- a/tools/editor/icons/2x/icon_light_occluder_2d.png +++ b/editor/icons/2x/icon_light_occluder_2d.png diff --git a/tools/editor/icons/2x/icon_line_2d.png b/editor/icons/2x/icon_line_2d.png Binary files differindex 27299a2b69..27299a2b69 100644 --- a/tools/editor/icons/2x/icon_line_2d.png +++ b/editor/icons/2x/icon_line_2d.png diff --git a/tools/editor/icons/2x/icon_line_edit.png b/editor/icons/2x/icon_line_edit.png Binary files differindex d0c987388f..d0c987388f 100644 --- a/tools/editor/icons/2x/icon_line_edit.png +++ b/editor/icons/2x/icon_line_edit.png diff --git a/tools/editor/icons/2x/icon_line_shape_2d.png b/editor/icons/2x/icon_line_shape_2d.png Binary files differindex 490db5ca5b..490db5ca5b 100644 --- a/tools/editor/icons/2x/icon_line_shape_2d.png +++ b/editor/icons/2x/icon_line_shape_2d.png diff --git a/tools/editor/icons/2x/icon_link_button.png b/editor/icons/2x/icon_link_button.png Binary files differindex 20f300a553..20f300a553 100644 --- a/tools/editor/icons/2x/icon_link_button.png +++ b/editor/icons/2x/icon_link_button.png diff --git a/tools/editor/icons/2x/icon_list_select.png b/editor/icons/2x/icon_list_select.png Binary files differindex 9f7fa5b865..9f7fa5b865 100644 --- a/tools/editor/icons/2x/icon_list_select.png +++ b/editor/icons/2x/icon_list_select.png diff --git a/tools/editor/icons/2x/icon_listener.png b/editor/icons/2x/icon_listener.png Binary files differindex 1441a81bdd..1441a81bdd 100644 --- a/tools/editor/icons/2x/icon_listener.png +++ b/editor/icons/2x/icon_listener.png diff --git a/tools/editor/icons/2x/icon_load.png b/editor/icons/2x/icon_load.png Binary files differindex 759381d636..759381d636 100644 --- a/tools/editor/icons/2x/icon_load.png +++ b/editor/icons/2x/icon_load.png diff --git a/tools/editor/icons/2x/icon_lock.png b/editor/icons/2x/icon_lock.png Binary files differindex 912eaf9eb9..912eaf9eb9 100644 --- a/tools/editor/icons/2x/icon_lock.png +++ b/editor/icons/2x/icon_lock.png diff --git a/tools/editor/icons/2x/icon_loop.png b/editor/icons/2x/icon_loop.png Binary files differindex bd1322ae00..bd1322ae00 100644 --- a/tools/editor/icons/2x/icon_loop.png +++ b/editor/icons/2x/icon_loop.png diff --git a/tools/editor/icons/2x/icon_loop_interpolation.png b/editor/icons/2x/icon_loop_interpolation.png Binary files differindex 6009b50300..6009b50300 100644 --- a/tools/editor/icons/2x/icon_loop_interpolation.png +++ b/editor/icons/2x/icon_loop_interpolation.png diff --git a/tools/editor/icons/2x/icon_main_play.png b/editor/icons/2x/icon_main_play.png Binary files differindex 1f69ce6f17..1f69ce6f17 100644 --- a/tools/editor/icons/2x/icon_main_play.png +++ b/editor/icons/2x/icon_main_play.png diff --git a/tools/editor/icons/2x/icon_main_stop.png b/editor/icons/2x/icon_main_stop.png Binary files differindex 5048141485..5048141485 100644 --- a/tools/editor/icons/2x/icon_main_stop.png +++ b/editor/icons/2x/icon_main_stop.png diff --git a/tools/editor/icons/2x/icon_margin_container.png b/editor/icons/2x/icon_margin_container.png Binary files differindex 10eda265e0..10eda265e0 100644 --- a/tools/editor/icons/2x/icon_margin_container.png +++ b/editor/icons/2x/icon_margin_container.png diff --git a/tools/editor/icons/2x/icon_material_preview_cube.png b/editor/icons/2x/icon_material_preview_cube.png Binary files differindex 2507c969c3..2507c969c3 100644 --- a/tools/editor/icons/2x/icon_material_preview_cube.png +++ b/editor/icons/2x/icon_material_preview_cube.png diff --git a/tools/editor/icons/2x/icon_material_preview_cube_off.png b/editor/icons/2x/icon_material_preview_cube_off.png Binary files differindex 079b3a6645..079b3a6645 100644 --- a/tools/editor/icons/2x/icon_material_preview_cube_off.png +++ b/editor/icons/2x/icon_material_preview_cube_off.png diff --git a/tools/editor/icons/2x/icon_material_preview_light_1.png b/editor/icons/2x/icon_material_preview_light_1.png Binary files differindex f1d0ccdaca..f1d0ccdaca 100644 --- a/tools/editor/icons/2x/icon_material_preview_light_1.png +++ b/editor/icons/2x/icon_material_preview_light_1.png diff --git a/tools/editor/icons/2x/icon_material_preview_light_1_off.png b/editor/icons/2x/icon_material_preview_light_1_off.png Binary files differindex 5a42b7f2a1..5a42b7f2a1 100644 --- a/tools/editor/icons/2x/icon_material_preview_light_1_off.png +++ b/editor/icons/2x/icon_material_preview_light_1_off.png diff --git a/tools/editor/icons/2x/icon_material_preview_light_2.png b/editor/icons/2x/icon_material_preview_light_2.png Binary files differindex 934e696b51..934e696b51 100644 --- a/tools/editor/icons/2x/icon_material_preview_light_2.png +++ b/editor/icons/2x/icon_material_preview_light_2.png diff --git a/tools/editor/icons/2x/icon_material_preview_light_2_off.png b/editor/icons/2x/icon_material_preview_light_2_off.png Binary files differindex 1aa4c0bb79..1aa4c0bb79 100644 --- a/tools/editor/icons/2x/icon_material_preview_light_2_off.png +++ b/editor/icons/2x/icon_material_preview_light_2_off.png diff --git a/tools/editor/icons/2x/icon_material_preview_sphere.png b/editor/icons/2x/icon_material_preview_sphere.png Binary files differindex f5cc7f7819..f5cc7f7819 100644 --- a/tools/editor/icons/2x/icon_material_preview_sphere.png +++ b/editor/icons/2x/icon_material_preview_sphere.png diff --git a/tools/editor/icons/2x/icon_material_preview_sphere_off.png b/editor/icons/2x/icon_material_preview_sphere_off.png Binary files differindex 7ccef62553..7ccef62553 100644 --- a/tools/editor/icons/2x/icon_material_preview_sphere_off.png +++ b/editor/icons/2x/icon_material_preview_sphere_off.png diff --git a/tools/editor/icons/2x/icon_material_shader.png b/editor/icons/2x/icon_material_shader.png Binary files differindex f8c2e15fcb..f8c2e15fcb 100644 --- a/tools/editor/icons/2x/icon_material_shader.png +++ b/editor/icons/2x/icon_material_shader.png diff --git a/tools/editor/icons/2x/icon_material_shader_graph.png b/editor/icons/2x/icon_material_shader_graph.png Binary files differindex a26a9754fe..a26a9754fe 100644 --- a/tools/editor/icons/2x/icon_material_shader_graph.png +++ b/editor/icons/2x/icon_material_shader_graph.png diff --git a/tools/editor/icons/2x/icon_matrix.png b/editor/icons/2x/icon_matrix.png Binary files differindex 0ac4ae170b..0ac4ae170b 100644 --- a/tools/editor/icons/2x/icon_matrix.png +++ b/editor/icons/2x/icon_matrix.png diff --git a/tools/editor/icons/2x/icon_menu_button.png b/editor/icons/2x/icon_menu_button.png Binary files differindex abf9b490e3..abf9b490e3 100644 --- a/tools/editor/icons/2x/icon_menu_button.png +++ b/editor/icons/2x/icon_menu_button.png diff --git a/tools/editor/icons/2x/icon_mesh.png b/editor/icons/2x/icon_mesh.png Binary files differindex 19b9095619..19b9095619 100644 --- a/tools/editor/icons/2x/icon_mesh.png +++ b/editor/icons/2x/icon_mesh.png diff --git a/tools/editor/icons/2x/icon_mesh_instance.png b/editor/icons/2x/icon_mesh_instance.png Binary files differindex 02f3f5ffaa..02f3f5ffaa 100644 --- a/tools/editor/icons/2x/icon_mesh_instance.png +++ b/editor/icons/2x/icon_mesh_instance.png diff --git a/tools/editor/icons/2x/icon_mesh_library.png b/editor/icons/2x/icon_mesh_library.png Binary files differindex 2495e4a037..2495e4a037 100644 --- a/tools/editor/icons/2x/icon_mesh_library.png +++ b/editor/icons/2x/icon_mesh_library.png diff --git a/tools/editor/icons/2x/icon_mini_aabb.png b/editor/icons/2x/icon_mini_aabb.png Binary files differindex 25603eec49..25603eec49 100644 --- a/tools/editor/icons/2x/icon_mini_aabb.png +++ b/editor/icons/2x/icon_mini_aabb.png diff --git a/tools/editor/icons/2x/icon_mini_array.png b/editor/icons/2x/icon_mini_array.png Binary files differindex 5c7bde2639..5c7bde2639 100644 --- a/tools/editor/icons/2x/icon_mini_array.png +++ b/editor/icons/2x/icon_mini_array.png diff --git a/tools/editor/icons/2x/icon_mini_boolean.png b/editor/icons/2x/icon_mini_boolean.png Binary files differindex a7d00056bb..a7d00056bb 100644 --- a/tools/editor/icons/2x/icon_mini_boolean.png +++ b/editor/icons/2x/icon_mini_boolean.png diff --git a/tools/editor/icons/2x/icon_mini_color.png b/editor/icons/2x/icon_mini_color.png Binary files differindex f4059bfb91..f4059bfb91 100644 --- a/tools/editor/icons/2x/icon_mini_color.png +++ b/editor/icons/2x/icon_mini_color.png diff --git a/tools/editor/icons/2x/icon_mini_color_array.png b/editor/icons/2x/icon_mini_color_array.png Binary files differindex 26f1d9fce4..26f1d9fce4 100644 --- a/tools/editor/icons/2x/icon_mini_color_array.png +++ b/editor/icons/2x/icon_mini_color_array.png diff --git a/tools/editor/icons/2x/icon_mini_dictionary.png b/editor/icons/2x/icon_mini_dictionary.png Binary files differindex 241e0587b4..241e0587b4 100644 --- a/tools/editor/icons/2x/icon_mini_dictionary.png +++ b/editor/icons/2x/icon_mini_dictionary.png diff --git a/tools/editor/icons/2x/icon_mini_float.png b/editor/icons/2x/icon_mini_float.png Binary files differindex 6edf76ece1..6edf76ece1 100644 --- a/tools/editor/icons/2x/icon_mini_float.png +++ b/editor/icons/2x/icon_mini_float.png diff --git a/tools/editor/icons/2x/icon_mini_float_array.png b/editor/icons/2x/icon_mini_float_array.png Binary files differindex 5a79fab721..5a79fab721 100644 --- a/tools/editor/icons/2x/icon_mini_float_array.png +++ b/editor/icons/2x/icon_mini_float_array.png diff --git a/tools/editor/icons/2x/icon_mini_image.png b/editor/icons/2x/icon_mini_image.png Binary files differindex 98faebeef2..98faebeef2 100644 --- a/tools/editor/icons/2x/icon_mini_image.png +++ b/editor/icons/2x/icon_mini_image.png diff --git a/tools/editor/icons/2x/icon_mini_input.png b/editor/icons/2x/icon_mini_input.png Binary files differindex 48536e156c..48536e156c 100644 --- a/tools/editor/icons/2x/icon_mini_input.png +++ b/editor/icons/2x/icon_mini_input.png diff --git a/tools/editor/icons/2x/icon_mini_int_array.png b/editor/icons/2x/icon_mini_int_array.png Binary files differindex 790ed44c30..790ed44c30 100644 --- a/tools/editor/icons/2x/icon_mini_int_array.png +++ b/editor/icons/2x/icon_mini_int_array.png diff --git a/tools/editor/icons/2x/icon_mini_integer.png b/editor/icons/2x/icon_mini_integer.png Binary files differindex cd9118f024..cd9118f024 100644 --- a/tools/editor/icons/2x/icon_mini_integer.png +++ b/editor/icons/2x/icon_mini_integer.png diff --git a/tools/editor/icons/2x/icon_mini_matrix3.png b/editor/icons/2x/icon_mini_matrix3.png Binary files differindex 93783177e1..93783177e1 100644 --- a/tools/editor/icons/2x/icon_mini_matrix3.png +++ b/editor/icons/2x/icon_mini_matrix3.png diff --git a/tools/editor/icons/2x/icon_mini_matrix32.png b/editor/icons/2x/icon_mini_matrix32.png Binary files differindex c2f7ea3817..c2f7ea3817 100644 --- a/tools/editor/icons/2x/icon_mini_matrix32.png +++ b/editor/icons/2x/icon_mini_matrix32.png diff --git a/tools/editor/icons/2x/icon_mini_object.png b/editor/icons/2x/icon_mini_object.png Binary files differindex 7987f750ff..7987f750ff 100644 --- a/tools/editor/icons/2x/icon_mini_object.png +++ b/editor/icons/2x/icon_mini_object.png diff --git a/tools/editor/icons/2x/icon_mini_path.png b/editor/icons/2x/icon_mini_path.png Binary files differindex 2e60a46086..2e60a46086 100644 --- a/tools/editor/icons/2x/icon_mini_path.png +++ b/editor/icons/2x/icon_mini_path.png diff --git a/tools/editor/icons/2x/icon_mini_plane.png b/editor/icons/2x/icon_mini_plane.png Binary files differindex 12b5cd26cc..12b5cd26cc 100644 --- a/tools/editor/icons/2x/icon_mini_plane.png +++ b/editor/icons/2x/icon_mini_plane.png diff --git a/tools/editor/icons/2x/icon_mini_quat.png b/editor/icons/2x/icon_mini_quat.png Binary files differindex 9a33902e59..9a33902e59 100644 --- a/tools/editor/icons/2x/icon_mini_quat.png +++ b/editor/icons/2x/icon_mini_quat.png diff --git a/tools/editor/icons/2x/icon_mini_raw_array.png b/editor/icons/2x/icon_mini_raw_array.png Binary files differindex 629b01e72a..629b01e72a 100644 --- a/tools/editor/icons/2x/icon_mini_raw_array.png +++ b/editor/icons/2x/icon_mini_raw_array.png diff --git a/tools/editor/icons/2x/icon_mini_rect2.png b/editor/icons/2x/icon_mini_rect2.png Binary files differindex 88b12e3a3a..88b12e3a3a 100644 --- a/tools/editor/icons/2x/icon_mini_rect2.png +++ b/editor/icons/2x/icon_mini_rect2.png diff --git a/tools/editor/icons/2x/icon_mini_rid.png b/editor/icons/2x/icon_mini_rid.png Binary files differindex 5388c19817..5388c19817 100644 --- a/tools/editor/icons/2x/icon_mini_rid.png +++ b/editor/icons/2x/icon_mini_rid.png diff --git a/tools/editor/icons/2x/icon_mini_string.png b/editor/icons/2x/icon_mini_string.png Binary files differindex 2264451c73..2264451c73 100644 --- a/tools/editor/icons/2x/icon_mini_string.png +++ b/editor/icons/2x/icon_mini_string.png diff --git a/tools/editor/icons/2x/icon_mini_string_array.png b/editor/icons/2x/icon_mini_string_array.png Binary files differindex fa8109b88a..fa8109b88a 100644 --- a/tools/editor/icons/2x/icon_mini_string_array.png +++ b/editor/icons/2x/icon_mini_string_array.png diff --git a/tools/editor/icons/2x/icon_mini_transform.png b/editor/icons/2x/icon_mini_transform.png Binary files differindex 5144871c5c..5144871c5c 100644 --- a/tools/editor/icons/2x/icon_mini_transform.png +++ b/editor/icons/2x/icon_mini_transform.png diff --git a/tools/editor/icons/2x/icon_mini_variant.png b/editor/icons/2x/icon_mini_variant.png Binary files differindex ae0aad16cf..ae0aad16cf 100644 --- a/tools/editor/icons/2x/icon_mini_variant.png +++ b/editor/icons/2x/icon_mini_variant.png diff --git a/tools/editor/icons/2x/icon_mini_vector2.png b/editor/icons/2x/icon_mini_vector2.png Binary files differindex 9e608e61c1..9e608e61c1 100644 --- a/tools/editor/icons/2x/icon_mini_vector2.png +++ b/editor/icons/2x/icon_mini_vector2.png diff --git a/tools/editor/icons/2x/icon_mini_vector2_array.png b/editor/icons/2x/icon_mini_vector2_array.png Binary files differindex 247c0e2592..247c0e2592 100644 --- a/tools/editor/icons/2x/icon_mini_vector2_array.png +++ b/editor/icons/2x/icon_mini_vector2_array.png diff --git a/tools/editor/icons/2x/icon_mini_vector3.png b/editor/icons/2x/icon_mini_vector3.png Binary files differindex 0b84b4628f..0b84b4628f 100644 --- a/tools/editor/icons/2x/icon_mini_vector3.png +++ b/editor/icons/2x/icon_mini_vector3.png diff --git a/tools/editor/icons/2x/icon_mini_vector3_array.png b/editor/icons/2x/icon_mini_vector3_array.png Binary files differindex 68058e4232..68058e4232 100644 --- a/tools/editor/icons/2x/icon_mini_vector3_array.png +++ b/editor/icons/2x/icon_mini_vector3_array.png diff --git a/tools/editor/icons/2x/icon_mirror_x.png b/editor/icons/2x/icon_mirror_x.png Binary files differindex 3b096dce88..3b096dce88 100644 --- a/tools/editor/icons/2x/icon_mirror_x.png +++ b/editor/icons/2x/icon_mirror_x.png diff --git a/tools/editor/icons/2x/icon_mirror_y.png b/editor/icons/2x/icon_mirror_y.png Binary files differindex 4c89b167b5..4c89b167b5 100644 --- a/tools/editor/icons/2x/icon_mirror_y.png +++ b/editor/icons/2x/icon_mirror_y.png diff --git a/tools/editor/icons/2x/icon_mouse.png b/editor/icons/2x/icon_mouse.png Binary files differindex 9c4a76bd4f..9c4a76bd4f 100644 --- a/tools/editor/icons/2x/icon_mouse.png +++ b/editor/icons/2x/icon_mouse.png diff --git a/tools/editor/icons/2x/icon_move_down.png b/editor/icons/2x/icon_move_down.png Binary files differindex 97bbeea631..97bbeea631 100644 --- a/tools/editor/icons/2x/icon_move_down.png +++ b/editor/icons/2x/icon_move_down.png diff --git a/tools/editor/icons/2x/icon_move_point.png b/editor/icons/2x/icon_move_point.png Binary files differindex 5d135ae294..5d135ae294 100644 --- a/tools/editor/icons/2x/icon_move_point.png +++ b/editor/icons/2x/icon_move_point.png diff --git a/tools/editor/icons/2x/icon_move_up.png b/editor/icons/2x/icon_move_up.png Binary files differindex f8f31baeb1..f8f31baeb1 100644 --- a/tools/editor/icons/2x/icon_move_up.png +++ b/editor/icons/2x/icon_move_up.png diff --git a/tools/editor/icons/2x/icon_multi_edit.png b/editor/icons/2x/icon_multi_edit.png Binary files differindex 93360b93f7..93360b93f7 100644 --- a/tools/editor/icons/2x/icon_multi_edit.png +++ b/editor/icons/2x/icon_multi_edit.png diff --git a/tools/editor/icons/2x/icon_multi_line.png b/editor/icons/2x/icon_multi_line.png Binary files differindex 5d43b79e8a..5d43b79e8a 100644 --- a/tools/editor/icons/2x/icon_multi_line.png +++ b/editor/icons/2x/icon_multi_line.png diff --git a/tools/editor/icons/2x/icon_multi_mesh.png b/editor/icons/2x/icon_multi_mesh.png Binary files differindex 35b99d6698..35b99d6698 100644 --- a/tools/editor/icons/2x/icon_multi_mesh.png +++ b/editor/icons/2x/icon_multi_mesh.png diff --git a/tools/editor/icons/2x/icon_multi_mesh_instance.png b/editor/icons/2x/icon_multi_mesh_instance.png Binary files differindex f69768c6e3..f69768c6e3 100644 --- a/tools/editor/icons/2x/icon_multi_mesh_instance.png +++ b/editor/icons/2x/icon_multi_mesh_instance.png diff --git a/tools/editor/icons/2x/icon_multi_node_edit.png b/editor/icons/2x/icon_multi_node_edit.png Binary files differindex 93360b93f7..93360b93f7 100644 --- a/tools/editor/icons/2x/icon_multi_node_edit.png +++ b/editor/icons/2x/icon_multi_node_edit.png diff --git a/tools/editor/icons/2x/icon_navigation.png b/editor/icons/2x/icon_navigation.png Binary files differindex 3cd838d2fc..3cd838d2fc 100644 --- a/tools/editor/icons/2x/icon_navigation.png +++ b/editor/icons/2x/icon_navigation.png diff --git a/tools/editor/icons/2x/icon_navigation_2d.png b/editor/icons/2x/icon_navigation_2d.png Binary files differindex 9efbeaaef0..9efbeaaef0 100644 --- a/tools/editor/icons/2x/icon_navigation_2d.png +++ b/editor/icons/2x/icon_navigation_2d.png diff --git a/tools/editor/icons/2x/icon_navigation_mesh.png b/editor/icons/2x/icon_navigation_mesh.png Binary files differindex 35b893c3bb..35b893c3bb 100644 --- a/tools/editor/icons/2x/icon_navigation_mesh.png +++ b/editor/icons/2x/icon_navigation_mesh.png diff --git a/tools/editor/icons/2x/icon_navigation_mesh_instance.png b/editor/icons/2x/icon_navigation_mesh_instance.png Binary files differindex 404fad2d31..404fad2d31 100644 --- a/tools/editor/icons/2x/icon_navigation_mesh_instance.png +++ b/editor/icons/2x/icon_navigation_mesh_instance.png diff --git a/tools/editor/icons/2x/icon_navigation_polygon.png b/editor/icons/2x/icon_navigation_polygon.png Binary files differindex 3f4845e206..3f4845e206 100644 --- a/tools/editor/icons/2x/icon_navigation_polygon.png +++ b/editor/icons/2x/icon_navigation_polygon.png diff --git a/tools/editor/icons/2x/icon_navigation_polygon_instance.png b/editor/icons/2x/icon_navigation_polygon_instance.png Binary files differindex 5556835d76..5556835d76 100644 --- a/tools/editor/icons/2x/icon_navigation_polygon_instance.png +++ b/editor/icons/2x/icon_navigation_polygon_instance.png diff --git a/tools/editor/icons/2x/icon_new.png b/editor/icons/2x/icon_new.png Binary files differindex 683f1141fd..683f1141fd 100644 --- a/tools/editor/icons/2x/icon_new.png +++ b/editor/icons/2x/icon_new.png diff --git a/tools/editor/icons/2x/icon_nine_patch_rect.png b/editor/icons/2x/icon_nine_patch_rect.png Binary files differindex 5762a0392e..5762a0392e 100644 --- a/tools/editor/icons/2x/icon_nine_patch_rect.png +++ b/editor/icons/2x/icon_nine_patch_rect.png diff --git a/tools/editor/icons/2x/icon_node.png b/editor/icons/2x/icon_node.png Binary files differindex e487f988a2..e487f988a2 100644 --- a/tools/editor/icons/2x/icon_node.png +++ b/editor/icons/2x/icon_node.png diff --git a/tools/editor/icons/2x/icon_node_2d.png b/editor/icons/2x/icon_node_2d.png Binary files differindex 967d4b7da6..967d4b7da6 100644 --- a/tools/editor/icons/2x/icon_node_2d.png +++ b/editor/icons/2x/icon_node_2d.png diff --git a/tools/editor/icons/2x/icon_node_warning.png b/editor/icons/2x/icon_node_warning.png Binary files differindex 397a57bf1f..397a57bf1f 100644 --- a/tools/editor/icons/2x/icon_node_warning.png +++ b/editor/icons/2x/icon_node_warning.png diff --git a/tools/editor/icons/2x/icon_non_favorite.png b/editor/icons/2x/icon_non_favorite.png Binary files differindex 18aa94e6b9..18aa94e6b9 100644 --- a/tools/editor/icons/2x/icon_non_favorite.png +++ b/editor/icons/2x/icon_non_favorite.png diff --git a/tools/editor/icons/2x/icon_object.png b/editor/icons/2x/icon_object.png Binary files differindex dc0a94aacd..dc0a94aacd 100644 --- a/tools/editor/icons/2x/icon_object.png +++ b/editor/icons/2x/icon_object.png diff --git a/tools/editor/icons/2x/icon_occluder_polygon_2d.png b/editor/icons/2x/icon_occluder_polygon_2d.png Binary files differindex e5e27dda32..e5e27dda32 100644 --- a/tools/editor/icons/2x/icon_occluder_polygon_2d.png +++ b/editor/icons/2x/icon_occluder_polygon_2d.png diff --git a/tools/editor/icons/2x/icon_omni_light.png b/editor/icons/2x/icon_omni_light.png Binary files differindex 2c44252b9c..2c44252b9c 100644 --- a/tools/editor/icons/2x/icon_omni_light.png +++ b/editor/icons/2x/icon_omni_light.png diff --git a/tools/editor/icons/2x/icon_open.png b/editor/icons/2x/icon_open.png Binary files differindex 2e797c448b..2e797c448b 100644 --- a/tools/editor/icons/2x/icon_open.png +++ b/editor/icons/2x/icon_open.png diff --git a/tools/editor/icons/2x/icon_option_button.png b/editor/icons/2x/icon_option_button.png Binary files differindex f4438f9efd..f4438f9efd 100644 --- a/tools/editor/icons/2x/icon_option_button.png +++ b/editor/icons/2x/icon_option_button.png diff --git a/tools/editor/icons/2x/icon_override.png b/editor/icons/2x/icon_override.png Binary files differindex d735a1c734..d735a1c734 100644 --- a/tools/editor/icons/2x/icon_override.png +++ b/editor/icons/2x/icon_override.png diff --git a/tools/editor/icons/2x/icon_p_hash_translation.png b/editor/icons/2x/icon_p_hash_translation.png Binary files differindex 0ddc1da282..0ddc1da282 100644 --- a/tools/editor/icons/2x/icon_p_hash_translation.png +++ b/editor/icons/2x/icon_p_hash_translation.png diff --git a/tools/editor/icons/2x/icon_packed_data_container.png b/editor/icons/2x/icon_packed_data_container.png Binary files differindex 958e41ede2..958e41ede2 100644 --- a/tools/editor/icons/2x/icon_packed_data_container.png +++ b/editor/icons/2x/icon_packed_data_container.png diff --git a/tools/editor/icons/2x/icon_packed_scene.png b/editor/icons/2x/icon_packed_scene.png Binary files differindex 00778e8c0a..00778e8c0a 100644 --- a/tools/editor/icons/2x/icon_packed_scene.png +++ b/editor/icons/2x/icon_packed_scene.png diff --git a/tools/editor/icons/2x/icon_panel.png b/editor/icons/2x/icon_panel.png Binary files differindex 23491a7358..23491a7358 100644 --- a/tools/editor/icons/2x/icon_panel.png +++ b/editor/icons/2x/icon_panel.png diff --git a/tools/editor/icons/2x/icon_panel_container.png b/editor/icons/2x/icon_panel_container.png Binary files differindex fb2980ee8b..fb2980ee8b 100644 --- a/tools/editor/icons/2x/icon_panel_container.png +++ b/editor/icons/2x/icon_panel_container.png diff --git a/tools/editor/icons/2x/icon_panels_1.png b/editor/icons/2x/icon_panels_1.png Binary files differindex b8386daa2e..b8386daa2e 100644 --- a/tools/editor/icons/2x/icon_panels_1.png +++ b/editor/icons/2x/icon_panels_1.png diff --git a/tools/editor/icons/2x/icon_panels_2.png b/editor/icons/2x/icon_panels_2.png Binary files differindex 4d9f3ef724..4d9f3ef724 100644 --- a/tools/editor/icons/2x/icon_panels_2.png +++ b/editor/icons/2x/icon_panels_2.png diff --git a/tools/editor/icons/2x/icon_panels_2_alt.png b/editor/icons/2x/icon_panels_2_alt.png Binary files differindex 69aeecce34..69aeecce34 100644 --- a/tools/editor/icons/2x/icon_panels_2_alt.png +++ b/editor/icons/2x/icon_panels_2_alt.png diff --git a/tools/editor/icons/2x/icon_panels_3.png b/editor/icons/2x/icon_panels_3.png Binary files differindex e889504f15..e889504f15 100644 --- a/tools/editor/icons/2x/icon_panels_3.png +++ b/editor/icons/2x/icon_panels_3.png diff --git a/tools/editor/icons/2x/icon_panels_3_alt.png b/editor/icons/2x/icon_panels_3_alt.png Binary files differindex 1e9a17ca75..1e9a17ca75 100644 --- a/tools/editor/icons/2x/icon_panels_3_alt.png +++ b/editor/icons/2x/icon_panels_3_alt.png diff --git a/tools/editor/icons/2x/icon_panels_4.png b/editor/icons/2x/icon_panels_4.png Binary files differindex 62e77e417a..62e77e417a 100644 --- a/tools/editor/icons/2x/icon_panels_4.png +++ b/editor/icons/2x/icon_panels_4.png diff --git a/tools/editor/icons/2x/icon_parallax_background.png b/editor/icons/2x/icon_parallax_background.png Binary files differindex a81046e805..a81046e805 100644 --- a/tools/editor/icons/2x/icon_parallax_background.png +++ b/editor/icons/2x/icon_parallax_background.png diff --git a/tools/editor/icons/2x/icon_parallax_layer.png b/editor/icons/2x/icon_parallax_layer.png Binary files differindex 285999df61..285999df61 100644 --- a/tools/editor/icons/2x/icon_parallax_layer.png +++ b/editor/icons/2x/icon_parallax_layer.png diff --git a/tools/editor/icons/2x/icon_particle_attractor_2d.png b/editor/icons/2x/icon_particle_attractor_2d.png Binary files differindex b985a0ba57..b985a0ba57 100644 --- a/tools/editor/icons/2x/icon_particle_attractor_2d.png +++ b/editor/icons/2x/icon_particle_attractor_2d.png diff --git a/tools/editor/icons/2x/icon_particles.png b/editor/icons/2x/icon_particles.png Binary files differindex 68f30b4213..68f30b4213 100644 --- a/tools/editor/icons/2x/icon_particles.png +++ b/editor/icons/2x/icon_particles.png diff --git a/tools/editor/icons/2x/icon_particles_2d.png b/editor/icons/2x/icon_particles_2d.png Binary files differindex 13fc8a35e6..13fc8a35e6 100644 --- a/tools/editor/icons/2x/icon_particles_2d.png +++ b/editor/icons/2x/icon_particles_2d.png diff --git a/tools/editor/icons/2x/icon_particles_shader.png b/editor/icons/2x/icon_particles_shader.png Binary files differindex 26ce8f6809..26ce8f6809 100644 --- a/tools/editor/icons/2x/icon_particles_shader.png +++ b/editor/icons/2x/icon_particles_shader.png diff --git a/tools/editor/icons/2x/icon_patch_9_rect.png b/editor/icons/2x/icon_patch_9_rect.png Binary files differindex 5762a0392e..5762a0392e 100644 --- a/tools/editor/icons/2x/icon_patch_9_rect.png +++ b/editor/icons/2x/icon_patch_9_rect.png diff --git a/tools/editor/icons/2x/icon_path.png b/editor/icons/2x/icon_path.png Binary files differindex d10cb37bcd..d10cb37bcd 100644 --- a/tools/editor/icons/2x/icon_path.png +++ b/editor/icons/2x/icon_path.png diff --git a/tools/editor/icons/2x/icon_path_2d.png b/editor/icons/2x/icon_path_2d.png Binary files differindex dabf5ccc49..dabf5ccc49 100644 --- a/tools/editor/icons/2x/icon_path_2d.png +++ b/editor/icons/2x/icon_path_2d.png diff --git a/tools/editor/icons/2x/icon_path_follow.png b/editor/icons/2x/icon_path_follow.png Binary files differindex 8538b1f3b9..8538b1f3b9 100644 --- a/tools/editor/icons/2x/icon_path_follow.png +++ b/editor/icons/2x/icon_path_follow.png diff --git a/tools/editor/icons/2x/icon_path_follow_2d.png b/editor/icons/2x/icon_path_follow_2d.png Binary files differindex a83ed837ba..a83ed837ba 100644 --- a/tools/editor/icons/2x/icon_path_follow_2d.png +++ b/editor/icons/2x/icon_path_follow_2d.png diff --git a/tools/editor/icons/2x/icon_pause.png b/editor/icons/2x/icon_pause.png Binary files differindex 35e6b25294..35e6b25294 100644 --- a/tools/editor/icons/2x/icon_pause.png +++ b/editor/icons/2x/icon_pause.png diff --git a/tools/editor/icons/2x/icon_pin.png b/editor/icons/2x/icon_pin.png Binary files differindex d19fe7afef..d19fe7afef 100644 --- a/tools/editor/icons/2x/icon_pin.png +++ b/editor/icons/2x/icon_pin.png diff --git a/tools/editor/icons/2x/icon_pin_joint.png b/editor/icons/2x/icon_pin_joint.png Binary files differindex 304cb39724..304cb39724 100644 --- a/tools/editor/icons/2x/icon_pin_joint.png +++ b/editor/icons/2x/icon_pin_joint.png diff --git a/tools/editor/icons/2x/icon_pin_joint_2d.png b/editor/icons/2x/icon_pin_joint_2d.png Binary files differindex a2302c4756..a2302c4756 100644 --- a/tools/editor/icons/2x/icon_pin_joint_2d.png +++ b/editor/icons/2x/icon_pin_joint_2d.png diff --git a/tools/editor/icons/2x/icon_pin_pressed.png b/editor/icons/2x/icon_pin_pressed.png Binary files differindex d19fe7afef..d19fe7afef 100644 --- a/tools/editor/icons/2x/icon_pin_pressed.png +++ b/editor/icons/2x/icon_pin_pressed.png diff --git a/tools/editor/icons/2x/icon_plane.png b/editor/icons/2x/icon_plane.png Binary files differindex a096e30065..a096e30065 100644 --- a/tools/editor/icons/2x/icon_plane.png +++ b/editor/icons/2x/icon_plane.png diff --git a/tools/editor/icons/2x/icon_plane_shape.png b/editor/icons/2x/icon_plane_shape.png Binary files differindex 8ebd38fe83..8ebd38fe83 100644 --- a/tools/editor/icons/2x/icon_plane_shape.png +++ b/editor/icons/2x/icon_plane_shape.png diff --git a/tools/editor/icons/2x/icon_play.png b/editor/icons/2x/icon_play.png Binary files differindex b84ed23091..b84ed23091 100644 --- a/tools/editor/icons/2x/icon_play.png +++ b/editor/icons/2x/icon_play.png diff --git a/tools/editor/icons/2x/icon_play_backwards.png b/editor/icons/2x/icon_play_backwards.png Binary files differindex 42aeca74e5..42aeca74e5 100644 --- a/tools/editor/icons/2x/icon_play_backwards.png +++ b/editor/icons/2x/icon_play_backwards.png diff --git a/tools/editor/icons/2x/icon_play_custom.png b/editor/icons/2x/icon_play_custom.png Binary files differindex 299ac3ffbc..299ac3ffbc 100644 --- a/tools/editor/icons/2x/icon_play_custom.png +++ b/editor/icons/2x/icon_play_custom.png diff --git a/tools/editor/icons/2x/icon_play_scene.png b/editor/icons/2x/icon_play_scene.png Binary files differindex 948a2e9ba5..948a2e9ba5 100644 --- a/tools/editor/icons/2x/icon_play_scene.png +++ b/editor/icons/2x/icon_play_scene.png diff --git a/tools/editor/icons/2x/icon_play_start.png b/editor/icons/2x/icon_play_start.png Binary files differindex 227e1b6f19..227e1b6f19 100644 --- a/tools/editor/icons/2x/icon_play_start.png +++ b/editor/icons/2x/icon_play_start.png diff --git a/tools/editor/icons/2x/icon_play_start_backwards.png b/editor/icons/2x/icon_play_start_backwards.png Binary files differindex e9a46325f6..e9a46325f6 100644 --- a/tools/editor/icons/2x/icon_play_start_backwards.png +++ b/editor/icons/2x/icon_play_start_backwards.png diff --git a/tools/editor/icons/2x/icon_polygon_2d.png b/editor/icons/2x/icon_polygon_2d.png Binary files differindex 491ebfaa78..491ebfaa78 100644 --- a/tools/editor/icons/2x/icon_polygon_2d.png +++ b/editor/icons/2x/icon_polygon_2d.png diff --git a/tools/editor/icons/2x/icon_polygon_path_finder.png b/editor/icons/2x/icon_polygon_path_finder.png Binary files differindex ee6423c265..ee6423c265 100644 --- a/tools/editor/icons/2x/icon_polygon_path_finder.png +++ b/editor/icons/2x/icon_polygon_path_finder.png diff --git a/tools/editor/icons/2x/icon_popup.png b/editor/icons/2x/icon_popup.png Binary files differindex 7bcfb114da..7bcfb114da 100644 --- a/tools/editor/icons/2x/icon_popup.png +++ b/editor/icons/2x/icon_popup.png diff --git a/tools/editor/icons/2x/icon_popup_dialog.png b/editor/icons/2x/icon_popup_dialog.png Binary files differindex 6920fa27bf..6920fa27bf 100644 --- a/tools/editor/icons/2x/icon_popup_dialog.png +++ b/editor/icons/2x/icon_popup_dialog.png diff --git a/tools/editor/icons/2x/icon_popup_menu.png b/editor/icons/2x/icon_popup_menu.png Binary files differindex 4e0246879b..4e0246879b 100644 --- a/tools/editor/icons/2x/icon_popup_menu.png +++ b/editor/icons/2x/icon_popup_menu.png diff --git a/tools/editor/icons/2x/icon_popup_panel.png b/editor/icons/2x/icon_popup_panel.png Binary files differindex 15d977cc81..15d977cc81 100644 --- a/tools/editor/icons/2x/icon_popup_panel.png +++ b/editor/icons/2x/icon_popup_panel.png diff --git a/tools/editor/icons/2x/icon_portal.png b/editor/icons/2x/icon_portal.png Binary files differindex c934e65fc4..c934e65fc4 100644 --- a/tools/editor/icons/2x/icon_portal.png +++ b/editor/icons/2x/icon_portal.png diff --git a/tools/editor/icons/2x/icon_position_2d.png b/editor/icons/2x/icon_position_2d.png Binary files differindex 176a2300ef..176a2300ef 100644 --- a/tools/editor/icons/2x/icon_position_2d.png +++ b/editor/icons/2x/icon_position_2d.png diff --git a/tools/editor/icons/2x/icon_position_3d.png b/editor/icons/2x/icon_position_3d.png Binary files differindex ed19f011b0..ed19f011b0 100644 --- a/tools/editor/icons/2x/icon_position_3d.png +++ b/editor/icons/2x/icon_position_3d.png diff --git a/tools/editor/icons/2x/icon_progress_1.png b/editor/icons/2x/icon_progress_1.png Binary files differindex b73dded521..b73dded521 100644 --- a/tools/editor/icons/2x/icon_progress_1.png +++ b/editor/icons/2x/icon_progress_1.png diff --git a/tools/editor/icons/2x/icon_progress_2.png b/editor/icons/2x/icon_progress_2.png Binary files differindex 19d89bd369..19d89bd369 100644 --- a/tools/editor/icons/2x/icon_progress_2.png +++ b/editor/icons/2x/icon_progress_2.png diff --git a/tools/editor/icons/2x/icon_progress_3.png b/editor/icons/2x/icon_progress_3.png Binary files differindex ca6b270ef7..ca6b270ef7 100644 --- a/tools/editor/icons/2x/icon_progress_3.png +++ b/editor/icons/2x/icon_progress_3.png diff --git a/tools/editor/icons/2x/icon_progress_4.png b/editor/icons/2x/icon_progress_4.png Binary files differindex 3afa1f845e..3afa1f845e 100644 --- a/tools/editor/icons/2x/icon_progress_4.png +++ b/editor/icons/2x/icon_progress_4.png diff --git a/tools/editor/icons/2x/icon_progress_5.png b/editor/icons/2x/icon_progress_5.png Binary files differindex 8230048771..8230048771 100644 --- a/tools/editor/icons/2x/icon_progress_5.png +++ b/editor/icons/2x/icon_progress_5.png diff --git a/tools/editor/icons/2x/icon_progress_6.png b/editor/icons/2x/icon_progress_6.png Binary files differindex 6c21a5d053..6c21a5d053 100644 --- a/tools/editor/icons/2x/icon_progress_6.png +++ b/editor/icons/2x/icon_progress_6.png diff --git a/tools/editor/icons/2x/icon_progress_7.png b/editor/icons/2x/icon_progress_7.png Binary files differindex 96316b54ca..96316b54ca 100644 --- a/tools/editor/icons/2x/icon_progress_7.png +++ b/editor/icons/2x/icon_progress_7.png diff --git a/tools/editor/icons/2x/icon_progress_8.png b/editor/icons/2x/icon_progress_8.png Binary files differindex 95133b380d..95133b380d 100644 --- a/tools/editor/icons/2x/icon_progress_8.png +++ b/editor/icons/2x/icon_progress_8.png diff --git a/tools/editor/icons/2x/icon_progress_bar.png b/editor/icons/2x/icon_progress_bar.png Binary files differindex f9a243032e..f9a243032e 100644 --- a/tools/editor/icons/2x/icon_progress_bar.png +++ b/editor/icons/2x/icon_progress_bar.png diff --git a/tools/editor/icons/2x/icon_proximity_group.png b/editor/icons/2x/icon_proximity_group.png Binary files differindex 6602afa7ce..6602afa7ce 100644 --- a/tools/editor/icons/2x/icon_proximity_group.png +++ b/editor/icons/2x/icon_proximity_group.png diff --git a/tools/editor/icons/2x/icon_quad.png b/editor/icons/2x/icon_quad.png Binary files differindex a4074cd5b6..a4074cd5b6 100644 --- a/tools/editor/icons/2x/icon_quad.png +++ b/editor/icons/2x/icon_quad.png diff --git a/tools/editor/icons/2x/icon_quat.png b/editor/icons/2x/icon_quat.png Binary files differindex f909e134f4..f909e134f4 100644 --- a/tools/editor/icons/2x/icon_quat.png +++ b/editor/icons/2x/icon_quat.png diff --git a/tools/editor/icons/2x/icon_range.png b/editor/icons/2x/icon_range.png Binary files differindex 92c0934df6..92c0934df6 100644 --- a/tools/editor/icons/2x/icon_range.png +++ b/editor/icons/2x/icon_range.png diff --git a/tools/editor/icons/2x/icon_rating_no_star.png b/editor/icons/2x/icon_rating_no_star.png Binary files differindex f855fd8b56..f855fd8b56 100644 --- a/tools/editor/icons/2x/icon_rating_no_star.png +++ b/editor/icons/2x/icon_rating_no_star.png diff --git a/tools/editor/icons/2x/icon_rating_star.png b/editor/icons/2x/icon_rating_star.png Binary files differindex bfe082d330..bfe082d330 100644 --- a/tools/editor/icons/2x/icon_rating_star.png +++ b/editor/icons/2x/icon_rating_star.png diff --git a/tools/editor/icons/2x/icon_ray_cast.png b/editor/icons/2x/icon_ray_cast.png Binary files differindex 26d958ac2b..26d958ac2b 100644 --- a/tools/editor/icons/2x/icon_ray_cast.png +++ b/editor/icons/2x/icon_ray_cast.png diff --git a/tools/editor/icons/2x/icon_ray_cast_2d.png b/editor/icons/2x/icon_ray_cast_2d.png Binary files differindex e496cdcc2b..e496cdcc2b 100644 --- a/tools/editor/icons/2x/icon_ray_cast_2d.png +++ b/editor/icons/2x/icon_ray_cast_2d.png diff --git a/tools/editor/icons/2x/icon_ray_shape.png b/editor/icons/2x/icon_ray_shape.png Binary files differindex 54a1cf8fe9..54a1cf8fe9 100644 --- a/tools/editor/icons/2x/icon_ray_shape.png +++ b/editor/icons/2x/icon_ray_shape.png diff --git a/tools/editor/icons/2x/icon_ray_shape_2d.png b/editor/icons/2x/icon_ray_shape_2d.png Binary files differindex 2dc7041a93..2dc7041a93 100644 --- a/tools/editor/icons/2x/icon_ray_shape_2d.png +++ b/editor/icons/2x/icon_ray_shape_2d.png diff --git a/tools/editor/icons/2x/icon_rayito.png b/editor/icons/2x/icon_rayito.png Binary files differindex 1959b8bf00..1959b8bf00 100644 --- a/tools/editor/icons/2x/icon_rayito.png +++ b/editor/icons/2x/icon_rayito.png diff --git a/tools/editor/icons/2x/icon_real.png b/editor/icons/2x/icon_real.png Binary files differindex 5ec56ebcac..5ec56ebcac 100644 --- a/tools/editor/icons/2x/icon_real.png +++ b/editor/icons/2x/icon_real.png diff --git a/tools/editor/icons/2x/icon_rectangle_shape_2d.png b/editor/icons/2x/icon_rectangle_shape_2d.png Binary files differindex 51a93cdb1d..51a93cdb1d 100644 --- a/tools/editor/icons/2x/icon_rectangle_shape_2d.png +++ b/editor/icons/2x/icon_rectangle_shape_2d.png diff --git a/tools/editor/icons/2x/icon_reference_rect.png b/editor/icons/2x/icon_reference_rect.png Binary files differindex 63fe559fa7..63fe559fa7 100644 --- a/tools/editor/icons/2x/icon_reference_rect.png +++ b/editor/icons/2x/icon_reference_rect.png diff --git a/tools/editor/icons/2x/icon_reflection_probe.png b/editor/icons/2x/icon_reflection_probe.png Binary files differindex 5604b403df..5604b403df 100644 --- a/tools/editor/icons/2x/icon_reflection_probe.png +++ b/editor/icons/2x/icon_reflection_probe.png diff --git a/tools/editor/icons/2x/icon_region_edit.png b/editor/icons/2x/icon_region_edit.png Binary files differindex bcaba769d4..bcaba769d4 100644 --- a/tools/editor/icons/2x/icon_region_edit.png +++ b/editor/icons/2x/icon_region_edit.png diff --git a/tools/editor/icons/2x/icon_reload.png b/editor/icons/2x/icon_reload.png Binary files differindex b13c858124..b13c858124 100644 --- a/tools/editor/icons/2x/icon_reload.png +++ b/editor/icons/2x/icon_reload.png diff --git a/tools/editor/icons/2x/icon_reload_small.png b/editor/icons/2x/icon_reload_small.png Binary files differindex a278c34e4c..a278c34e4c 100644 --- a/tools/editor/icons/2x/icon_reload_small.png +++ b/editor/icons/2x/icon_reload_small.png diff --git a/tools/editor/icons/2x/icon_remote.png b/editor/icons/2x/icon_remote.png Binary files differindex 87883ed7e1..87883ed7e1 100644 --- a/tools/editor/icons/2x/icon_remote.png +++ b/editor/icons/2x/icon_remote.png diff --git a/tools/editor/icons/2x/icon_remote_transform.png b/editor/icons/2x/icon_remote_transform.png Binary files differindex dad528615a..dad528615a 100644 --- a/tools/editor/icons/2x/icon_remote_transform.png +++ b/editor/icons/2x/icon_remote_transform.png diff --git a/tools/editor/icons/2x/icon_remote_transform_2d.png b/editor/icons/2x/icon_remote_transform_2d.png Binary files differindex 7ef3e06f81..7ef3e06f81 100644 --- a/tools/editor/icons/2x/icon_remote_transform_2d.png +++ b/editor/icons/2x/icon_remote_transform_2d.png diff --git a/tools/editor/icons/2x/icon_remove.png b/editor/icons/2x/icon_remove.png Binary files differindex dbed177745..dbed177745 100644 --- a/tools/editor/icons/2x/icon_remove.png +++ b/editor/icons/2x/icon_remove.png diff --git a/tools/editor/icons/2x/icon_rename.png b/editor/icons/2x/icon_rename.png Binary files differindex a306a7b8c8..a306a7b8c8 100644 --- a/tools/editor/icons/2x/icon_rename.png +++ b/editor/icons/2x/icon_rename.png diff --git a/tools/editor/icons/2x/icon_reparent.png b/editor/icons/2x/icon_reparent.png Binary files differindex 3063da4b43..3063da4b43 100644 --- a/tools/editor/icons/2x/icon_reparent.png +++ b/editor/icons/2x/icon_reparent.png diff --git a/tools/editor/icons/2x/icon_resource_preloader.png b/editor/icons/2x/icon_resource_preloader.png Binary files differindex d48f37d21f..d48f37d21f 100644 --- a/tools/editor/icons/2x/icon_resource_preloader.png +++ b/editor/icons/2x/icon_resource_preloader.png diff --git a/tools/editor/icons/2x/icon_rich_text_label.png b/editor/icons/2x/icon_rich_text_label.png Binary files differindex 598913d896..598913d896 100644 --- a/tools/editor/icons/2x/icon_rich_text_label.png +++ b/editor/icons/2x/icon_rich_text_label.png diff --git a/tools/editor/icons/2x/icon_rigid_body.png b/editor/icons/2x/icon_rigid_body.png Binary files differindex 3b682f0033..3b682f0033 100644 --- a/tools/editor/icons/2x/icon_rigid_body.png +++ b/editor/icons/2x/icon_rigid_body.png diff --git a/tools/editor/icons/2x/icon_rigid_body_2d.png b/editor/icons/2x/icon_rigid_body_2d.png Binary files differindex bd45d2f01a..bd45d2f01a 100644 --- a/tools/editor/icons/2x/icon_rigid_body_2d.png +++ b/editor/icons/2x/icon_rigid_body_2d.png diff --git a/tools/editor/icons/2x/icon_room.png b/editor/icons/2x/icon_room.png Binary files differindex 946f95e955..946f95e955 100644 --- a/tools/editor/icons/2x/icon_room.png +++ b/editor/icons/2x/icon_room.png diff --git a/tools/editor/icons/2x/icon_room_bounds.png b/editor/icons/2x/icon_room_bounds.png Binary files differindex 94da9c437d..94da9c437d 100644 --- a/tools/editor/icons/2x/icon_room_bounds.png +++ b/editor/icons/2x/icon_room_bounds.png diff --git a/tools/editor/icons/2x/icon_rotate_0.png b/editor/icons/2x/icon_rotate_0.png Binary files differindex a4524b7856..a4524b7856 100644 --- a/tools/editor/icons/2x/icon_rotate_0.png +++ b/editor/icons/2x/icon_rotate_0.png diff --git a/tools/editor/icons/2x/icon_rotate_180.png b/editor/icons/2x/icon_rotate_180.png Binary files differindex a00e1b727c..a00e1b727c 100644 --- a/tools/editor/icons/2x/icon_rotate_180.png +++ b/editor/icons/2x/icon_rotate_180.png diff --git a/tools/editor/icons/2x/icon_rotate_270.png b/editor/icons/2x/icon_rotate_270.png Binary files differindex be56f080a9..be56f080a9 100644 --- a/tools/editor/icons/2x/icon_rotate_270.png +++ b/editor/icons/2x/icon_rotate_270.png diff --git a/tools/editor/icons/2x/icon_rotate_90.png b/editor/icons/2x/icon_rotate_90.png Binary files differindex a3a937892d..a3a937892d 100644 --- a/tools/editor/icons/2x/icon_rotate_90.png +++ b/editor/icons/2x/icon_rotate_90.png diff --git a/tools/editor/icons/2x/icon_sample.png b/editor/icons/2x/icon_sample.png Binary files differindex b01674f923..b01674f923 100644 --- a/tools/editor/icons/2x/icon_sample.png +++ b/editor/icons/2x/icon_sample.png diff --git a/tools/editor/icons/2x/icon_sample_library.png b/editor/icons/2x/icon_sample_library.png Binary files differindex 3f76a78aca..3f76a78aca 100644 --- a/tools/editor/icons/2x/icon_sample_library.png +++ b/editor/icons/2x/icon_sample_library.png diff --git a/tools/editor/icons/2x/icon_sample_player.png b/editor/icons/2x/icon_sample_player.png Binary files differindex aac4c1bbed..aac4c1bbed 100644 --- a/tools/editor/icons/2x/icon_sample_player.png +++ b/editor/icons/2x/icon_sample_player.png diff --git a/tools/editor/icons/2x/icon_sample_player_2d.png b/editor/icons/2x/icon_sample_player_2d.png Binary files differindex 9308d43128..9308d43128 100644 --- a/tools/editor/icons/2x/icon_sample_player_2d.png +++ b/editor/icons/2x/icon_sample_player_2d.png diff --git a/tools/editor/icons/2x/icon_save.png b/editor/icons/2x/icon_save.png Binary files differindex 0a643f2c88..0a643f2c88 100644 --- a/tools/editor/icons/2x/icon_save.png +++ b/editor/icons/2x/icon_save.png diff --git a/tools/editor/icons/2x/icon_script.png b/editor/icons/2x/icon_script.png Binary files differindex 6f54c20442..6f54c20442 100644 --- a/tools/editor/icons/2x/icon_script.png +++ b/editor/icons/2x/icon_script.png diff --git a/tools/editor/icons/2x/icon_script_create.png b/editor/icons/2x/icon_script_create.png Binary files differindex f1e25efe1c..f1e25efe1c 100644 --- a/tools/editor/icons/2x/icon_script_create.png +++ b/editor/icons/2x/icon_script_create.png diff --git a/tools/editor/icons/2x/icon_script_remove.png b/editor/icons/2x/icon_script_remove.png Binary files differindex f9a1bb19a4..f9a1bb19a4 100644 --- a/tools/editor/icons/2x/icon_script_remove.png +++ b/editor/icons/2x/icon_script_remove.png diff --git a/tools/editor/icons/2x/icon_scroll_bar.png b/editor/icons/2x/icon_scroll_bar.png Binary files differindex d15a36bb16..d15a36bb16 100644 --- a/tools/editor/icons/2x/icon_scroll_bar.png +++ b/editor/icons/2x/icon_scroll_bar.png diff --git a/tools/editor/icons/2x/icon_scroll_container.png b/editor/icons/2x/icon_scroll_container.png Binary files differindex 4ffe2f78f5..4ffe2f78f5 100644 --- a/tools/editor/icons/2x/icon_scroll_container.png +++ b/editor/icons/2x/icon_scroll_container.png diff --git a/tools/editor/icons/2x/icon_segment_shape_2d.png b/editor/icons/2x/icon_segment_shape_2d.png Binary files differindex 43d5d837cc..43d5d837cc 100644 --- a/tools/editor/icons/2x/icon_segment_shape_2d.png +++ b/editor/icons/2x/icon_segment_shape_2d.png diff --git a/tools/editor/icons/2x/icon_shader.png b/editor/icons/2x/icon_shader.png Binary files differindex f8c2e15fcb..f8c2e15fcb 100644 --- a/tools/editor/icons/2x/icon_shader.png +++ b/editor/icons/2x/icon_shader.png diff --git a/tools/editor/icons/2x/icon_shader_material.png b/editor/icons/2x/icon_shader_material.png Binary files differindex f8c2e15fcb..f8c2e15fcb 100644 --- a/tools/editor/icons/2x/icon_shader_material.png +++ b/editor/icons/2x/icon_shader_material.png diff --git a/tools/editor/icons/2x/icon_short_cut.png b/editor/icons/2x/icon_short_cut.png Binary files differindex 58c3e08ca4..58c3e08ca4 100644 --- a/tools/editor/icons/2x/icon_short_cut.png +++ b/editor/icons/2x/icon_short_cut.png diff --git a/tools/editor/icons/2x/icon_signal.png b/editor/icons/2x/icon_signal.png Binary files differindex 22b6da361e..22b6da361e 100644 --- a/tools/editor/icons/2x/icon_signal.png +++ b/editor/icons/2x/icon_signal.png diff --git a/tools/editor/icons/2x/icon_skeleton.png b/editor/icons/2x/icon_skeleton.png Binary files differindex 5345dfbd5c..5345dfbd5c 100644 --- a/tools/editor/icons/2x/icon_skeleton.png +++ b/editor/icons/2x/icon_skeleton.png diff --git a/tools/editor/icons/2x/icon_slider_joint.png b/editor/icons/2x/icon_slider_joint.png Binary files differindex 626479152f..626479152f 100644 --- a/tools/editor/icons/2x/icon_slider_joint.png +++ b/editor/icons/2x/icon_slider_joint.png diff --git a/tools/editor/icons/2x/icon_slot.png b/editor/icons/2x/icon_slot.png Binary files differindex 2176544c79..2176544c79 100644 --- a/tools/editor/icons/2x/icon_slot.png +++ b/editor/icons/2x/icon_slot.png diff --git a/tools/editor/icons/2x/icon_snap.png b/editor/icons/2x/icon_snap.png Binary files differindex 509b1c73f3..509b1c73f3 100644 --- a/tools/editor/icons/2x/icon_snap.png +++ b/editor/icons/2x/icon_snap.png diff --git a/tools/editor/icons/2x/icon_sound_room_params.png b/editor/icons/2x/icon_sound_room_params.png Binary files differindex 32927eaabc..32927eaabc 100644 --- a/tools/editor/icons/2x/icon_sound_room_params.png +++ b/editor/icons/2x/icon_sound_room_params.png diff --git a/tools/editor/icons/2x/icon_spatial.png b/editor/icons/2x/icon_spatial.png Binary files differindex 999771a7fe..999771a7fe 100644 --- a/tools/editor/icons/2x/icon_spatial.png +++ b/editor/icons/2x/icon_spatial.png diff --git a/tools/editor/icons/2x/icon_spatial_sample_player.png b/editor/icons/2x/icon_spatial_sample_player.png Binary files differindex f1926c446e..f1926c446e 100644 --- a/tools/editor/icons/2x/icon_spatial_sample_player.png +++ b/editor/icons/2x/icon_spatial_sample_player.png diff --git a/tools/editor/icons/2x/icon_spatial_shader.png b/editor/icons/2x/icon_spatial_shader.png Binary files differindex 68f6cf8dac..68f6cf8dac 100644 --- a/tools/editor/icons/2x/icon_spatial_shader.png +++ b/editor/icons/2x/icon_spatial_shader.png diff --git a/tools/editor/icons/2x/icon_spatial_stream_player.png b/editor/icons/2x/icon_spatial_stream_player.png Binary files differindex 835c5c0bbc..835c5c0bbc 100644 --- a/tools/editor/icons/2x/icon_spatial_stream_player.png +++ b/editor/icons/2x/icon_spatial_stream_player.png diff --git a/tools/editor/icons/2x/icon_sphere_shape.png b/editor/icons/2x/icon_sphere_shape.png Binary files differindex bdb7881e70..bdb7881e70 100644 --- a/tools/editor/icons/2x/icon_sphere_shape.png +++ b/editor/icons/2x/icon_sphere_shape.png diff --git a/tools/editor/icons/2x/icon_spin_box.png b/editor/icons/2x/icon_spin_box.png Binary files differindex 3d12664b86..3d12664b86 100644 --- a/tools/editor/icons/2x/icon_spin_box.png +++ b/editor/icons/2x/icon_spin_box.png diff --git a/tools/editor/icons/2x/icon_spot_light.png b/editor/icons/2x/icon_spot_light.png Binary files differindex e7aa35cbbf..e7aa35cbbf 100644 --- a/tools/editor/icons/2x/icon_spot_light.png +++ b/editor/icons/2x/icon_spot_light.png diff --git a/tools/editor/icons/2x/icon_sprite.png b/editor/icons/2x/icon_sprite.png Binary files differindex 3f18d313e7..3f18d313e7 100644 --- a/tools/editor/icons/2x/icon_sprite.png +++ b/editor/icons/2x/icon_sprite.png diff --git a/tools/editor/icons/2x/icon_sprite_3d.png b/editor/icons/2x/icon_sprite_3d.png Binary files differindex d3a491b9ee..d3a491b9ee 100644 --- a/tools/editor/icons/2x/icon_sprite_3d.png +++ b/editor/icons/2x/icon_sprite_3d.png diff --git a/tools/editor/icons/2x/icon_sprite_frames.png b/editor/icons/2x/icon_sprite_frames.png Binary files differindex 263f5c4aad..263f5c4aad 100644 --- a/tools/editor/icons/2x/icon_sprite_frames.png +++ b/editor/icons/2x/icon_sprite_frames.png diff --git a/tools/editor/icons/2x/icon_static_body.png b/editor/icons/2x/icon_static_body.png Binary files differindex 74f65ef490..74f65ef490 100644 --- a/tools/editor/icons/2x/icon_static_body.png +++ b/editor/icons/2x/icon_static_body.png diff --git a/tools/editor/icons/2x/icon_static_body_2d.png b/editor/icons/2x/icon_static_body_2d.png Binary files differindex 220c829edd..220c829edd 100644 --- a/tools/editor/icons/2x/icon_static_body_2d.png +++ b/editor/icons/2x/icon_static_body_2d.png diff --git a/tools/editor/icons/2x/icon_stream_player.png b/editor/icons/2x/icon_stream_player.png Binary files differindex 8ff471cb8a..8ff471cb8a 100644 --- a/tools/editor/icons/2x/icon_stream_player.png +++ b/editor/icons/2x/icon_stream_player.png diff --git a/tools/editor/icons/2x/icon_string.png b/editor/icons/2x/icon_string.png Binary files differindex e25a81f24e..e25a81f24e 100644 --- a/tools/editor/icons/2x/icon_string.png +++ b/editor/icons/2x/icon_string.png diff --git a/tools/editor/icons/2x/icon_style_box_empty.png b/editor/icons/2x/icon_style_box_empty.png Binary files differindex e790af4de4..e790af4de4 100644 --- a/tools/editor/icons/2x/icon_style_box_empty.png +++ b/editor/icons/2x/icon_style_box_empty.png diff --git a/tools/editor/icons/2x/icon_style_box_flat.png b/editor/icons/2x/icon_style_box_flat.png Binary files differindex 1cd5c7f69a..1cd5c7f69a 100644 --- a/tools/editor/icons/2x/icon_style_box_flat.png +++ b/editor/icons/2x/icon_style_box_flat.png diff --git a/tools/editor/icons/2x/icon_style_box_texture.png b/editor/icons/2x/icon_style_box_texture.png Binary files differindex a93e0228bd..a93e0228bd 100644 --- a/tools/editor/icons/2x/icon_style_box_texture.png +++ b/editor/icons/2x/icon_style_box_texture.png diff --git a/tools/editor/icons/2x/icon_tab_container.png b/editor/icons/2x/icon_tab_container.png Binary files differindex 93b7161a69..93b7161a69 100644 --- a/tools/editor/icons/2x/icon_tab_container.png +++ b/editor/icons/2x/icon_tab_container.png diff --git a/tools/editor/icons/2x/icon_tabs.png b/editor/icons/2x/icon_tabs.png Binary files differindex 6c317010c8..6c317010c8 100644 --- a/tools/editor/icons/2x/icon_tabs.png +++ b/editor/icons/2x/icon_tabs.png diff --git a/tools/editor/icons/2x/icon_test_cube.png b/editor/icons/2x/icon_test_cube.png Binary files differindex f2e523be3f..f2e523be3f 100644 --- a/tools/editor/icons/2x/icon_test_cube.png +++ b/editor/icons/2x/icon_test_cube.png diff --git a/tools/editor/icons/2x/icon_text_edit.png b/editor/icons/2x/icon_text_edit.png Binary files differindex 4fd92e518e..4fd92e518e 100644 --- a/tools/editor/icons/2x/icon_text_edit.png +++ b/editor/icons/2x/icon_text_edit.png diff --git a/tools/editor/icons/2x/icon_texture.png b/editor/icons/2x/icon_texture.png Binary files differindex ad5d04dfee..ad5d04dfee 100644 --- a/tools/editor/icons/2x/icon_texture.png +++ b/editor/icons/2x/icon_texture.png diff --git a/tools/editor/icons/2x/icon_texture_button.png b/editor/icons/2x/icon_texture_button.png Binary files differindex 84494209d7..84494209d7 100644 --- a/tools/editor/icons/2x/icon_texture_button.png +++ b/editor/icons/2x/icon_texture_button.png diff --git a/tools/editor/icons/2x/icon_texture_progress.png b/editor/icons/2x/icon_texture_progress.png Binary files differindex c11c1bbe4b..c11c1bbe4b 100644 --- a/tools/editor/icons/2x/icon_texture_progress.png +++ b/editor/icons/2x/icon_texture_progress.png diff --git a/tools/editor/icons/2x/icon_texture_rect.png b/editor/icons/2x/icon_texture_rect.png Binary files differindex 50d715dd09..50d715dd09 100644 --- a/tools/editor/icons/2x/icon_texture_rect.png +++ b/editor/icons/2x/icon_texture_rect.png diff --git a/tools/editor/icons/2x/icon_theme.png b/editor/icons/2x/icon_theme.png Binary files differindex 55b51428dd..55b51428dd 100644 --- a/tools/editor/icons/2x/icon_theme.png +++ b/editor/icons/2x/icon_theme.png diff --git a/tools/editor/icons/2x/icon_tile_map.png b/editor/icons/2x/icon_tile_map.png Binary files differindex fd98fb6a39..fd98fb6a39 100644 --- a/tools/editor/icons/2x/icon_tile_map.png +++ b/editor/icons/2x/icon_tile_map.png diff --git a/tools/editor/icons/2x/icon_tile_set.png b/editor/icons/2x/icon_tile_set.png Binary files differindex 9fbd0b4719..9fbd0b4719 100644 --- a/tools/editor/icons/2x/icon_tile_set.png +++ b/editor/icons/2x/icon_tile_set.png diff --git a/tools/editor/icons/2x/icon_timer.png b/editor/icons/2x/icon_timer.png Binary files differindex b0df31d803..b0df31d803 100644 --- a/tools/editor/icons/2x/icon_timer.png +++ b/editor/icons/2x/icon_timer.png diff --git a/tools/editor/icons/2x/icon_tool_button.png b/editor/icons/2x/icon_tool_button.png Binary files differindex 091fa8334f..091fa8334f 100644 --- a/tools/editor/icons/2x/icon_tool_button.png +++ b/editor/icons/2x/icon_tool_button.png diff --git a/tools/editor/icons/2x/icon_tool_move.png b/editor/icons/2x/icon_tool_move.png Binary files differindex 86419cb6a9..86419cb6a9 100644 --- a/tools/editor/icons/2x/icon_tool_move.png +++ b/editor/icons/2x/icon_tool_move.png diff --git a/tools/editor/icons/2x/icon_tool_pan.png b/editor/icons/2x/icon_tool_pan.png Binary files differindex b7a6c3566f..b7a6c3566f 100644 --- a/tools/editor/icons/2x/icon_tool_pan.png +++ b/editor/icons/2x/icon_tool_pan.png diff --git a/tools/editor/icons/2x/icon_tool_rotate.png b/editor/icons/2x/icon_tool_rotate.png Binary files differindex b13c858124..b13c858124 100644 --- a/tools/editor/icons/2x/icon_tool_rotate.png +++ b/editor/icons/2x/icon_tool_rotate.png diff --git a/tools/editor/icons/2x/icon_tool_scale.png b/editor/icons/2x/icon_tool_scale.png Binary files differindex 1bc29f4acc..1bc29f4acc 100644 --- a/tools/editor/icons/2x/icon_tool_scale.png +++ b/editor/icons/2x/icon_tool_scale.png diff --git a/tools/editor/icons/2x/icon_tool_select.png b/editor/icons/2x/icon_tool_select.png Binary files differindex 7421b98ef6..7421b98ef6 100644 --- a/tools/editor/icons/2x/icon_tool_select.png +++ b/editor/icons/2x/icon_tool_select.png diff --git a/tools/editor/icons/2x/icon_tools.png b/editor/icons/2x/icon_tools.png Binary files differindex 6143191fc7..6143191fc7 100644 --- a/tools/editor/icons/2x/icon_tools.png +++ b/editor/icons/2x/icon_tools.png diff --git a/tools/editor/icons/2x/icon_touch_screen_button.png b/editor/icons/2x/icon_touch_screen_button.png Binary files differindex b1af644e42..b1af644e42 100644 --- a/tools/editor/icons/2x/icon_touch_screen_button.png +++ b/editor/icons/2x/icon_touch_screen_button.png diff --git a/tools/editor/icons/2x/icon_track_add_key.png b/editor/icons/2x/icon_track_add_key.png Binary files differindex 9b7bd14fb4..9b7bd14fb4 100644 --- a/tools/editor/icons/2x/icon_track_add_key.png +++ b/editor/icons/2x/icon_track_add_key.png diff --git a/tools/editor/icons/2x/icon_track_add_key_hl.png b/editor/icons/2x/icon_track_add_key_hl.png Binary files differindex 0763836c3a..0763836c3a 100644 --- a/tools/editor/icons/2x/icon_track_add_key_hl.png +++ b/editor/icons/2x/icon_track_add_key_hl.png diff --git a/tools/editor/icons/2x/icon_track_continuous.png b/editor/icons/2x/icon_track_continuous.png Binary files differindex 5b4515f642..5b4515f642 100644 --- a/tools/editor/icons/2x/icon_track_continuous.png +++ b/editor/icons/2x/icon_track_continuous.png diff --git a/tools/editor/icons/2x/icon_track_discrete.png b/editor/icons/2x/icon_track_discrete.png Binary files differindex 19f479657b..19f479657b 100644 --- a/tools/editor/icons/2x/icon_track_discrete.png +++ b/editor/icons/2x/icon_track_discrete.png diff --git a/tools/editor/icons/2x/icon_track_trigger.png b/editor/icons/2x/icon_track_trigger.png Binary files differindex c04d47f9a4..c04d47f9a4 100644 --- a/tools/editor/icons/2x/icon_track_trigger.png +++ b/editor/icons/2x/icon_track_trigger.png diff --git a/tools/editor/icons/2x/icon_translation.png b/editor/icons/2x/icon_translation.png Binary files differindex 0ddc1da282..0ddc1da282 100644 --- a/tools/editor/icons/2x/icon_translation.png +++ b/editor/icons/2x/icon_translation.png diff --git a/tools/editor/icons/2x/icon_transparent.png b/editor/icons/2x/icon_transparent.png Binary files differindex 627607039b..627607039b 100644 --- a/tools/editor/icons/2x/icon_transparent.png +++ b/editor/icons/2x/icon_transparent.png diff --git a/tools/editor/icons/2x/icon_transpose.png b/editor/icons/2x/icon_transpose.png Binary files differindex 589dc54919..589dc54919 100644 --- a/tools/editor/icons/2x/icon_transpose.png +++ b/editor/icons/2x/icon_transpose.png diff --git a/tools/editor/icons/2x/icon_tree.png b/editor/icons/2x/icon_tree.png Binary files differindex 3f470cc0f3..3f470cc0f3 100644 --- a/tools/editor/icons/2x/icon_tree.png +++ b/editor/icons/2x/icon_tree.png diff --git a/tools/editor/icons/2x/icon_tween.png b/editor/icons/2x/icon_tween.png Binary files differindex a13d955eb0..a13d955eb0 100644 --- a/tools/editor/icons/2x/icon_tween.png +++ b/editor/icons/2x/icon_tween.png diff --git a/tools/editor/icons/2x/icon_unbone.png b/editor/icons/2x/icon_unbone.png Binary files differindex c20d6d9b2c..c20d6d9b2c 100644 --- a/tools/editor/icons/2x/icon_unbone.png +++ b/editor/icons/2x/icon_unbone.png diff --git a/tools/editor/icons/2x/icon_ungroup.png b/editor/icons/2x/icon_ungroup.png Binary files differindex bb46185370..bb46185370 100644 --- a/tools/editor/icons/2x/icon_ungroup.png +++ b/editor/icons/2x/icon_ungroup.png diff --git a/tools/editor/icons/2x/icon_uninstance.png b/editor/icons/2x/icon_uninstance.png Binary files differindex bf3dc00368..bf3dc00368 100644 --- a/tools/editor/icons/2x/icon_uninstance.png +++ b/editor/icons/2x/icon_uninstance.png diff --git a/tools/editor/icons/2x/icon_unlock.png b/editor/icons/2x/icon_unlock.png Binary files differindex 40ff3f25a0..40ff3f25a0 100644 --- a/tools/editor/icons/2x/icon_unlock.png +++ b/editor/icons/2x/icon_unlock.png diff --git a/tools/editor/icons/2x/icon_uv.png b/editor/icons/2x/icon_uv.png Binary files differindex e06be54edd..e06be54edd 100644 --- a/tools/editor/icons/2x/icon_uv.png +++ b/editor/icons/2x/icon_uv.png diff --git a/tools/editor/icons/2x/icon_v_box_container.png b/editor/icons/2x/icon_v_box_container.png Binary files differindex 97eb18c528..97eb18c528 100644 --- a/tools/editor/icons/2x/icon_v_box_container.png +++ b/editor/icons/2x/icon_v_box_container.png diff --git a/tools/editor/icons/2x/icon_v_button_array.png b/editor/icons/2x/icon_v_button_array.png Binary files differindex 93fd1fed04..93fd1fed04 100644 --- a/tools/editor/icons/2x/icon_v_button_array.png +++ b/editor/icons/2x/icon_v_button_array.png diff --git a/tools/editor/icons/2x/icon_v_scroll_bar.png b/editor/icons/2x/icon_v_scroll_bar.png Binary files differindex 5e4f83197f..5e4f83197f 100644 --- a/tools/editor/icons/2x/icon_v_scroll_bar.png +++ b/editor/icons/2x/icon_v_scroll_bar.png diff --git a/tools/editor/icons/2x/icon_v_separator.png b/editor/icons/2x/icon_v_separator.png Binary files differindex 58cdc3e8de..58cdc3e8de 100644 --- a/tools/editor/icons/2x/icon_v_separator.png +++ b/editor/icons/2x/icon_v_separator.png diff --git a/tools/editor/icons/2x/icon_v_slider.png b/editor/icons/2x/icon_v_slider.png Binary files differindex afc88cf510..afc88cf510 100644 --- a/tools/editor/icons/2x/icon_v_slider.png +++ b/editor/icons/2x/icon_v_slider.png diff --git a/tools/editor/icons/2x/icon_v_split_container.png b/editor/icons/2x/icon_v_split_container.png Binary files differindex b0f68381fc..b0f68381fc 100644 --- a/tools/editor/icons/2x/icon_v_split_container.png +++ b/editor/icons/2x/icon_v_split_container.png diff --git a/tools/editor/icons/2x/icon_vector.png b/editor/icons/2x/icon_vector.png Binary files differindex 9950d950ac..9950d950ac 100644 --- a/tools/editor/icons/2x/icon_vector.png +++ b/editor/icons/2x/icon_vector.png diff --git a/tools/editor/icons/2x/icon_vector2.png b/editor/icons/2x/icon_vector2.png Binary files differindex 73c1ca007f..73c1ca007f 100644 --- a/tools/editor/icons/2x/icon_vector2.png +++ b/editor/icons/2x/icon_vector2.png diff --git a/tools/editor/icons/2x/icon_vehicle_body.png b/editor/icons/2x/icon_vehicle_body.png Binary files differindex 215f7ac021..215f7ac021 100644 --- a/tools/editor/icons/2x/icon_vehicle_body.png +++ b/editor/icons/2x/icon_vehicle_body.png diff --git a/tools/editor/icons/2x/icon_vehicle_wheel.png b/editor/icons/2x/icon_vehicle_wheel.png Binary files differindex 6f7fecac4a..6f7fecac4a 100644 --- a/tools/editor/icons/2x/icon_vehicle_wheel.png +++ b/editor/icons/2x/icon_vehicle_wheel.png diff --git a/tools/editor/icons/2x/icon_video_player.png b/editor/icons/2x/icon_video_player.png Binary files differindex 588e17aa4e..588e17aa4e 100644 --- a/tools/editor/icons/2x/icon_video_player.png +++ b/editor/icons/2x/icon_video_player.png diff --git a/tools/editor/icons/2x/icon_viewport.png b/editor/icons/2x/icon_viewport.png Binary files differindex 7e588333fb..7e588333fb 100644 --- a/tools/editor/icons/2x/icon_viewport.png +++ b/editor/icons/2x/icon_viewport.png diff --git a/tools/editor/icons/2x/icon_viewport_container.png b/editor/icons/2x/icon_viewport_container.png Binary files differindex c43e53c34e..c43e53c34e 100644 --- a/tools/editor/icons/2x/icon_viewport_container.png +++ b/editor/icons/2x/icon_viewport_container.png diff --git a/tools/editor/icons/2x/icon_viewport_sprite.png b/editor/icons/2x/icon_viewport_sprite.png Binary files differindex adb336103f..adb336103f 100644 --- a/tools/editor/icons/2x/icon_viewport_sprite.png +++ b/editor/icons/2x/icon_viewport_sprite.png diff --git a/tools/editor/icons/2x/icon_viewport_texture.png b/editor/icons/2x/icon_viewport_texture.png Binary files differindex f798f1d221..f798f1d221 100644 --- a/tools/editor/icons/2x/icon_viewport_texture.png +++ b/editor/icons/2x/icon_viewport_texture.png diff --git a/tools/editor/icons/2x/icon_visibility_enabler.png b/editor/icons/2x/icon_visibility_enabler.png Binary files differindex 4be06a5123..4be06a5123 100644 --- a/tools/editor/icons/2x/icon_visibility_enabler.png +++ b/editor/icons/2x/icon_visibility_enabler.png diff --git a/tools/editor/icons/2x/icon_visibility_enabler_2d.png b/editor/icons/2x/icon_visibility_enabler_2d.png Binary files differindex 3d592e8983..3d592e8983 100644 --- a/tools/editor/icons/2x/icon_visibility_enabler_2d.png +++ b/editor/icons/2x/icon_visibility_enabler_2d.png diff --git a/tools/editor/icons/2x/icon_visibility_notifier.png b/editor/icons/2x/icon_visibility_notifier.png Binary files differindex aa73402d8e..aa73402d8e 100644 --- a/tools/editor/icons/2x/icon_visibility_notifier.png +++ b/editor/icons/2x/icon_visibility_notifier.png diff --git a/tools/editor/icons/2x/icon_visibility_notifier_2d.png b/editor/icons/2x/icon_visibility_notifier_2d.png Binary files differindex 5f3b7ecf42..5f3b7ecf42 100644 --- a/tools/editor/icons/2x/icon_visibility_notifier_2d.png +++ b/editor/icons/2x/icon_visibility_notifier_2d.png diff --git a/tools/editor/icons/2x/icon_visible.png b/editor/icons/2x/icon_visible.png Binary files differindex 761ff12c66..761ff12c66 100644 --- a/tools/editor/icons/2x/icon_visible.png +++ b/editor/icons/2x/icon_visible.png diff --git a/tools/editor/icons/2x/icon_visual_script.png b/editor/icons/2x/icon_visual_script.png Binary files differindex 78a3a0c318..78a3a0c318 100644 --- a/tools/editor/icons/2x/icon_visual_script.png +++ b/editor/icons/2x/icon_visual_script.png diff --git a/tools/editor/icons/2x/icon_visual_shader_port.png b/editor/icons/2x/icon_visual_shader_port.png Binary files differindex 3f9bf96b01..3f9bf96b01 100644 --- a/tools/editor/icons/2x/icon_visual_shader_port.png +++ b/editor/icons/2x/icon_visual_shader_port.png diff --git a/tools/editor/icons/2x/icon_vu_empty.png b/editor/icons/2x/icon_vu_empty.png Binary files differindex 7ecf215933..7ecf215933 100644 --- a/tools/editor/icons/2x/icon_vu_empty.png +++ b/editor/icons/2x/icon_vu_empty.png diff --git a/tools/editor/icons/2x/icon_vu_full.png b/editor/icons/2x/icon_vu_full.png Binary files differindex cfd29fa833..cfd29fa833 100644 --- a/tools/editor/icons/2x/icon_vu_full.png +++ b/editor/icons/2x/icon_vu_full.png diff --git a/tools/editor/icons/2x/icon_warning.png b/editor/icons/2x/icon_warning.png Binary files differindex 5d807065e7..5d807065e7 100644 --- a/tools/editor/icons/2x/icon_warning.png +++ b/editor/icons/2x/icon_warning.png diff --git a/tools/editor/icons/2x/icon_window_dialog.png b/editor/icons/2x/icon_window_dialog.png Binary files differindex 995381ed5f..995381ed5f 100644 --- a/tools/editor/icons/2x/icon_window_dialog.png +++ b/editor/icons/2x/icon_window_dialog.png diff --git a/tools/editor/icons/2x/icon_world.png b/editor/icons/2x/icon_world.png Binary files differindex 51b587c01e..51b587c01e 100644 --- a/tools/editor/icons/2x/icon_world.png +++ b/editor/icons/2x/icon_world.png diff --git a/tools/editor/icons/2x/icon_world_2d.png b/editor/icons/2x/icon_world_2d.png Binary files differindex e9cfa10461..e9cfa10461 100644 --- a/tools/editor/icons/2x/icon_world_2d.png +++ b/editor/icons/2x/icon_world_2d.png diff --git a/tools/editor/icons/2x/icon_world_environment.png b/editor/icons/2x/icon_world_environment.png Binary files differindex 9ca558fcba..9ca558fcba 100644 --- a/tools/editor/icons/2x/icon_world_environment.png +++ b/editor/icons/2x/icon_world_environment.png diff --git a/tools/editor/icons/2x/icon_y_sort.png b/editor/icons/2x/icon_y_sort.png Binary files differindex a38cbbe863..a38cbbe863 100644 --- a/tools/editor/icons/2x/icon_y_sort.png +++ b/editor/icons/2x/icon_y_sort.png diff --git a/tools/editor/icons/2x/icon_zoom.png b/editor/icons/2x/icon_zoom.png Binary files differindex 0c4a6a8c84..0c4a6a8c84 100644 --- a/tools/editor/icons/2x/icon_zoom.png +++ b/editor/icons/2x/icon_zoom.png diff --git a/tools/editor/icons/2x/icon_zoom_less.png b/editor/icons/2x/icon_zoom_less.png Binary files differindex d483db55ce..d483db55ce 100644 --- a/tools/editor/icons/2x/icon_zoom_less.png +++ b/editor/icons/2x/icon_zoom_less.png diff --git a/tools/editor/icons/2x/icon_zoom_more.png b/editor/icons/2x/icon_zoom_more.png Binary files differindex 8f9ef77849..8f9ef77849 100644 --- a/tools/editor/icons/2x/icon_zoom_more.png +++ b/editor/icons/2x/icon_zoom_more.png diff --git a/tools/editor/icons/2x/icon_zoom_reset.png b/editor/icons/2x/icon_zoom_reset.png Binary files differindex 092215b3e2..092215b3e2 100644 --- a/tools/editor/icons/2x/icon_zoom_reset.png +++ b/editor/icons/2x/icon_zoom_reset.png diff --git a/tools/editor/icons/SCsub b/editor/icons/SCsub index 4af481d1f6..3fc8e5461f 100644 --- a/tools/editor/icons/SCsub +++ b/editor/icons/SCsub @@ -90,7 +90,7 @@ make_editor_icons_builder = Builder(action=make_editor_icons_action, suffix='.cpp', src_suffix='.png') env['BUILDERS']['MakeEditorIconsBuilder'] = make_editor_icons_builder -env.Alias('editor_icons', [env.MakeEditorIconsBuilder('#tools/editor/editor_icons.cpp', Glob("*.png"))]) +env.Alias('editor_icons', [env.MakeEditorIconsBuilder('#editor/editor_icons.cpp', Glob("*.png"))]) -env.editor_sources.append("#tools/editor/editor_icons.cpp") +env.editor_sources.append("#editor/editor_icons.cpp") Export('env') diff --git a/tools/editor/icons/icon_accept_dialog.png b/editor/icons/icon_accept_dialog.png Binary files differindex 7530127f82..7530127f82 100644 --- a/tools/editor/icons/icon_accept_dialog.png +++ b/editor/icons/icon_accept_dialog.png diff --git a/tools/editor/icons/icon_add.png b/editor/icons/icon_add.png Binary files differindex fa675045bc..fa675045bc 100644 --- a/tools/editor/icons/icon_add.png +++ b/editor/icons/icon_add.png diff --git a/tools/editor/icons/icon_add_track.png b/editor/icons/icon_add_track.png Binary files differindex fa675045bc..fa675045bc 100644 --- a/tools/editor/icons/icon_add_track.png +++ b/editor/icons/icon_add_track.png diff --git a/tools/editor/icons/icon_anchor.png b/editor/icons/icon_anchor.png Binary files differindex 7b02eb448e..7b02eb448e 100644 --- a/tools/editor/icons/icon_anchor.png +++ b/editor/icons/icon_anchor.png diff --git a/tools/editor/icons/icon_anim_export.png b/editor/icons/icon_anim_export.png Binary files differindex b17ecdeb22..b17ecdeb22 100644 --- a/tools/editor/icons/icon_anim_export.png +++ b/editor/icons/icon_anim_export.png diff --git a/tools/editor/icons/icon_anim_export_all.png b/editor/icons/icon_anim_export_all.png Binary files differindex 65a3cf5745..65a3cf5745 100644 --- a/tools/editor/icons/icon_anim_export_all.png +++ b/editor/icons/icon_anim_export_all.png diff --git a/tools/editor/icons/icon_anim_get.png b/editor/icons/icon_anim_get.png Binary files differindex 7edd883f02..7edd883f02 100644 --- a/tools/editor/icons/icon_anim_get.png +++ b/editor/icons/icon_anim_get.png diff --git a/tools/editor/icons/icon_anim_get_hl.png b/editor/icons/icon_anim_get_hl.png Binary files differindex fa6e94545b..fa6e94545b 100644 --- a/tools/editor/icons/icon_anim_get_hl.png +++ b/editor/icons/icon_anim_get_hl.png diff --git a/tools/editor/icons/icon_anim_import.png b/editor/icons/icon_anim_import.png Binary files differindex 166e3fecd7..166e3fecd7 100644 --- a/tools/editor/icons/icon_anim_import.png +++ b/editor/icons/icon_anim_import.png diff --git a/tools/editor/icons/icon_anim_import_all.png b/editor/icons/icon_anim_import_all.png Binary files differindex c99893d59d..c99893d59d 100644 --- a/tools/editor/icons/icon_anim_import_all.png +++ b/editor/icons/icon_anim_import_all.png diff --git a/tools/editor/icons/icon_anim_set.png b/editor/icons/icon_anim_set.png Binary files differindex c52334c72f..c52334c72f 100644 --- a/tools/editor/icons/icon_anim_set.png +++ b/editor/icons/icon_anim_set.png diff --git a/tools/editor/icons/icon_anim_set_hl.png b/editor/icons/icon_anim_set_hl.png Binary files differindex aefaf7f738..aefaf7f738 100644 --- a/tools/editor/icons/icon_anim_set_hl.png +++ b/editor/icons/icon_anim_set_hl.png diff --git a/tools/editor/icons/icon_animated_sprite.png b/editor/icons/icon_animated_sprite.png Binary files differindex 6b6cb2fbfa..6b6cb2fbfa 100644 --- a/tools/editor/icons/icon_animated_sprite.png +++ b/editor/icons/icon_animated_sprite.png diff --git a/tools/editor/icons/icon_animated_sprite_3d.png b/editor/icons/icon_animated_sprite_3d.png Binary files differindex e04d687bfb..e04d687bfb 100644 --- a/tools/editor/icons/icon_animated_sprite_3d.png +++ b/editor/icons/icon_animated_sprite_3d.png diff --git a/tools/editor/icons/icon_animation.png b/editor/icons/icon_animation.png Binary files differindex b333f82711..b333f82711 100644 --- a/tools/editor/icons/icon_animation.png +++ b/editor/icons/icon_animation.png diff --git a/tools/editor/icons/icon_animation_node.png b/editor/icons/icon_animation_node.png Binary files differindex 81026b3a98..81026b3a98 100644 --- a/tools/editor/icons/icon_animation_node.png +++ b/editor/icons/icon_animation_node.png diff --git a/tools/editor/icons/icon_animation_play.png b/editor/icons/icon_animation_play.png Binary files differindex b405bf98f4..b405bf98f4 100644 --- a/tools/editor/icons/icon_animation_play.png +++ b/editor/icons/icon_animation_play.png diff --git a/tools/editor/icons/icon_animation_player.png b/editor/icons/icon_animation_player.png Binary files differindex 8a6f446e4e..8a6f446e4e 100644 --- a/tools/editor/icons/icon_animation_player.png +++ b/editor/icons/icon_animation_player.png diff --git a/tools/editor/icons/icon_animation_set.png b/editor/icons/icon_animation_set.png Binary files differindex b603382b0c..b603382b0c 100644 --- a/tools/editor/icons/icon_animation_set.png +++ b/editor/icons/icon_animation_set.png diff --git a/tools/editor/icons/icon_animation_tree.png b/editor/icons/icon_animation_tree.png Binary files differindex 684edb876b..684edb876b 100644 --- a/tools/editor/icons/icon_animation_tree.png +++ b/editor/icons/icon_animation_tree.png diff --git a/tools/editor/icons/icon_animation_tree_player.png b/editor/icons/icon_animation_tree_player.png Binary files differindex 684edb876b..684edb876b 100644 --- a/tools/editor/icons/icon_animation_tree_player.png +++ b/editor/icons/icon_animation_tree_player.png diff --git a/tools/editor/icons/icon_area.png b/editor/icons/icon_area.png Binary files differindex 31b4473d17..31b4473d17 100644 --- a/tools/editor/icons/icon_area.png +++ b/editor/icons/icon_area.png diff --git a/tools/editor/icons/icon_area_2d.png b/editor/icons/icon_area_2d.png Binary files differindex 2f9c6bb8d4..2f9c6bb8d4 100644 --- a/tools/editor/icons/icon_area_2d.png +++ b/editor/icons/icon_area_2d.png diff --git a/tools/editor/icons/icon_array_data.png b/editor/icons/icon_array_data.png Binary files differindex 447acaab2b..447acaab2b 100644 --- a/tools/editor/icons/icon_array_data.png +++ b/editor/icons/icon_array_data.png diff --git a/tools/editor/icons/icon_array_float.png b/editor/icons/icon_array_float.png Binary files differindex d1b78b4c3e..d1b78b4c3e 100644 --- a/tools/editor/icons/icon_array_float.png +++ b/editor/icons/icon_array_float.png diff --git a/tools/editor/icons/icon_array_int.png b/editor/icons/icon_array_int.png Binary files differindex 2c4ec5bafb..2c4ec5bafb 100644 --- a/tools/editor/icons/icon_array_int.png +++ b/editor/icons/icon_array_int.png diff --git a/tools/editor/icons/icon_array_string.png b/editor/icons/icon_array_string.png Binary files differindex a2e3f11c35..a2e3f11c35 100644 --- a/tools/editor/icons/icon_array_string.png +++ b/editor/icons/icon_array_string.png diff --git a/tools/editor/icons/icon_array_variant.png b/editor/icons/icon_array_variant.png Binary files differindex ab294898ad..ab294898ad 100644 --- a/tools/editor/icons/icon_array_variant.png +++ b/editor/icons/icon_array_variant.png diff --git a/tools/editor/icons/icon_arrow_left.png b/editor/icons/icon_arrow_left.png Binary files differindex 1e0d38b4b6..1e0d38b4b6 100644 --- a/tools/editor/icons/icon_arrow_left.png +++ b/editor/icons/icon_arrow_left.png diff --git a/tools/editor/icons/icon_arrow_left_disabled.png b/editor/icons/icon_arrow_left_disabled.png Binary files differindex f1f9d0f988..f1f9d0f988 100644 --- a/tools/editor/icons/icon_arrow_left_disabled.png +++ b/editor/icons/icon_arrow_left_disabled.png diff --git a/tools/editor/icons/icon_arrow_right.png b/editor/icons/icon_arrow_right.png Binary files differindex 09907755e1..09907755e1 100644 --- a/tools/editor/icons/icon_arrow_right.png +++ b/editor/icons/icon_arrow_right.png diff --git a/tools/editor/icons/icon_arrow_right_disabled.png b/editor/icons/icon_arrow_right_disabled.png Binary files differindex 840cd0da0a..840cd0da0a 100644 --- a/tools/editor/icons/icon_arrow_right_disabled.png +++ b/editor/icons/icon_arrow_right_disabled.png diff --git a/tools/editor/icons/icon_arrow_up.png b/editor/icons/icon_arrow_up.png Binary files differindex f7ec666f69..f7ec666f69 100644 --- a/tools/editor/icons/icon_arrow_up.png +++ b/editor/icons/icon_arrow_up.png diff --git a/tools/editor/icons/icon_arrow_up_disabled.png b/editor/icons/icon_arrow_up_disabled.png Binary files differindex fb46aa1373..fb46aa1373 100644 --- a/tools/editor/icons/icon_arrow_up_disabled.png +++ b/editor/icons/icon_arrow_up_disabled.png diff --git a/tools/editor/icons/icon_atlas_texture.png b/editor/icons/icon_atlas_texture.png Binary files differindex 438ac8bfb5..438ac8bfb5 100644 --- a/tools/editor/icons/icon_atlas_texture.png +++ b/editor/icons/icon_atlas_texture.png diff --git a/tools/editor/icons/icon_audio_effect_amplify.png b/editor/icons/icon_audio_effect_amplify.png Binary files differindex 9af3227d40..9af3227d40 100644 --- a/tools/editor/icons/icon_audio_effect_amplify.png +++ b/editor/icons/icon_audio_effect_amplify.png diff --git a/tools/editor/icons/icon_audio_stream_gibberish.png b/editor/icons/icon_audio_stream_gibberish.png Binary files differindex 60c85fa5b4..60c85fa5b4 100644 --- a/tools/editor/icons/icon_audio_stream_gibberish.png +++ b/editor/icons/icon_audio_stream_gibberish.png diff --git a/tools/editor/icons/icon_audio_stream_m_p_c.png b/editor/icons/icon_audio_stream_m_p_c.png Binary files differindex 665d7b56a1..665d7b56a1 100644 --- a/tools/editor/icons/icon_audio_stream_m_p_c.png +++ b/editor/icons/icon_audio_stream_m_p_c.png diff --git a/tools/editor/icons/icon_audio_stream_o_g_g_vorbis.png b/editor/icons/icon_audio_stream_o_g_g_vorbis.png Binary files differindex 7860e111d0..7860e111d0 100644 --- a/tools/editor/icons/icon_audio_stream_o_g_g_vorbis.png +++ b/editor/icons/icon_audio_stream_o_g_g_vorbis.png diff --git a/tools/editor/icons/icon_audio_stream_opus.png b/editor/icons/icon_audio_stream_opus.png Binary files differindex 69b0c83b4d..69b0c83b4d 100644 --- a/tools/editor/icons/icon_audio_stream_opus.png +++ b/editor/icons/icon_audio_stream_opus.png diff --git a/tools/editor/icons/icon_audio_stream_speex.png b/editor/icons/icon_audio_stream_speex.png Binary files differindex 6fefe47284..6fefe47284 100644 --- a/tools/editor/icons/icon_audio_stream_speex.png +++ b/editor/icons/icon_audio_stream_speex.png diff --git a/tools/editor/icons/icon_auto_play.png b/editor/icons/icon_auto_play.png Binary files differindex a6be64a1d1..a6be64a1d1 100644 --- a/tools/editor/icons/icon_auto_play.png +++ b/editor/icons/icon_auto_play.png diff --git a/tools/editor/icons/icon_b_c_s_f_x.png b/editor/icons/icon_b_c_s_f_x.png Binary files differindex 2100aea6a0..2100aea6a0 100644 --- a/tools/editor/icons/icon_b_c_s_f_x.png +++ b/editor/icons/icon_b_c_s_f_x.png diff --git a/tools/editor/icons/icon_b_g_color_f_x.png b/editor/icons/icon_b_g_color_f_x.png Binary files differindex 5b7552f6d5..5b7552f6d5 100644 --- a/tools/editor/icons/icon_b_g_color_f_x.png +++ b/editor/icons/icon_b_g_color_f_x.png diff --git a/tools/editor/icons/icon_b_g_image_f_x.png b/editor/icons/icon_b_g_image_f_x.png Binary files differindex 7e8ec86eec..7e8ec86eec 100644 --- a/tools/editor/icons/icon_b_g_image_f_x.png +++ b/editor/icons/icon_b_g_image_f_x.png diff --git a/tools/editor/icons/icon_back.png b/editor/icons/icon_back.png Binary files differindex 52fbc8117a..52fbc8117a 100644 --- a/tools/editor/icons/icon_back.png +++ b/editor/icons/icon_back.png diff --git a/tools/editor/icons/icon_back_buffer_copy.png b/editor/icons/icon_back_buffer_copy.png Binary files differindex 35f04ddac8..35f04ddac8 100644 --- a/tools/editor/icons/icon_back_buffer_copy.png +++ b/editor/icons/icon_back_buffer_copy.png diff --git a/tools/editor/icons/icon_back_disabled.png b/editor/icons/icon_back_disabled.png Binary files differindex 31aab496e2..31aab496e2 100644 --- a/tools/editor/icons/icon_back_disabled.png +++ b/editor/icons/icon_back_disabled.png diff --git a/tools/editor/icons/icon_back_no.png b/editor/icons/icon_back_no.png Binary files differindex 539ce4124a..539ce4124a 100644 --- a/tools/editor/icons/icon_back_no.png +++ b/editor/icons/icon_back_no.png diff --git a/tools/editor/icons/icon_bake.png b/editor/icons/icon_bake.png Binary files differindex 3b7fce5c9f..3b7fce5c9f 100644 --- a/tools/editor/icons/icon_bake.png +++ b/editor/icons/icon_bake.png diff --git a/tools/editor/icons/icon_baked_light.png b/editor/icons/icon_baked_light.png Binary files differindex 3b7fce5c9f..3b7fce5c9f 100644 --- a/tools/editor/icons/icon_baked_light.png +++ b/editor/icons/icon_baked_light.png diff --git a/tools/editor/icons/icon_baked_light_instance.png b/editor/icons/icon_baked_light_instance.png Binary files differindex c667b542c1..c667b542c1 100644 --- a/tools/editor/icons/icon_baked_light_instance.png +++ b/editor/icons/icon_baked_light_instance.png diff --git a/tools/editor/icons/icon_baked_light_sampler.png b/editor/icons/icon_baked_light_sampler.png Binary files differindex 15ff7b98b9..15ff7b98b9 100644 --- a/tools/editor/icons/icon_baked_light_sampler.png +++ b/editor/icons/icon_baked_light_sampler.png diff --git a/tools/editor/icons/icon_bit_map.png b/editor/icons/icon_bit_map.png Binary files differindex 50dd8157d1..50dd8157d1 100644 --- a/tools/editor/icons/icon_bit_map.png +++ b/editor/icons/icon_bit_map.png diff --git a/tools/editor/icons/icon_bitmap_font.png b/editor/icons/icon_bitmap_font.png Binary files differindex 5334c335dc..5334c335dc 100644 --- a/tools/editor/icons/icon_bitmap_font.png +++ b/editor/icons/icon_bitmap_font.png diff --git a/tools/editor/icons/icon_blend.png b/editor/icons/icon_blend.png Binary files differindex 1676c650c2..1676c650c2 100644 --- a/tools/editor/icons/icon_blend.png +++ b/editor/icons/icon_blend.png diff --git a/tools/editor/icons/icon_bone.png b/editor/icons/icon_bone.png Binary files differindex 2d9a7b47f3..2d9a7b47f3 100644 --- a/tools/editor/icons/icon_bone.png +++ b/editor/icons/icon_bone.png diff --git a/tools/editor/icons/icon_bone_attachment.png b/editor/icons/icon_bone_attachment.png Binary files differindex 882bb55f44..882bb55f44 100644 --- a/tools/editor/icons/icon_bone_attachment.png +++ b/editor/icons/icon_bone_attachment.png diff --git a/tools/editor/icons/icon_bone_track.png b/editor/icons/icon_bone_track.png Binary files differindex 1e55e53d6b..1e55e53d6b 100644 --- a/tools/editor/icons/icon_bone_track.png +++ b/editor/icons/icon_bone_track.png diff --git a/tools/editor/icons/icon_bool.png b/editor/icons/icon_bool.png Binary files differindex 822b5dd688..822b5dd688 100644 --- a/tools/editor/icons/icon_bool.png +++ b/editor/icons/icon_bool.png diff --git a/tools/editor/icons/icon_box_shape.png b/editor/icons/icon_box_shape.png Binary files differindex 68ec6088c9..68ec6088c9 100644 --- a/tools/editor/icons/icon_box_shape.png +++ b/editor/icons/icon_box_shape.png diff --git a/tools/editor/icons/icon_bus_vu_db.png b/editor/icons/icon_bus_vu_db.png Binary files differindex 52507cae52..52507cae52 100644 --- a/tools/editor/icons/icon_bus_vu_db.png +++ b/editor/icons/icon_bus_vu_db.png diff --git a/tools/editor/icons/icon_bus_vu_empty.png b/editor/icons/icon_bus_vu_empty.png Binary files differindex 6fc3143a55..6fc3143a55 100644 --- a/tools/editor/icons/icon_bus_vu_empty.png +++ b/editor/icons/icon_bus_vu_empty.png diff --git a/tools/editor/icons/icon_bus_vu_frozen.png b/editor/icons/icon_bus_vu_frozen.png Binary files differindex cf128afa91..cf128afa91 100644 --- a/tools/editor/icons/icon_bus_vu_frozen.png +++ b/editor/icons/icon_bus_vu_frozen.png diff --git a/tools/editor/icons/icon_bus_vu_full.png b/editor/icons/icon_bus_vu_full.png Binary files differindex 9e3d7a93e3..9e3d7a93e3 100644 --- a/tools/editor/icons/icon_bus_vu_full.png +++ b/editor/icons/icon_bus_vu_full.png diff --git a/tools/editor/icons/icon_button.png b/editor/icons/icon_button.png Binary files differindex da02831da2..da02831da2 100644 --- a/tools/editor/icons/icon_button.png +++ b/editor/icons/icon_button.png diff --git a/tools/editor/icons/icon_button_group.png b/editor/icons/icon_button_group.png Binary files differindex c105234598..c105234598 100644 --- a/tools/editor/icons/icon_button_group.png +++ b/editor/icons/icon_button_group.png diff --git a/tools/editor/icons/icon_camera.png b/editor/icons/icon_camera.png Binary files differindex 4dff1791ad..4dff1791ad 100644 --- a/tools/editor/icons/icon_camera.png +++ b/editor/icons/icon_camera.png diff --git a/tools/editor/icons/icon_camera_2d.png b/editor/icons/icon_camera_2d.png Binary files differindex 6497997afe..6497997afe 100644 --- a/tools/editor/icons/icon_camera_2d.png +++ b/editor/icons/icon_camera_2d.png diff --git a/tools/editor/icons/icon_canvas_item.png b/editor/icons/icon_canvas_item.png Binary files differindex 64f5d8abdf..64f5d8abdf 100644 --- a/tools/editor/icons/icon_canvas_item.png +++ b/editor/icons/icon_canvas_item.png diff --git a/tools/editor/icons/icon_canvas_item_material.png b/editor/icons/icon_canvas_item_material.png Binary files differindex a04f6e8f5f..a04f6e8f5f 100644 --- a/tools/editor/icons/icon_canvas_item_material.png +++ b/editor/icons/icon_canvas_item_material.png diff --git a/tools/editor/icons/icon_canvas_item_shader.png b/editor/icons/icon_canvas_item_shader.png Binary files differindex 8392f889d1..8392f889d1 100644 --- a/tools/editor/icons/icon_canvas_item_shader.png +++ b/editor/icons/icon_canvas_item_shader.png diff --git a/tools/editor/icons/icon_canvas_item_shader_graph.png b/editor/icons/icon_canvas_item_shader_graph.png Binary files differindex f40e3755af..f40e3755af 100644 --- a/tools/editor/icons/icon_canvas_item_shader_graph.png +++ b/editor/icons/icon_canvas_item_shader_graph.png diff --git a/tools/editor/icons/icon_canvas_layer.png b/editor/icons/icon_canvas_layer.png Binary files differindex bb32d6d3ad..bb32d6d3ad 100644 --- a/tools/editor/icons/icon_canvas_layer.png +++ b/editor/icons/icon_canvas_layer.png diff --git a/tools/editor/icons/icon_canvas_modulate.png b/editor/icons/icon_canvas_modulate.png Binary files differindex b76e532268..b76e532268 100644 --- a/tools/editor/icons/icon_canvas_modulate.png +++ b/editor/icons/icon_canvas_modulate.png diff --git a/tools/editor/icons/icon_capsule_shape.png b/editor/icons/icon_capsule_shape.png Binary files differindex bc00e491d3..bc00e491d3 100644 --- a/tools/editor/icons/icon_capsule_shape.png +++ b/editor/icons/icon_capsule_shape.png diff --git a/tools/editor/icons/icon_capsule_shape_2d.png b/editor/icons/icon_capsule_shape_2d.png Binary files differindex 6f6554fbc7..6f6554fbc7 100644 --- a/tools/editor/icons/icon_capsule_shape_2d.png +++ b/editor/icons/icon_capsule_shape_2d.png diff --git a/tools/editor/icons/icon_center_container.png b/editor/icons/icon_center_container.png Binary files differindex 61904e7b00..61904e7b00 100644 --- a/tools/editor/icons/icon_center_container.png +++ b/editor/icons/icon_center_container.png diff --git a/tools/editor/icons/icon_character_body.png b/editor/icons/icon_character_body.png Binary files differindex b859a271d5..b859a271d5 100644 --- a/tools/editor/icons/icon_character_body.png +++ b/editor/icons/icon_character_body.png diff --git a/tools/editor/icons/icon_character_camera.png b/editor/icons/icon_character_camera.png Binary files differindex c238487942..c238487942 100644 --- a/tools/editor/icons/icon_character_camera.png +++ b/editor/icons/icon_character_camera.png diff --git a/tools/editor/icons/icon_check_box.png b/editor/icons/icon_check_box.png Binary files differindex f0e614d0e7..f0e614d0e7 100644 --- a/tools/editor/icons/icon_check_box.png +++ b/editor/icons/icon_check_box.png diff --git a/tools/editor/icons/icon_check_button.png b/editor/icons/icon_check_button.png Binary files differindex 968188f43d..968188f43d 100644 --- a/tools/editor/icons/icon_check_button.png +++ b/editor/icons/icon_check_button.png diff --git a/tools/editor/icons/icon_checkerboard.png b/editor/icons/icon_checkerboard.png Binary files differindex 5f658c765e..5f658c765e 100644 --- a/tools/editor/icons/icon_checkerboard.png +++ b/editor/icons/icon_checkerboard.png diff --git a/tools/editor/icons/icon_circle_shape_2d.png b/editor/icons/icon_circle_shape_2d.png Binary files differindex 7865ed3dbe..7865ed3dbe 100644 --- a/tools/editor/icons/icon_circle_shape_2d.png +++ b/editor/icons/icon_circle_shape_2d.png diff --git a/tools/editor/icons/icon_class_list.png b/editor/icons/icon_class_list.png Binary files differindex 5faff250d7..5faff250d7 100644 --- a/tools/editor/icons/icon_class_list.png +++ b/editor/icons/icon_class_list.png diff --git a/tools/editor/icons/icon_click2edit.png b/editor/icons/icon_click2edit.png Binary files differindex 795756dff0..795756dff0 100644 --- a/tools/editor/icons/icon_click2edit.png +++ b/editor/icons/icon_click2edit.png diff --git a/tools/editor/icons/icon_close.png b/editor/icons/icon_close.png Binary files differindex 20d9b5c810..20d9b5c810 100644 --- a/tools/editor/icons/icon_close.png +++ b/editor/icons/icon_close.png diff --git a/tools/editor/icons/icon_close_hover.png b/editor/icons/icon_close_hover.png Binary files differindex cb519691e5..cb519691e5 100644 --- a/tools/editor/icons/icon_close_hover.png +++ b/editor/icons/icon_close_hover.png diff --git a/tools/editor/icons/icon_collapse.png b/editor/icons/icon_collapse.png Binary files differindex ad2442183d..ad2442183d 100644 --- a/tools/editor/icons/icon_collapse.png +++ b/editor/icons/icon_collapse.png diff --git a/tools/editor/icons/icon_collapse_hl.png b/editor/icons/icon_collapse_hl.png Binary files differindex 0dfbc8b175..0dfbc8b175 100644 --- a/tools/editor/icons/icon_collapse_hl.png +++ b/editor/icons/icon_collapse_hl.png diff --git a/tools/editor/icons/icon_collision.png b/editor/icons/icon_collision.png Binary files differindex ccda8b6a25..ccda8b6a25 100644 --- a/tools/editor/icons/icon_collision.png +++ b/editor/icons/icon_collision.png diff --git a/tools/editor/icons/icon_collision_2d.png b/editor/icons/icon_collision_2d.png Binary files differindex b372749cb0..b372749cb0 100644 --- a/tools/editor/icons/icon_collision_2d.png +++ b/editor/icons/icon_collision_2d.png diff --git a/tools/editor/icons/icon_collision_polygon.png b/editor/icons/icon_collision_polygon.png Binary files differindex 738f80c3f3..738f80c3f3 100644 --- a/tools/editor/icons/icon_collision_polygon.png +++ b/editor/icons/icon_collision_polygon.png diff --git a/tools/editor/icons/icon_collision_polygon_2d.png b/editor/icons/icon_collision_polygon_2d.png Binary files differindex b372749cb0..b372749cb0 100644 --- a/tools/editor/icons/icon_collision_polygon_2d.png +++ b/editor/icons/icon_collision_polygon_2d.png diff --git a/tools/editor/icons/icon_collision_shape.png b/editor/icons/icon_collision_shape.png Binary files differindex 7bcd61c719..7bcd61c719 100644 --- a/tools/editor/icons/icon_collision_shape.png +++ b/editor/icons/icon_collision_shape.png diff --git a/tools/editor/icons/icon_collision_shape_2d.png b/editor/icons/icon_collision_shape_2d.png Binary files differindex afc1326959..afc1326959 100644 --- a/tools/editor/icons/icon_collision_shape_2d.png +++ b/editor/icons/icon_collision_shape_2d.png diff --git a/tools/editor/icons/icon_color.png b/editor/icons/icon_color.png Binary files differindex 589a6d3ffa..589a6d3ffa 100644 --- a/tools/editor/icons/icon_color.png +++ b/editor/icons/icon_color.png diff --git a/tools/editor/icons/icon_color_pick.png b/editor/icons/icon_color_pick.png Binary files differindex 15679a9558..15679a9558 100644 --- a/tools/editor/icons/icon_color_pick.png +++ b/editor/icons/icon_color_pick.png diff --git a/tools/editor/icons/icon_color_picker.png b/editor/icons/icon_color_picker.png Binary files differindex 6d1114054a..6d1114054a 100644 --- a/tools/editor/icons/icon_color_picker.png +++ b/editor/icons/icon_color_picker.png diff --git a/tools/editor/icons/icon_color_picker_button.png b/editor/icons/icon_color_picker_button.png Binary files differindex a399128773..a399128773 100644 --- a/tools/editor/icons/icon_color_picker_button.png +++ b/editor/icons/icon_color_picker_button.png diff --git a/tools/editor/icons/icon_color_ramp.png b/editor/icons/icon_color_ramp.png Binary files differindex 03d19a56bb..03d19a56bb 100644 --- a/tools/editor/icons/icon_color_ramp.png +++ b/editor/icons/icon_color_ramp.png diff --git a/tools/editor/icons/icon_color_rect.png b/editor/icons/icon_color_rect.png Binary files differindex 40b9dab605..40b9dab605 100644 --- a/tools/editor/icons/icon_color_rect.png +++ b/editor/icons/icon_color_rect.png diff --git a/tools/editor/icons/icon_concave_polygon_shape.png b/editor/icons/icon_concave_polygon_shape.png Binary files differindex dc1ff1d388..dc1ff1d388 100644 --- a/tools/editor/icons/icon_concave_polygon_shape.png +++ b/editor/icons/icon_concave_polygon_shape.png diff --git a/tools/editor/icons/icon_concave_polygon_shape_2d.png b/editor/icons/icon_concave_polygon_shape_2d.png Binary files differindex 2e87eea5aa..2e87eea5aa 100644 --- a/tools/editor/icons/icon_concave_polygon_shape_2d.png +++ b/editor/icons/icon_concave_polygon_shape_2d.png diff --git a/tools/editor/icons/icon_cone_twist_joint.png b/editor/icons/icon_cone_twist_joint.png Binary files differindex bbf93f2f71..bbf93f2f71 100644 --- a/tools/editor/icons/icon_cone_twist_joint.png +++ b/editor/icons/icon_cone_twist_joint.png diff --git a/tools/editor/icons/icon_confirmation_dialog.png b/editor/icons/icon_confirmation_dialog.png Binary files differindex 2dd4cd00fb..2dd4cd00fb 100644 --- a/tools/editor/icons/icon_confirmation_dialog.png +++ b/editor/icons/icon_confirmation_dialog.png diff --git a/tools/editor/icons/icon_connect.png b/editor/icons/icon_connect.png Binary files differindex 51615838a9..51615838a9 100644 --- a/tools/editor/icons/icon_connect.png +++ b/editor/icons/icon_connect.png diff --git a/tools/editor/icons/icon_connection_and_groups.png b/editor/icons/icon_connection_and_groups.png Binary files differindex 76e036e5bb..76e036e5bb 100644 --- a/tools/editor/icons/icon_connection_and_groups.png +++ b/editor/icons/icon_connection_and_groups.png diff --git a/tools/editor/icons/icon_console.png b/editor/icons/icon_console.png Binary files differindex 7dc7407ef7..7dc7407ef7 100644 --- a/tools/editor/icons/icon_console.png +++ b/editor/icons/icon_console.png diff --git a/tools/editor/icons/icon_container.png b/editor/icons/icon_container.png Binary files differindex ae0d76072b..ae0d76072b 100644 --- a/tools/editor/icons/icon_container.png +++ b/editor/icons/icon_container.png diff --git a/tools/editor/icons/icon_control.png b/editor/icons/icon_control.png Binary files differindex 0d2a82ad0e..0d2a82ad0e 100644 --- a/tools/editor/icons/icon_control.png +++ b/editor/icons/icon_control.png diff --git a/tools/editor/icons/icon_control_align_bottom_center.png b/editor/icons/icon_control_align_bottom_center.png Binary files differindex 166f122ace..166f122ace 100644 --- a/tools/editor/icons/icon_control_align_bottom_center.png +++ b/editor/icons/icon_control_align_bottom_center.png diff --git a/tools/editor/icons/icon_control_align_bottom_left.png b/editor/icons/icon_control_align_bottom_left.png Binary files differindex 238f33a098..238f33a098 100644 --- a/tools/editor/icons/icon_control_align_bottom_left.png +++ b/editor/icons/icon_control_align_bottom_left.png diff --git a/tools/editor/icons/icon_control_align_bottom_right.png b/editor/icons/icon_control_align_bottom_right.png Binary files differindex ff8b6a0177..ff8b6a0177 100644 --- a/tools/editor/icons/icon_control_align_bottom_right.png +++ b/editor/icons/icon_control_align_bottom_right.png diff --git a/tools/editor/icons/icon_control_align_bottom_wide.png b/editor/icons/icon_control_align_bottom_wide.png Binary files differindex 309907767e..309907767e 100644 --- a/tools/editor/icons/icon_control_align_bottom_wide.png +++ b/editor/icons/icon_control_align_bottom_wide.png diff --git a/tools/editor/icons/icon_control_align_center.png b/editor/icons/icon_control_align_center.png Binary files differindex 964f132ac3..964f132ac3 100644 --- a/tools/editor/icons/icon_control_align_center.png +++ b/editor/icons/icon_control_align_center.png diff --git a/tools/editor/icons/icon_control_align_center_left.png b/editor/icons/icon_control_align_center_left.png Binary files differindex 704b4f504f..704b4f504f 100644 --- a/tools/editor/icons/icon_control_align_center_left.png +++ b/editor/icons/icon_control_align_center_left.png diff --git a/tools/editor/icons/icon_control_align_center_right.png b/editor/icons/icon_control_align_center_right.png Binary files differindex bd7111aec3..bd7111aec3 100644 --- a/tools/editor/icons/icon_control_align_center_right.png +++ b/editor/icons/icon_control_align_center_right.png diff --git a/tools/editor/icons/icon_control_align_left_center.png b/editor/icons/icon_control_align_left_center.png Binary files differindex 75c2d8573f..75c2d8573f 100644 --- a/tools/editor/icons/icon_control_align_left_center.png +++ b/editor/icons/icon_control_align_left_center.png diff --git a/tools/editor/icons/icon_control_align_left_wide.png b/editor/icons/icon_control_align_left_wide.png Binary files differindex 92a13144cb..92a13144cb 100644 --- a/tools/editor/icons/icon_control_align_left_wide.png +++ b/editor/icons/icon_control_align_left_wide.png diff --git a/tools/editor/icons/icon_control_align_right_center.png b/editor/icons/icon_control_align_right_center.png Binary files differindex a859035439..a859035439 100644 --- a/tools/editor/icons/icon_control_align_right_center.png +++ b/editor/icons/icon_control_align_right_center.png diff --git a/tools/editor/icons/icon_control_align_right_wide.png b/editor/icons/icon_control_align_right_wide.png Binary files differindex b6fef9569e..b6fef9569e 100644 --- a/tools/editor/icons/icon_control_align_right_wide.png +++ b/editor/icons/icon_control_align_right_wide.png diff --git a/tools/editor/icons/icon_control_align_top_center.png b/editor/icons/icon_control_align_top_center.png Binary files differindex 5cdd6cd2fc..5cdd6cd2fc 100644 --- a/tools/editor/icons/icon_control_align_top_center.png +++ b/editor/icons/icon_control_align_top_center.png diff --git a/tools/editor/icons/icon_control_align_top_left.png b/editor/icons/icon_control_align_top_left.png Binary files differindex 558e3f08cb..558e3f08cb 100644 --- a/tools/editor/icons/icon_control_align_top_left.png +++ b/editor/icons/icon_control_align_top_left.png diff --git a/tools/editor/icons/icon_control_align_top_right.png b/editor/icons/icon_control_align_top_right.png Binary files differindex 5ca294de48..5ca294de48 100644 --- a/tools/editor/icons/icon_control_align_top_right.png +++ b/editor/icons/icon_control_align_top_right.png diff --git a/tools/editor/icons/icon_control_align_top_wide.png b/editor/icons/icon_control_align_top_wide.png Binary files differindex ec089d0174..ec089d0174 100644 --- a/tools/editor/icons/icon_control_align_top_wide.png +++ b/editor/icons/icon_control_align_top_wide.png diff --git a/tools/editor/icons/icon_control_align_wide.png b/editor/icons/icon_control_align_wide.png Binary files differindex 45552740bf..45552740bf 100644 --- a/tools/editor/icons/icon_control_align_wide.png +++ b/editor/icons/icon_control_align_wide.png diff --git a/tools/editor/icons/icon_control_hcenter_wide.png b/editor/icons/icon_control_hcenter_wide.png Binary files differindex f298b22f5f..f298b22f5f 100644 --- a/tools/editor/icons/icon_control_hcenter_wide.png +++ b/editor/icons/icon_control_hcenter_wide.png diff --git a/tools/editor/icons/icon_control_vcenter_wide.png b/editor/icons/icon_control_vcenter_wide.png Binary files differindex b6c90646fb..b6c90646fb 100644 --- a/tools/editor/icons/icon_control_vcenter_wide.png +++ b/editor/icons/icon_control_vcenter_wide.png diff --git a/tools/editor/icons/icon_convex_polygon_shape.png b/editor/icons/icon_convex_polygon_shape.png Binary files differindex 4dfc9acc9e..4dfc9acc9e 100644 --- a/tools/editor/icons/icon_convex_polygon_shape.png +++ b/editor/icons/icon_convex_polygon_shape.png diff --git a/tools/editor/icons/icon_convex_polygon_shape_2d.png b/editor/icons/icon_convex_polygon_shape_2d.png Binary files differindex e449c6930f..e449c6930f 100644 --- a/tools/editor/icons/icon_convex_polygon_shape_2d.png +++ b/editor/icons/icon_convex_polygon_shape_2d.png diff --git a/tools/editor/icons/icon_copy_node_path.png b/editor/icons/icon_copy_node_path.png Binary files differindex d777f132d8..d777f132d8 100644 --- a/tools/editor/icons/icon_copy_node_path.png +++ b/editor/icons/icon_copy_node_path.png diff --git a/tools/editor/icons/icon_create_new_scene_from.png b/editor/icons/icon_create_new_scene_from.png Binary files differindex 45df9b1e25..45df9b1e25 100644 --- a/tools/editor/icons/icon_create_new_scene_from.png +++ b/editor/icons/icon_create_new_scene_from.png diff --git a/tools/editor/icons/icon_cube_grid_map.png b/editor/icons/icon_cube_grid_map.png Binary files differindex fe13222691..fe13222691 100644 --- a/tools/editor/icons/icon_cube_grid_map.png +++ b/editor/icons/icon_cube_grid_map.png diff --git a/tools/editor/icons/icon_cube_map.png b/editor/icons/icon_cube_map.png Binary files differindex 9c4c6fdc9f..9c4c6fdc9f 100644 --- a/tools/editor/icons/icon_cube_map.png +++ b/editor/icons/icon_cube_map.png diff --git a/tools/editor/icons/icon_curve.png b/editor/icons/icon_curve.png Binary files differindex 27d423edcd..27d423edcd 100644 --- a/tools/editor/icons/icon_curve.png +++ b/editor/icons/icon_curve.png diff --git a/tools/editor/icons/icon_curve_2d.png b/editor/icons/icon_curve_2d.png Binary files differindex ce46dcaad4..ce46dcaad4 100644 --- a/tools/editor/icons/icon_curve_2d.png +++ b/editor/icons/icon_curve_2d.png diff --git a/tools/editor/icons/icon_curve_3d.png b/editor/icons/icon_curve_3d.png Binary files differindex 561837e4de..561837e4de 100644 --- a/tools/editor/icons/icon_curve_3d.png +++ b/editor/icons/icon_curve_3d.png diff --git a/tools/editor/icons/icon_curve_close.png b/editor/icons/icon_curve_close.png Binary files differindex 9a66015252..9a66015252 100644 --- a/tools/editor/icons/icon_curve_close.png +++ b/editor/icons/icon_curve_close.png diff --git a/tools/editor/icons/icon_curve_constant.png b/editor/icons/icon_curve_constant.png Binary files differindex 510a01c7ec..510a01c7ec 100644 --- a/tools/editor/icons/icon_curve_constant.png +++ b/editor/icons/icon_curve_constant.png diff --git a/tools/editor/icons/icon_curve_create.png b/editor/icons/icon_curve_create.png Binary files differindex b07820a5cd..b07820a5cd 100644 --- a/tools/editor/icons/icon_curve_create.png +++ b/editor/icons/icon_curve_create.png diff --git a/tools/editor/icons/icon_curve_curve.png b/editor/icons/icon_curve_curve.png Binary files differindex 7d71af0a23..7d71af0a23 100644 --- a/tools/editor/icons/icon_curve_curve.png +++ b/editor/icons/icon_curve_curve.png diff --git a/tools/editor/icons/icon_curve_delete.png b/editor/icons/icon_curve_delete.png Binary files differindex 108bfeac35..108bfeac35 100644 --- a/tools/editor/icons/icon_curve_delete.png +++ b/editor/icons/icon_curve_delete.png diff --git a/tools/editor/icons/icon_curve_edit.png b/editor/icons/icon_curve_edit.png Binary files differindex 51eb583384..51eb583384 100644 --- a/tools/editor/icons/icon_curve_edit.png +++ b/editor/icons/icon_curve_edit.png diff --git a/tools/editor/icons/icon_curve_in.png b/editor/icons/icon_curve_in.png Binary files differindex a809ee43d3..a809ee43d3 100644 --- a/tools/editor/icons/icon_curve_in.png +++ b/editor/icons/icon_curve_in.png diff --git a/tools/editor/icons/icon_curve_in_out.png b/editor/icons/icon_curve_in_out.png Binary files differindex 88e07d48a7..88e07d48a7 100644 --- a/tools/editor/icons/icon_curve_in_out.png +++ b/editor/icons/icon_curve_in_out.png diff --git a/tools/editor/icons/icon_curve_linear.png b/editor/icons/icon_curve_linear.png Binary files differindex 80306b6e04..80306b6e04 100644 --- a/tools/editor/icons/icon_curve_linear.png +++ b/editor/icons/icon_curve_linear.png diff --git a/tools/editor/icons/icon_curve_out.png b/editor/icons/icon_curve_out.png Binary files differindex aa05bc8f86..aa05bc8f86 100644 --- a/tools/editor/icons/icon_curve_out.png +++ b/editor/icons/icon_curve_out.png diff --git a/tools/editor/icons/icon_curve_out_in.png b/editor/icons/icon_curve_out_in.png Binary files differindex 7be46fc779..7be46fc779 100644 --- a/tools/editor/icons/icon_curve_out_in.png +++ b/editor/icons/icon_curve_out_in.png diff --git a/tools/editor/icons/icon_cylinder_shape.png b/editor/icons/icon_cylinder_shape.png Binary files differindex fd7d7e26e2..fd7d7e26e2 100644 --- a/tools/editor/icons/icon_cylinder_shape.png +++ b/editor/icons/icon_cylinder_shape.png diff --git a/tools/editor/icons/icon_d_o_f_blur_f_x.png b/editor/icons/icon_d_o_f_blur_f_x.png Binary files differindex fda7d48353..fda7d48353 100644 --- a/tools/editor/icons/icon_d_o_f_blur_f_x.png +++ b/editor/icons/icon_d_o_f_blur_f_x.png diff --git a/tools/editor/icons/icon_damped_spring_joint_2d.png b/editor/icons/icon_damped_spring_joint_2d.png Binary files differindex b6a9c2b3a1..b6a9c2b3a1 100644 --- a/tools/editor/icons/icon_damped_spring_joint_2d.png +++ b/editor/icons/icon_damped_spring_joint_2d.png diff --git a/tools/editor/icons/icon_debug.png b/editor/icons/icon_debug.png Binary files differindex 03b98aa9e4..03b98aa9e4 100644 --- a/tools/editor/icons/icon_debug.png +++ b/editor/icons/icon_debug.png diff --git a/tools/editor/icons/icon_debug_continue.png b/editor/icons/icon_debug_continue.png Binary files differindex 78a61aa98f..78a61aa98f 100644 --- a/tools/editor/icons/icon_debug_continue.png +++ b/editor/icons/icon_debug_continue.png diff --git a/tools/editor/icons/icon_debug_next.png b/editor/icons/icon_debug_next.png Binary files differindex c61f221562..c61f221562 100644 --- a/tools/editor/icons/icon_debug_next.png +++ b/editor/icons/icon_debug_next.png diff --git a/tools/editor/icons/icon_debug_step.png b/editor/icons/icon_debug_step.png Binary files differindex a1839d56d8..a1839d56d8 100644 --- a/tools/editor/icons/icon_debug_step.png +++ b/editor/icons/icon_debug_step.png diff --git a/tools/editor/icons/icon_default_project_icon.png b/editor/icons/icon_default_project_icon.png Binary files differindex e87a49bd28..e87a49bd28 100644 --- a/tools/editor/icons/icon_default_project_icon.png +++ b/editor/icons/icon_default_project_icon.png diff --git a/tools/editor/icons/icon_del.png b/editor/icons/icon_del.png Binary files differindex 10e56d5bb8..10e56d5bb8 100644 --- a/tools/editor/icons/icon_del.png +++ b/editor/icons/icon_del.png diff --git a/tools/editor/icons/icon_dependency_changed.png b/editor/icons/icon_dependency_changed.png Binary files differindex 1b396457d3..1b396457d3 100644 --- a/tools/editor/icons/icon_dependency_changed.png +++ b/editor/icons/icon_dependency_changed.png diff --git a/tools/editor/icons/icon_dependency_changed_hl.png b/editor/icons/icon_dependency_changed_hl.png Binary files differindex 51dfe6b39d..51dfe6b39d 100644 --- a/tools/editor/icons/icon_dependency_changed_hl.png +++ b/editor/icons/icon_dependency_changed_hl.png diff --git a/tools/editor/icons/icon_dependency_local_changed.png b/editor/icons/icon_dependency_local_changed.png Binary files differindex d8737fd2f4..d8737fd2f4 100644 --- a/tools/editor/icons/icon_dependency_local_changed.png +++ b/editor/icons/icon_dependency_local_changed.png diff --git a/tools/editor/icons/icon_dependency_local_changed_hl.png b/editor/icons/icon_dependency_local_changed_hl.png Binary files differindex a87c48ca3e..a87c48ca3e 100644 --- a/tools/editor/icons/icon_dependency_local_changed_hl.png +++ b/editor/icons/icon_dependency_local_changed_hl.png diff --git a/tools/editor/icons/icon_dependency_ok.png b/editor/icons/icon_dependency_ok.png Binary files differindex 2b9ac389ba..2b9ac389ba 100644 --- a/tools/editor/icons/icon_dependency_ok.png +++ b/editor/icons/icon_dependency_ok.png diff --git a/tools/editor/icons/icon_dependency_ok_hl.png b/editor/icons/icon_dependency_ok_hl.png Binary files differindex 62e48531e4..62e48531e4 100644 --- a/tools/editor/icons/icon_dependency_ok_hl.png +++ b/editor/icons/icon_dependency_ok_hl.png diff --git a/tools/editor/icons/icon_directional_light.png b/editor/icons/icon_directional_light.png Binary files differindex 31f47c974d..31f47c974d 100644 --- a/tools/editor/icons/icon_directional_light.png +++ b/editor/icons/icon_directional_light.png diff --git a/tools/editor/icons/icon_distraction_free.png b/editor/icons/icon_distraction_free.png Binary files differindex c6f8a08874..c6f8a08874 100644 --- a/tools/editor/icons/icon_distraction_free.png +++ b/editor/icons/icon_distraction_free.png diff --git a/tools/editor/icons/icon_doc_code_font.png b/editor/icons/icon_doc_code_font.png Binary files differindex 628654f6e8..628654f6e8 100644 --- a/tools/editor/icons/icon_doc_code_font.png +++ b/editor/icons/icon_doc_code_font.png diff --git a/tools/editor/icons/icon_doc_font.png b/editor/icons/icon_doc_font.png Binary files differindex 65fbcc5ccc..65fbcc5ccc 100644 --- a/tools/editor/icons/icon_doc_font.png +++ b/editor/icons/icon_doc_font.png diff --git a/tools/editor/icons/icon_doc_title_font.png b/editor/icons/icon_doc_title_font.png Binary files differindex d78b394da0..d78b394da0 100644 --- a/tools/editor/icons/icon_doc_title_font.png +++ b/editor/icons/icon_doc_title_font.png diff --git a/tools/editor/icons/icon_down.png b/editor/icons/icon_down.png Binary files differindex d2fcdb4c9f..d2fcdb4c9f 100644 --- a/tools/editor/icons/icon_down.png +++ b/editor/icons/icon_down.png diff --git a/tools/editor/icons/icon_dummy.png b/editor/icons/icon_dummy.png Binary files differindex 24998a28af..24998a28af 100644 --- a/tools/editor/icons/icon_dummy.png +++ b/editor/icons/icon_dummy.png diff --git a/tools/editor/icons/icon_duplicate.png b/editor/icons/icon_duplicate.png Binary files differindex 320b36504e..320b36504e 100644 --- a/tools/editor/icons/icon_duplicate.png +++ b/editor/icons/icon_duplicate.png diff --git a/tools/editor/icons/icon_dynamic_character_body.png b/editor/icons/icon_dynamic_character_body.png Binary files differindex b685841e35..b685841e35 100644 --- a/tools/editor/icons/icon_dynamic_character_body.png +++ b/editor/icons/icon_dynamic_character_body.png diff --git a/tools/editor/icons/icon_dynamic_custom_body.png b/editor/icons/icon_dynamic_custom_body.png Binary files differindex d383e7087f..d383e7087f 100644 --- a/tools/editor/icons/icon_dynamic_custom_body.png +++ b/editor/icons/icon_dynamic_custom_body.png diff --git a/tools/editor/icons/icon_dynamic_font.png b/editor/icons/icon_dynamic_font.png Binary files differindex e373553e4e..e373553e4e 100644 --- a/tools/editor/icons/icon_dynamic_font.png +++ b/editor/icons/icon_dynamic_font.png diff --git a/tools/editor/icons/icon_dynamic_font_data.png b/editor/icons/icon_dynamic_font_data.png Binary files differindex 5cff86c40c..5cff86c40c 100644 --- a/tools/editor/icons/icon_dynamic_font_data.png +++ b/editor/icons/icon_dynamic_font_data.png diff --git a/tools/editor/icons/icon_dynamic_rigid_body.png b/editor/icons/icon_dynamic_rigid_body.png Binary files differindex f804b29528..f804b29528 100644 --- a/tools/editor/icons/icon_dynamic_rigid_body.png +++ b/editor/icons/icon_dynamic_rigid_body.png diff --git a/tools/editor/icons/icon_edit.png b/editor/icons/icon_edit.png Binary files differindex c114d2f84d..c114d2f84d 100644 --- a/tools/editor/icons/icon_edit.png +++ b/editor/icons/icon_edit.png diff --git a/tools/editor/icons/icon_edit_key.png b/editor/icons/icon_edit_key.png Binary files differindex 3ebbe75f78..3ebbe75f78 100644 --- a/tools/editor/icons/icon_edit_key.png +++ b/editor/icons/icon_edit_key.png diff --git a/tools/editor/icons/icon_edit_pivot.png b/editor/icons/icon_edit_pivot.png Binary files differindex 230122b969..230122b969 100644 --- a/tools/editor/icons/icon_edit_pivot.png +++ b/editor/icons/icon_edit_pivot.png diff --git a/tools/editor/icons/icon_edit_resource.png b/editor/icons/icon_edit_resource.png Binary files differindex 9f064fea3f..9f064fea3f 100644 --- a/tools/editor/icons/icon_edit_resource.png +++ b/editor/icons/icon_edit_resource.png diff --git a/tools/editor/icons/icon_edit_small.png b/editor/icons/icon_edit_small.png Binary files differindex 19c83415f9..19c83415f9 100644 --- a/tools/editor/icons/icon_edit_small.png +++ b/editor/icons/icon_edit_small.png diff --git a/tools/editor/icons/icon_editor_2d.png b/editor/icons/icon_editor_2d.png Binary files differindex 1594f5adf0..1594f5adf0 100644 --- a/tools/editor/icons/icon_editor_2d.png +++ b/editor/icons/icon_editor_2d.png diff --git a/tools/editor/icons/icon_editor_3d_handle.png b/editor/icons/icon_editor_3d_handle.png Binary files differindex 6935cc9bc4..6935cc9bc4 100644 --- a/tools/editor/icons/icon_editor_3d_handle.png +++ b/editor/icons/icon_editor_3d_handle.png diff --git a/tools/editor/icons/icon_editor_focus.png b/editor/icons/icon_editor_focus.png Binary files differindex 40ce11f381..40ce11f381 100644 --- a/tools/editor/icons/icon_editor_focus.png +++ b/editor/icons/icon_editor_focus.png diff --git a/tools/editor/icons/icon_editor_handle.png b/editor/icons/icon_editor_handle.png Binary files differindex 8950a216da..8950a216da 100644 --- a/tools/editor/icons/icon_editor_handle.png +++ b/editor/icons/icon_editor_handle.png diff --git a/tools/editor/icons/icon_editor_node.png b/editor/icons/icon_editor_node.png Binary files differindex aec161ed54..aec161ed54 100644 --- a/tools/editor/icons/icon_editor_node.png +++ b/editor/icons/icon_editor_node.png diff --git a/tools/editor/icons/icon_editor_pivot.png b/editor/icons/icon_editor_pivot.png Binary files differindex db7feb0be6..db7feb0be6 100644 --- a/tools/editor/icons/icon_editor_pivot.png +++ b/editor/icons/icon_editor_pivot.png diff --git a/tools/editor/icons/icon_editor_plugin.png b/editor/icons/icon_editor_plugin.png Binary files differindex ff7004b993..ff7004b993 100644 --- a/tools/editor/icons/icon_editor_plugin.png +++ b/editor/icons/icon_editor_plugin.png diff --git a/tools/editor/icons/icon_editor_rect_2d.png b/editor/icons/icon_editor_rect_2d.png Binary files differindex f59d493587..f59d493587 100644 --- a/tools/editor/icons/icon_editor_rect_2d.png +++ b/editor/icons/icon_editor_rect_2d.png diff --git a/tools/editor/icons/icon_empty_control.png b/editor/icons/icon_empty_control.png Binary files differindex b43bb14d39..b43bb14d39 100644 --- a/tools/editor/icons/icon_empty_control.png +++ b/editor/icons/icon_empty_control.png diff --git a/tools/editor/icons/icon_enum.png b/editor/icons/icon_enum.png Binary files differindex a98a33aedf..a98a33aedf 100644 --- a/tools/editor/icons/icon_enum.png +++ b/editor/icons/icon_enum.png diff --git a/tools/editor/icons/icon_environment.png b/editor/icons/icon_environment.png Binary files differindex c8c4da3e8f..c8c4da3e8f 100644 --- a/tools/editor/icons/icon_environment.png +++ b/editor/icons/icon_environment.png diff --git a/tools/editor/icons/icon_error.png b/editor/icons/icon_error.png Binary files differindex 7a9bed43aa..7a9bed43aa 100644 --- a/tools/editor/icons/icon_error.png +++ b/editor/icons/icon_error.png diff --git a/tools/editor/icons/icon_error_sign.png b/editor/icons/icon_error_sign.png Binary files differindex 1bfb1f345c..1bfb1f345c 100644 --- a/tools/editor/icons/icon_error_sign.png +++ b/editor/icons/icon_error_sign.png diff --git a/tools/editor/icons/icon_event_player.png b/editor/icons/icon_event_player.png Binary files differindex b5478ca74e..b5478ca74e 100644 --- a/tools/editor/icons/icon_event_player.png +++ b/editor/icons/icon_event_player.png diff --git a/tools/editor/icons/icon_expand.png b/editor/icons/icon_expand.png Binary files differindex 8a604f945b..8a604f945b 100644 --- a/tools/editor/icons/icon_expand.png +++ b/editor/icons/icon_expand.png diff --git a/tools/editor/icons/icon_expand_hl.png b/editor/icons/icon_expand_hl.png Binary files differindex 6f51806db2..6f51806db2 100644 --- a/tools/editor/icons/icon_expand_hl.png +++ b/editor/icons/icon_expand_hl.png diff --git a/tools/editor/icons/icon_favorites.png b/editor/icons/icon_favorites.png Binary files differindex 14e05ad9b9..14e05ad9b9 100644 --- a/tools/editor/icons/icon_favorites.png +++ b/editor/icons/icon_favorites.png diff --git a/tools/editor/icons/icon_file.png b/editor/icons/icon_file.png Binary files differindex 69c6c90dc7..69c6c90dc7 100644 --- a/tools/editor/icons/icon_file.png +++ b/editor/icons/icon_file.png diff --git a/tools/editor/icons/icon_file_big.png b/editor/icons/icon_file_big.png Binary files differindex d429736b57..d429736b57 100644 --- a/tools/editor/icons/icon_file_big.png +++ b/editor/icons/icon_file_big.png diff --git a/tools/editor/icons/icon_file_dialog.png b/editor/icons/icon_file_dialog.png Binary files differindex 162827b2b0..162827b2b0 100644 --- a/tools/editor/icons/icon_file_dialog.png +++ b/editor/icons/icon_file_dialog.png diff --git a/tools/editor/icons/icon_file_list.png b/editor/icons/icon_file_list.png Binary files differindex a98a33aedf..a98a33aedf 100644 --- a/tools/editor/icons/icon_file_list.png +++ b/editor/icons/icon_file_list.png diff --git a/tools/editor/icons/icon_file_server.png b/editor/icons/icon_file_server.png Binary files differindex f5a18fc52d..f5a18fc52d 100644 --- a/tools/editor/icons/icon_file_server.png +++ b/editor/icons/icon_file_server.png diff --git a/tools/editor/icons/icon_file_server_active.png b/editor/icons/icon_file_server_active.png Binary files differindex af5fc0033a..af5fc0033a 100644 --- a/tools/editor/icons/icon_file_server_active.png +++ b/editor/icons/icon_file_server_active.png diff --git a/tools/editor/icons/icon_file_thumbnail.png b/editor/icons/icon_file_thumbnail.png Binary files differindex 6fb4b8f36f..6fb4b8f36f 100644 --- a/tools/editor/icons/icon_file_thumbnail.png +++ b/editor/icons/icon_file_thumbnail.png diff --git a/tools/editor/icons/icon_filesystem.png b/editor/icons/icon_filesystem.png Binary files differindex 5faff250d7..5faff250d7 100644 --- a/tools/editor/icons/icon_filesystem.png +++ b/editor/icons/icon_filesystem.png diff --git a/tools/editor/icons/icon_fixed_material.png b/editor/icons/icon_fixed_material.png Binary files differindex a9b0ebb568..a9b0ebb568 100644 --- a/tools/editor/icons/icon_fixed_material.png +++ b/editor/icons/icon_fixed_material.png diff --git a/tools/editor/icons/icon_fixed_spatial_material.png b/editor/icons/icon_fixed_spatial_material.png Binary files differindex f26ac3be37..f26ac3be37 100644 --- a/tools/editor/icons/icon_fixed_spatial_material.png +++ b/editor/icons/icon_fixed_spatial_material.png diff --git a/tools/editor/icons/icon_fog_f_x.png b/editor/icons/icon_fog_f_x.png Binary files differindex 54691aa9ab..54691aa9ab 100644 --- a/tools/editor/icons/icon_fog_f_x.png +++ b/editor/icons/icon_fog_f_x.png diff --git a/tools/editor/icons/icon_folder.png b/editor/icons/icon_folder.png Binary files differindex cc05e98ebb..cc05e98ebb 100644 --- a/tools/editor/icons/icon_folder.png +++ b/editor/icons/icon_folder.png diff --git a/tools/editor/icons/icon_folder_big.png b/editor/icons/icon_folder_big.png Binary files differindex 05c41720d8..05c41720d8 100644 --- a/tools/editor/icons/icon_folder_big.png +++ b/editor/icons/icon_folder_big.png diff --git a/tools/editor/icons/icon_folder_scene.png b/editor/icons/icon_folder_scene.png Binary files differindex 6f6d706dae..6f6d706dae 100644 --- a/tools/editor/icons/icon_folder_scene.png +++ b/editor/icons/icon_folder_scene.png diff --git a/tools/editor/icons/icon_font.png b/editor/icons/icon_font.png Binary files differindex 543ee01ae4..543ee01ae4 100644 --- a/tools/editor/icons/icon_font.png +++ b/editor/icons/icon_font.png diff --git a/tools/editor/icons/icon_forward.png b/editor/icons/icon_forward.png Binary files differindex 412ffa89d3..412ffa89d3 100644 --- a/tools/editor/icons/icon_forward.png +++ b/editor/icons/icon_forward.png diff --git a/tools/editor/icons/icon_forward_no.png b/editor/icons/icon_forward_no.png Binary files differindex bf62cd6ab2..bf62cd6ab2 100644 --- a/tools/editor/icons/icon_forward_no.png +++ b/editor/icons/icon_forward_no.png diff --git a/tools/editor/icons/icon_func.png b/editor/icons/icon_func.png Binary files differindex 45b32def8a..45b32def8a 100644 --- a/tools/editor/icons/icon_func.png +++ b/editor/icons/icon_func.png diff --git a/tools/editor/icons/icon_g_d_script.png b/editor/icons/icon_g_d_script.png Binary files differindex 4db4c53796..4db4c53796 100644 --- a/tools/editor/icons/icon_g_d_script.png +++ b/editor/icons/icon_g_d_script.png diff --git a/tools/editor/icons/icon_g_i_probe.png b/editor/icons/icon_g_i_probe.png Binary files differindex a15ae18675..a15ae18675 100644 --- a/tools/editor/icons/icon_g_i_probe.png +++ b/editor/icons/icon_g_i_probe.png diff --git a/tools/editor/icons/icon_g_i_probe_data.png b/editor/icons/icon_g_i_probe_data.png Binary files differindex 0aabcc49cb..0aabcc49cb 100644 --- a/tools/editor/icons/icon_g_i_probe_data.png +++ b/editor/icons/icon_g_i_probe_data.png diff --git a/tools/editor/icons/icon_gamma_f_x.png b/editor/icons/icon_gamma_f_x.png Binary files differindex 50474340d1..50474340d1 100644 --- a/tools/editor/icons/icon_gamma_f_x.png +++ b/editor/icons/icon_gamma_f_x.png diff --git a/tools/editor/icons/icon_generic_6_d_o_f_joint.png b/editor/icons/icon_generic_6_d_o_f_joint.png Binary files differindex 00ba76c098..00ba76c098 100644 --- a/tools/editor/icons/icon_generic_6_d_o_f_joint.png +++ b/editor/icons/icon_generic_6_d_o_f_joint.png diff --git a/tools/editor/icons/icon_gizmo_directional_light.png b/editor/icons/icon_gizmo_directional_light.png Binary files differindex bdeb120b43..bdeb120b43 100644 --- a/tools/editor/icons/icon_gizmo_directional_light.png +++ b/editor/icons/icon_gizmo_directional_light.png diff --git a/tools/editor/icons/icon_gizmo_light.png b/editor/icons/icon_gizmo_light.png Binary files differindex be9903f8c2..be9903f8c2 100644 --- a/tools/editor/icons/icon_gizmo_light.png +++ b/editor/icons/icon_gizmo_light.png diff --git a/tools/editor/icons/icon_gizmo_listener.png b/editor/icons/icon_gizmo_listener.png Binary files differindex 47e978be61..47e978be61 100644 --- a/tools/editor/icons/icon_gizmo_listener.png +++ b/editor/icons/icon_gizmo_listener.png diff --git a/tools/editor/icons/icon_gizmo_spatial_sample_player.png b/editor/icons/icon_gizmo_spatial_sample_player.png Binary files differindex 0119dbc433..0119dbc433 100644 --- a/tools/editor/icons/icon_gizmo_spatial_sample_player.png +++ b/editor/icons/icon_gizmo_spatial_sample_player.png diff --git a/tools/editor/icons/icon_gizmo_spatial_stream_player.png b/editor/icons/icon_gizmo_spatial_stream_player.png Binary files differindex 6a4f85d550..6a4f85d550 100644 --- a/tools/editor/icons/icon_gizmo_spatial_stream_player.png +++ b/editor/icons/icon_gizmo_spatial_stream_player.png diff --git a/tools/editor/icons/icon_glow_f_x.png b/editor/icons/icon_glow_f_x.png Binary files differindex c970204359..c970204359 100644 --- a/tools/editor/icons/icon_glow_f_x.png +++ b/editor/icons/icon_glow_f_x.png diff --git a/tools/editor/icons/icon_godot.png b/editor/icons/icon_godot.png Binary files differindex 0b72e6ecc7..0b72e6ecc7 100644 --- a/tools/editor/icons/icon_godot.png +++ b/editor/icons/icon_godot.png diff --git a/tools/editor/icons/icon_godot_asset_default.png b/editor/icons/icon_godot_asset_default.png Binary files differindex 7478399e8b..7478399e8b 100644 --- a/tools/editor/icons/icon_godot_asset_default.png +++ b/editor/icons/icon_godot_asset_default.png diff --git a/tools/editor/icons/icon_graph_color_ramp.png b/editor/icons/icon_graph_color_ramp.png Binary files differindex 03d19a56bb..03d19a56bb 100644 --- a/tools/editor/icons/icon_graph_color_ramp.png +++ b/editor/icons/icon_graph_color_ramp.png diff --git a/tools/editor/icons/icon_graph_comment.png b/editor/icons/icon_graph_comment.png Binary files differindex 1686837d1d..1686837d1d 100644 --- a/tools/editor/icons/icon_graph_comment.png +++ b/editor/icons/icon_graph_comment.png diff --git a/tools/editor/icons/icon_graph_cube_uniform.png b/editor/icons/icon_graph_cube_uniform.png Binary files differindex 8b4ad57c31..8b4ad57c31 100644 --- a/tools/editor/icons/icon_graph_cube_uniform.png +++ b/editor/icons/icon_graph_cube_uniform.png diff --git a/tools/editor/icons/icon_graph_curve_map.png b/editor/icons/icon_graph_curve_map.png Binary files differindex ced27bd62f..ced27bd62f 100644 --- a/tools/editor/icons/icon_graph_curve_map.png +++ b/editor/icons/icon_graph_curve_map.png diff --git a/tools/editor/icons/icon_graph_default_texture.png b/editor/icons/icon_graph_default_texture.png Binary files differindex cad05e8332..cad05e8332 100644 --- a/tools/editor/icons/icon_graph_default_texture.png +++ b/editor/icons/icon_graph_default_texture.png diff --git a/tools/editor/icons/icon_graph_edit.png b/editor/icons/icon_graph_edit.png Binary files differindex f6226b2193..f6226b2193 100644 --- a/tools/editor/icons/icon_graph_edit.png +++ b/editor/icons/icon_graph_edit.png diff --git a/tools/editor/icons/icon_graph_input.png b/editor/icons/icon_graph_input.png Binary files differindex 4725bcf7b1..4725bcf7b1 100644 --- a/tools/editor/icons/icon_graph_input.png +++ b/editor/icons/icon_graph_input.png diff --git a/tools/editor/icons/icon_graph_node.png b/editor/icons/icon_graph_node.png Binary files differindex fec38cb3eb..fec38cb3eb 100644 --- a/tools/editor/icons/icon_graph_node.png +++ b/editor/icons/icon_graph_node.png diff --git a/tools/editor/icons/icon_graph_rgb.png b/editor/icons/icon_graph_rgb.png Binary files differindex 3113a18e8c..3113a18e8c 100644 --- a/tools/editor/icons/icon_graph_rgb.png +++ b/editor/icons/icon_graph_rgb.png diff --git a/tools/editor/icons/icon_graph_rgb_op.png b/editor/icons/icon_graph_rgb_op.png Binary files differindex 09d633e722..09d633e722 100644 --- a/tools/editor/icons/icon_graph_rgb_op.png +++ b/editor/icons/icon_graph_rgb_op.png diff --git a/tools/editor/icons/icon_graph_rgb_uniform.png b/editor/icons/icon_graph_rgb_uniform.png Binary files differindex dbe10c9c8e..dbe10c9c8e 100644 --- a/tools/editor/icons/icon_graph_rgb_uniform.png +++ b/editor/icons/icon_graph_rgb_uniform.png diff --git a/tools/editor/icons/icon_graph_scalar.png b/editor/icons/icon_graph_scalar.png Binary files differindex d44fd34891..d44fd34891 100644 --- a/tools/editor/icons/icon_graph_scalar.png +++ b/editor/icons/icon_graph_scalar.png diff --git a/tools/editor/icons/icon_graph_scalar_interp.png b/editor/icons/icon_graph_scalar_interp.png Binary files differindex adcfc7d857..adcfc7d857 100644 --- a/tools/editor/icons/icon_graph_scalar_interp.png +++ b/editor/icons/icon_graph_scalar_interp.png diff --git a/tools/editor/icons/icon_graph_scalar_op.png b/editor/icons/icon_graph_scalar_op.png Binary files differindex 6459cb9759..6459cb9759 100644 --- a/tools/editor/icons/icon_graph_scalar_op.png +++ b/editor/icons/icon_graph_scalar_op.png diff --git a/tools/editor/icons/icon_graph_scalar_uniform.png b/editor/icons/icon_graph_scalar_uniform.png Binary files differindex e7e0b9a73c..e7e0b9a73c 100644 --- a/tools/editor/icons/icon_graph_scalar_uniform.png +++ b/editor/icons/icon_graph_scalar_uniform.png diff --git a/tools/editor/icons/icon_graph_scalars_to_vec.png b/editor/icons/icon_graph_scalars_to_vec.png Binary files differindex 231a25a02a..231a25a02a 100644 --- a/tools/editor/icons/icon_graph_scalars_to_vec.png +++ b/editor/icons/icon_graph_scalars_to_vec.png diff --git a/tools/editor/icons/icon_graph_texscreen.png b/editor/icons/icon_graph_texscreen.png Binary files differindex 628990553a..628990553a 100644 --- a/tools/editor/icons/icon_graph_texscreen.png +++ b/editor/icons/icon_graph_texscreen.png diff --git a/tools/editor/icons/icon_graph_texture_uniform.png b/editor/icons/icon_graph_texture_uniform.png Binary files differindex 9c0c758dc1..9c0c758dc1 100644 --- a/tools/editor/icons/icon_graph_texture_uniform.png +++ b/editor/icons/icon_graph_texture_uniform.png diff --git a/tools/editor/icons/icon_graph_time.png b/editor/icons/icon_graph_time.png Binary files differindex 2a9b73dc2b..2a9b73dc2b 100644 --- a/tools/editor/icons/icon_graph_time.png +++ b/editor/icons/icon_graph_time.png diff --git a/tools/editor/icons/icon_graph_vec_dp.png b/editor/icons/icon_graph_vec_dp.png Binary files differindex c395b61bb6..c395b61bb6 100644 --- a/tools/editor/icons/icon_graph_vec_dp.png +++ b/editor/icons/icon_graph_vec_dp.png diff --git a/tools/editor/icons/icon_graph_vec_interp.png b/editor/icons/icon_graph_vec_interp.png Binary files differindex 00cfe6ed29..00cfe6ed29 100644 --- a/tools/editor/icons/icon_graph_vec_interp.png +++ b/editor/icons/icon_graph_vec_interp.png diff --git a/tools/editor/icons/icon_graph_vec_length.png b/editor/icons/icon_graph_vec_length.png Binary files differindex af449109fd..af449109fd 100644 --- a/tools/editor/icons/icon_graph_vec_length.png +++ b/editor/icons/icon_graph_vec_length.png diff --git a/tools/editor/icons/icon_graph_vec_op.png b/editor/icons/icon_graph_vec_op.png Binary files differindex c4e3cf409a..c4e3cf409a 100644 --- a/tools/editor/icons/icon_graph_vec_op.png +++ b/editor/icons/icon_graph_vec_op.png diff --git a/tools/editor/icons/icon_graph_vec_scalar_op.png b/editor/icons/icon_graph_vec_scalar_op.png Binary files differindex f7fc3b054e..f7fc3b054e 100644 --- a/tools/editor/icons/icon_graph_vec_scalar_op.png +++ b/editor/icons/icon_graph_vec_scalar_op.png diff --git a/tools/editor/icons/icon_graph_vec_to_scalars.png b/editor/icons/icon_graph_vec_to_scalars.png Binary files differindex 33f9fdf9bd..33f9fdf9bd 100644 --- a/tools/editor/icons/icon_graph_vec_to_scalars.png +++ b/editor/icons/icon_graph_vec_to_scalars.png diff --git a/tools/editor/icons/icon_graph_vecs_to_xform.png b/editor/icons/icon_graph_vecs_to_xform.png Binary files differindex 82c32525dc..82c32525dc 100644 --- a/tools/editor/icons/icon_graph_vecs_to_xform.png +++ b/editor/icons/icon_graph_vecs_to_xform.png diff --git a/tools/editor/icons/icon_graph_vector.png b/editor/icons/icon_graph_vector.png Binary files differindex d78a3fdf5c..d78a3fdf5c 100644 --- a/tools/editor/icons/icon_graph_vector.png +++ b/editor/icons/icon_graph_vector.png diff --git a/tools/editor/icons/icon_graph_vector_uniform.png b/editor/icons/icon_graph_vector_uniform.png Binary files differindex a89166768b..a89166768b 100644 --- a/tools/editor/icons/icon_graph_vector_uniform.png +++ b/editor/icons/icon_graph_vector_uniform.png diff --git a/tools/editor/icons/icon_graph_xform.png b/editor/icons/icon_graph_xform.png Binary files differindex 142ec3eca5..142ec3eca5 100644 --- a/tools/editor/icons/icon_graph_xform.png +++ b/editor/icons/icon_graph_xform.png diff --git a/tools/editor/icons/icon_graph_xform_mult.png b/editor/icons/icon_graph_xform_mult.png Binary files differindex 94981d81af..94981d81af 100644 --- a/tools/editor/icons/icon_graph_xform_mult.png +++ b/editor/icons/icon_graph_xform_mult.png diff --git a/tools/editor/icons/icon_graph_xform_scalar_func.png b/editor/icons/icon_graph_xform_scalar_func.png Binary files differindex d0edded8b0..d0edded8b0 100644 --- a/tools/editor/icons/icon_graph_xform_scalar_func.png +++ b/editor/icons/icon_graph_xform_scalar_func.png diff --git a/tools/editor/icons/icon_graph_xform_to_vecs.png b/editor/icons/icon_graph_xform_to_vecs.png Binary files differindex 3d59c7957d..3d59c7957d 100644 --- a/tools/editor/icons/icon_graph_xform_to_vecs.png +++ b/editor/icons/icon_graph_xform_to_vecs.png diff --git a/tools/editor/icons/icon_graph_xform_uniform.png b/editor/icons/icon_graph_xform_uniform.png Binary files differindex 36ed91e427..36ed91e427 100644 --- a/tools/editor/icons/icon_graph_xform_uniform.png +++ b/editor/icons/icon_graph_xform_uniform.png diff --git a/tools/editor/icons/icon_graph_xform_vec_func.png b/editor/icons/icon_graph_xform_vec_func.png Binary files differindex 3866430f72..3866430f72 100644 --- a/tools/editor/icons/icon_graph_xform_vec_func.png +++ b/editor/icons/icon_graph_xform_vec_func.png diff --git a/tools/editor/icons/icon_graph_xform_vec_imult.png b/editor/icons/icon_graph_xform_vec_imult.png Binary files differindex 07a7e214c2..07a7e214c2 100644 --- a/tools/editor/icons/icon_graph_xform_vec_imult.png +++ b/editor/icons/icon_graph_xform_vec_imult.png diff --git a/tools/editor/icons/icon_graph_xform_vec_mult.png b/editor/icons/icon_graph_xform_vec_mult.png Binary files differindex 8048e755c5..8048e755c5 100644 --- a/tools/editor/icons/icon_graph_xform_vec_mult.png +++ b/editor/icons/icon_graph_xform_vec_mult.png diff --git a/tools/editor/icons/icon_grid.png b/editor/icons/icon_grid.png Binary files differindex 1366205fe0..1366205fe0 100644 --- a/tools/editor/icons/icon_grid.png +++ b/editor/icons/icon_grid.png diff --git a/tools/editor/icons/icon_grid_container.png b/editor/icons/icon_grid_container.png Binary files differindex 027e992770..027e992770 100644 --- a/tools/editor/icons/icon_grid_container.png +++ b/editor/icons/icon_grid_container.png diff --git a/tools/editor/icons/icon_grid_map.png b/editor/icons/icon_grid_map.png Binary files differindex 570b11d085..570b11d085 100644 --- a/tools/editor/icons/icon_grid_map.png +++ b/editor/icons/icon_grid_map.png diff --git a/tools/editor/icons/icon_grid_map_floor.png b/editor/icons/icon_grid_map_floor.png Binary files differindex a75871188b..a75871188b 100644 --- a/tools/editor/icons/icon_grid_map_floor.png +++ b/editor/icons/icon_grid_map_floor.png diff --git a/tools/editor/icons/icon_groove_joint_2d.png b/editor/icons/icon_groove_joint_2d.png Binary files differindex f65dc2b6b8..f65dc2b6b8 100644 --- a/tools/editor/icons/icon_groove_joint_2d.png +++ b/editor/icons/icon_groove_joint_2d.png diff --git a/tools/editor/icons/icon_group.png b/editor/icons/icon_group.png Binary files differindex 5ffc90455e..5ffc90455e 100644 --- a/tools/editor/icons/icon_group.png +++ b/editor/icons/icon_group.png diff --git a/tools/editor/icons/icon_groups.png b/editor/icons/icon_groups.png Binary files differindex 84a05560a9..84a05560a9 100644 --- a/tools/editor/icons/icon_groups.png +++ b/editor/icons/icon_groups.png diff --git a/tools/editor/icons/icon_h_box_container.png b/editor/icons/icon_h_box_container.png Binary files differindex 36cef0a03c..36cef0a03c 100644 --- a/tools/editor/icons/icon_h_box_container.png +++ b/editor/icons/icon_h_box_container.png diff --git a/tools/editor/icons/icon_h_button_array.png b/editor/icons/icon_h_button_array.png Binary files differindex baf3386801..baf3386801 100644 --- a/tools/editor/icons/icon_h_button_array.png +++ b/editor/icons/icon_h_button_array.png diff --git a/tools/editor/icons/icon_h_scroll_bar.png b/editor/icons/icon_h_scroll_bar.png Binary files differindex e4576c4ae3..e4576c4ae3 100644 --- a/tools/editor/icons/icon_h_scroll_bar.png +++ b/editor/icons/icon_h_scroll_bar.png diff --git a/tools/editor/icons/icon_h_separator.png b/editor/icons/icon_h_separator.png Binary files differindex 8ab1348c3b..8ab1348c3b 100644 --- a/tools/editor/icons/icon_h_separator.png +++ b/editor/icons/icon_h_separator.png diff --git a/tools/editor/icons/icon_h_slider.png b/editor/icons/icon_h_slider.png Binary files differindex 87cf585e14..87cf585e14 100644 --- a/tools/editor/icons/icon_h_slider.png +++ b/editor/icons/icon_h_slider.png diff --git a/tools/editor/icons/icon_h_split_container.png b/editor/icons/icon_h_split_container.png Binary files differindex 65ef8655dd..65ef8655dd 100644 --- a/tools/editor/icons/icon_h_split_container.png +++ b/editor/icons/icon_h_split_container.png diff --git a/tools/editor/icons/icon_h_t_t_p_request.png b/editor/icons/icon_h_t_t_p_request.png Binary files differindex 60c6845b33..60c6845b33 100644 --- a/tools/editor/icons/icon_h_t_t_p_request.png +++ b/editor/icons/icon_h_t_t_p_request.png diff --git a/tools/editor/icons/icon_headphones.png b/editor/icons/icon_headphones.png Binary files differindex 83309d91d5..83309d91d5 100644 --- a/tools/editor/icons/icon_headphones.png +++ b/editor/icons/icon_headphones.png diff --git a/tools/editor/icons/icon_help.png b/editor/icons/icon_help.png Binary files differindex f05b512f4c..f05b512f4c 100644 --- a/tools/editor/icons/icon_help.png +++ b/editor/icons/icon_help.png diff --git a/tools/editor/icons/icon_hidden.png b/editor/icons/icon_hidden.png Binary files differindex ef3039f580..ef3039f580 100644 --- a/tools/editor/icons/icon_hidden.png +++ b/editor/icons/icon_hidden.png diff --git a/tools/editor/icons/icon_hinge_joint.png b/editor/icons/icon_hinge_joint.png Binary files differindex 246ca1ba42..246ca1ba42 100644 --- a/tools/editor/icons/icon_hinge_joint.png +++ b/editor/icons/icon_hinge_joint.png diff --git a/tools/editor/icons/icon_history.png b/editor/icons/icon_history.png Binary files differindex 4782918233..4782918233 100644 --- a/tools/editor/icons/icon_history.png +++ b/editor/icons/icon_history.png diff --git a/tools/editor/icons/icon_hsize.png b/editor/icons/icon_hsize.png Binary files differindex 7be48946b4..7be48946b4 100644 --- a/tools/editor/icons/icon_hsize.png +++ b/editor/icons/icon_hsize.png diff --git a/tools/editor/icons/icon_iapi.png b/editor/icons/icon_iapi.png Binary files differindex dc2639da83..dc2639da83 100644 --- a/tools/editor/icons/icon_iapi.png +++ b/editor/icons/icon_iapi.png diff --git a/tools/editor/icons/icon_image.png b/editor/icons/icon_image.png Binary files differindex ddfabace25..ddfabace25 100644 --- a/tools/editor/icons/icon_image.png +++ b/editor/icons/icon_image.png diff --git a/tools/editor/icons/icon_image_sky_box.png b/editor/icons/icon_image_sky_box.png Binary files differindex cf80258577..cf80258577 100644 --- a/tools/editor/icons/icon_image_sky_box.png +++ b/editor/icons/icon_image_sky_box.png diff --git a/tools/editor/icons/icon_image_texture.png b/editor/icons/icon_image_texture.png Binary files differindex 7c4493395e..7c4493395e 100644 --- a/tools/editor/icons/icon_image_texture.png +++ b/editor/icons/icon_image_texture.png diff --git a/tools/editor/icons/icon_immediate_geometry.png b/editor/icons/icon_immediate_geometry.png Binary files differindex 1ff9976921..1ff9976921 100644 --- a/tools/editor/icons/icon_immediate_geometry.png +++ b/editor/icons/icon_immediate_geometry.png diff --git a/tools/editor/icons/icon_import_check.png b/editor/icons/icon_import_check.png Binary files differindex e72a30603d..e72a30603d 100644 --- a/tools/editor/icons/icon_import_check.png +++ b/editor/icons/icon_import_check.png diff --git a/tools/editor/icons/icon_import_fail.png b/editor/icons/icon_import_fail.png Binary files differindex f7dd6fd79a..f7dd6fd79a 100644 --- a/tools/editor/icons/icon_import_fail.png +++ b/editor/icons/icon_import_fail.png diff --git a/tools/editor/icons/icon_influence_zone.png b/editor/icons/icon_influence_zone.png Binary files differindex 6d687735e9..6d687735e9 100644 --- a/tools/editor/icons/icon_influence_zone.png +++ b/editor/icons/icon_influence_zone.png diff --git a/tools/editor/icons/icon_instance.png b/editor/icons/icon_instance.png Binary files differindex 51859a0425..51859a0425 100644 --- a/tools/editor/icons/icon_instance.png +++ b/editor/icons/icon_instance.png diff --git a/tools/editor/icons/icon_instance_options.png b/editor/icons/icon_instance_options.png Binary files differindex ce6810ad27..ce6810ad27 100644 --- a/tools/editor/icons/icon_instance_options.png +++ b/editor/icons/icon_instance_options.png diff --git a/tools/editor/icons/icon_integer.png b/editor/icons/icon_integer.png Binary files differindex 583b9bda0b..583b9bda0b 100644 --- a/tools/editor/icons/icon_integer.png +++ b/editor/icons/icon_integer.png diff --git a/tools/editor/icons/icon_interp_cubic.png b/editor/icons/icon_interp_cubic.png Binary files differindex c723f7b648..c723f7b648 100644 --- a/tools/editor/icons/icon_interp_cubic.png +++ b/editor/icons/icon_interp_cubic.png diff --git a/tools/editor/icons/icon_interp_linear.png b/editor/icons/icon_interp_linear.png Binary files differindex 9d130b4507..9d130b4507 100644 --- a/tools/editor/icons/icon_interp_linear.png +++ b/editor/icons/icon_interp_linear.png diff --git a/tools/editor/icons/icon_interp_raw.png b/editor/icons/icon_interp_raw.png Binary files differindex 93ade1d674..93ade1d674 100644 --- a/tools/editor/icons/icon_interp_raw.png +++ b/editor/icons/icon_interp_raw.png diff --git a/tools/editor/icons/icon_interp_wrap_clamp.png b/editor/icons/icon_interp_wrap_clamp.png Binary files differindex 1024bd7d29..1024bd7d29 100644 --- a/tools/editor/icons/icon_interp_wrap_clamp.png +++ b/editor/icons/icon_interp_wrap_clamp.png diff --git a/tools/editor/icons/icon_interp_wrap_loop.png b/editor/icons/icon_interp_wrap_loop.png Binary files differindex 3a7ddacdb2..3a7ddacdb2 100644 --- a/tools/editor/icons/icon_interp_wrap_loop.png +++ b/editor/icons/icon_interp_wrap_loop.png diff --git a/tools/editor/icons/icon_interpolated_camera.png b/editor/icons/icon_interpolated_camera.png Binary files differindex c66724f513..c66724f513 100644 --- a/tools/editor/icons/icon_interpolated_camera.png +++ b/editor/icons/icon_interpolated_camera.png diff --git a/tools/editor/icons/icon_invalid_key.png b/editor/icons/icon_invalid_key.png Binary files differindex 8ebc6d6add..8ebc6d6add 100644 --- a/tools/editor/icons/icon_invalid_key.png +++ b/editor/icons/icon_invalid_key.png diff --git a/tools/editor/icons/icon_inverse_kinematics.png b/editor/icons/icon_inverse_kinematics.png Binary files differindex dd404765d3..dd404765d3 100644 --- a/tools/editor/icons/icon_inverse_kinematics.png +++ b/editor/icons/icon_inverse_kinematics.png diff --git a/tools/editor/icons/icon_item_list.png b/editor/icons/icon_item_list.png Binary files differindex 3f5245d520..3f5245d520 100644 --- a/tools/editor/icons/icon_item_list.png +++ b/editor/icons/icon_item_list.png diff --git a/tools/editor/icons/icon_joy_axis.png b/editor/icons/icon_joy_axis.png Binary files differindex 8b1affd052..8b1affd052 100644 --- a/tools/editor/icons/icon_joy_axis.png +++ b/editor/icons/icon_joy_axis.png diff --git a/tools/editor/icons/icon_joy_button.png b/editor/icons/icon_joy_button.png Binary files differindex 150102b209..150102b209 100644 --- a/tools/editor/icons/icon_joy_button.png +++ b/editor/icons/icon_joy_button.png diff --git a/tools/editor/icons/icon_joypad.png b/editor/icons/icon_joypad.png Binary files differindex 5df471109a..5df471109a 100644 --- a/tools/editor/icons/icon_joypad.png +++ b/editor/icons/icon_joypad.png diff --git a/tools/editor/icons/icon_key.png b/editor/icons/icon_key.png Binary files differindex 564b474331..564b474331 100644 --- a/tools/editor/icons/icon_key.png +++ b/editor/icons/icon_key.png diff --git a/tools/editor/icons/icon_key_call.png b/editor/icons/icon_key_call.png Binary files differindex 044662eb92..044662eb92 100644 --- a/tools/editor/icons/icon_key_call.png +++ b/editor/icons/icon_key_call.png diff --git a/tools/editor/icons/icon_key_hover.png b/editor/icons/icon_key_hover.png Binary files differindex 7ab405bb07..7ab405bb07 100644 --- a/tools/editor/icons/icon_key_hover.png +++ b/editor/icons/icon_key_hover.png diff --git a/tools/editor/icons/icon_key_invalid.png b/editor/icons/icon_key_invalid.png Binary files differindex 8ebc6d6add..8ebc6d6add 100644 --- a/tools/editor/icons/icon_key_invalid.png +++ b/editor/icons/icon_key_invalid.png diff --git a/tools/editor/icons/icon_key_invalid_hover.png b/editor/icons/icon_key_invalid_hover.png Binary files differindex 6f0396d96a..6f0396d96a 100644 --- a/tools/editor/icons/icon_key_invalid_hover.png +++ b/editor/icons/icon_key_invalid_hover.png diff --git a/tools/editor/icons/icon_key_next.png b/editor/icons/icon_key_next.png Binary files differindex 288161d245..288161d245 100644 --- a/tools/editor/icons/icon_key_next.png +++ b/editor/icons/icon_key_next.png diff --git a/tools/editor/icons/icon_key_selected.png b/editor/icons/icon_key_selected.png Binary files differindex 1838dc95aa..1838dc95aa 100644 --- a/tools/editor/icons/icon_key_selected.png +++ b/editor/icons/icon_key_selected.png diff --git a/tools/editor/icons/icon_key_value.png b/editor/icons/icon_key_value.png Binary files differindex 5c0b25a264..5c0b25a264 100644 --- a/tools/editor/icons/icon_key_value.png +++ b/editor/icons/icon_key_value.png diff --git a/tools/editor/icons/icon_key_xform.png b/editor/icons/icon_key_xform.png Binary files differindex 1171bd80db..1171bd80db 100644 --- a/tools/editor/icons/icon_key_xform.png +++ b/editor/icons/icon_key_xform.png diff --git a/tools/editor/icons/icon_keyboard.png b/editor/icons/icon_keyboard.png Binary files differindex a275345577..a275345577 100644 --- a/tools/editor/icons/icon_keyboard.png +++ b/editor/icons/icon_keyboard.png diff --git a/tools/editor/icons/icon_keying.png b/editor/icons/icon_keying.png Binary files differindex de790a4f09..de790a4f09 100644 --- a/tools/editor/icons/icon_keying.png +++ b/editor/icons/icon_keying.png diff --git a/tools/editor/icons/icon_kinematic_body.png b/editor/icons/icon_kinematic_body.png Binary files differindex 19a401dbf8..19a401dbf8 100644 --- a/tools/editor/icons/icon_kinematic_body.png +++ b/editor/icons/icon_kinematic_body.png diff --git a/tools/editor/icons/icon_kinematic_body_2d.png b/editor/icons/icon_kinematic_body_2d.png Binary files differindex 2f9d834805..2f9d834805 100644 --- a/tools/editor/icons/icon_kinematic_body_2d.png +++ b/editor/icons/icon_kinematic_body_2d.png diff --git a/tools/editor/icons/icon_label.png b/editor/icons/icon_label.png Binary files differindex 16919a5fef..16919a5fef 100644 --- a/tools/editor/icons/icon_label.png +++ b/editor/icons/icon_label.png diff --git a/tools/editor/icons/icon_large_texture.png b/editor/icons/icon_large_texture.png Binary files differindex 1727e2409f..1727e2409f 100644 --- a/tools/editor/icons/icon_large_texture.png +++ b/editor/icons/icon_large_texture.png diff --git a/tools/editor/icons/icon_light_2d.png b/editor/icons/icon_light_2d.png Binary files differindex ebab16c1b1..ebab16c1b1 100644 --- a/tools/editor/icons/icon_light_2d.png +++ b/editor/icons/icon_light_2d.png diff --git a/tools/editor/icons/icon_light_map.png b/editor/icons/icon_light_map.png Binary files differindex e0333f06ea..e0333f06ea 100644 --- a/tools/editor/icons/icon_light_map.png +++ b/editor/icons/icon_light_map.png diff --git a/tools/editor/icons/icon_light_occluder_2d.png b/editor/icons/icon_light_occluder_2d.png Binary files differindex ceefbcbe2a..ceefbcbe2a 100644 --- a/tools/editor/icons/icon_light_occluder_2d.png +++ b/editor/icons/icon_light_occluder_2d.png diff --git a/tools/editor/icons/icon_lightr.png b/editor/icons/icon_lightr.png Binary files differindex 6de8c8de3f..6de8c8de3f 100644 --- a/tools/editor/icons/icon_lightr.png +++ b/editor/icons/icon_lightr.png diff --git a/tools/editor/icons/icon_line_2d.png b/editor/icons/icon_line_2d.png Binary files differindex 4ebf46af04..4ebf46af04 100644 --- a/tools/editor/icons/icon_line_2d.png +++ b/editor/icons/icon_line_2d.png diff --git a/tools/editor/icons/icon_line_edit.png b/editor/icons/icon_line_edit.png Binary files differindex 81b5efcf6c..81b5efcf6c 100644 --- a/tools/editor/icons/icon_line_edit.png +++ b/editor/icons/icon_line_edit.png diff --git a/tools/editor/icons/icon_line_shape_2d.png b/editor/icons/icon_line_shape_2d.png Binary files differindex e31722d69c..e31722d69c 100644 --- a/tools/editor/icons/icon_line_shape_2d.png +++ b/editor/icons/icon_line_shape_2d.png diff --git a/tools/editor/icons/icon_link_button.png b/editor/icons/icon_link_button.png Binary files differindex 7febe3c19a..7febe3c19a 100644 --- a/tools/editor/icons/icon_link_button.png +++ b/editor/icons/icon_link_button.png diff --git a/tools/editor/icons/icon_list_select.png b/editor/icons/icon_list_select.png Binary files differindex 9596d51e72..9596d51e72 100644 --- a/tools/editor/icons/icon_list_select.png +++ b/editor/icons/icon_list_select.png diff --git a/tools/editor/icons/icon_listener.png b/editor/icons/icon_listener.png Binary files differindex 3ce479e2fa..3ce479e2fa 100644 --- a/tools/editor/icons/icon_listener.png +++ b/editor/icons/icon_listener.png diff --git a/tools/editor/icons/icon_live_debug.png b/editor/icons/icon_live_debug.png Binary files differindex ad55646b9a..ad55646b9a 100644 --- a/tools/editor/icons/icon_live_debug.png +++ b/editor/icons/icon_live_debug.png diff --git a/tools/editor/icons/icon_load.png b/editor/icons/icon_load.png Binary files differindex 81835efa25..81835efa25 100644 --- a/tools/editor/icons/icon_load.png +++ b/editor/icons/icon_load.png diff --git a/tools/editor/icons/icon_lock.png b/editor/icons/icon_lock.png Binary files differindex a7059f5e7c..a7059f5e7c 100644 --- a/tools/editor/icons/icon_lock.png +++ b/editor/icons/icon_lock.png diff --git a/tools/editor/icons/icon_logo.png b/editor/icons/icon_logo.png Binary files differindex 9bbd7dc619..9bbd7dc619 100644 --- a/tools/editor/icons/icon_logo.png +++ b/editor/icons/icon_logo.png diff --git a/tools/editor/icons/icon_logo_small.png b/editor/icons/icon_logo_small.png Binary files differindex 9c7c7fe365..9c7c7fe365 100644 --- a/tools/editor/icons/icon_logo_small.png +++ b/editor/icons/icon_logo_small.png diff --git a/tools/editor/icons/icon_loop.png b/editor/icons/icon_loop.png Binary files differindex 91c3ad600e..91c3ad600e 100644 --- a/tools/editor/icons/icon_loop.png +++ b/editor/icons/icon_loop.png diff --git a/tools/editor/icons/icon_loop_interpolation.png b/editor/icons/icon_loop_interpolation.png Binary files differindex 488b33316e..488b33316e 100644 --- a/tools/editor/icons/icon_loop_interpolation.png +++ b/editor/icons/icon_loop_interpolation.png diff --git a/tools/editor/icons/icon_main_play.png b/editor/icons/icon_main_play.png Binary files differindex a72672f963..a72672f963 100644 --- a/tools/editor/icons/icon_main_play.png +++ b/editor/icons/icon_main_play.png diff --git a/tools/editor/icons/icon_main_stop.png b/editor/icons/icon_main_stop.png Binary files differindex 58387519dc..58387519dc 100644 --- a/tools/editor/icons/icon_main_stop.png +++ b/editor/icons/icon_main_stop.png diff --git a/tools/editor/icons/icon_margin_container.png b/editor/icons/icon_margin_container.png Binary files differindex 57f0cec42e..57f0cec42e 100644 --- a/tools/editor/icons/icon_margin_container.png +++ b/editor/icons/icon_margin_container.png diff --git a/tools/editor/icons/icon_material_preview_cube.png b/editor/icons/icon_material_preview_cube.png Binary files differindex f97c23b950..f97c23b950 100644 --- a/tools/editor/icons/icon_material_preview_cube.png +++ b/editor/icons/icon_material_preview_cube.png diff --git a/tools/editor/icons/icon_material_preview_cube_off.png b/editor/icons/icon_material_preview_cube_off.png Binary files differindex ad63218658..ad63218658 100644 --- a/tools/editor/icons/icon_material_preview_cube_off.png +++ b/editor/icons/icon_material_preview_cube_off.png diff --git a/tools/editor/icons/icon_material_preview_light_1.png b/editor/icons/icon_material_preview_light_1.png Binary files differindex 2a49a7530b..2a49a7530b 100644 --- a/tools/editor/icons/icon_material_preview_light_1.png +++ b/editor/icons/icon_material_preview_light_1.png diff --git a/tools/editor/icons/icon_material_preview_light_1_off.png b/editor/icons/icon_material_preview_light_1_off.png Binary files differindex 738dd75594..738dd75594 100644 --- a/tools/editor/icons/icon_material_preview_light_1_off.png +++ b/editor/icons/icon_material_preview_light_1_off.png diff --git a/tools/editor/icons/icon_material_preview_light_2.png b/editor/icons/icon_material_preview_light_2.png Binary files differindex 7e43b4425e..7e43b4425e 100644 --- a/tools/editor/icons/icon_material_preview_light_2.png +++ b/editor/icons/icon_material_preview_light_2.png diff --git a/tools/editor/icons/icon_material_preview_light_2_off.png b/editor/icons/icon_material_preview_light_2_off.png Binary files differindex e2f0e345a9..e2f0e345a9 100644 --- a/tools/editor/icons/icon_material_preview_light_2_off.png +++ b/editor/icons/icon_material_preview_light_2_off.png diff --git a/tools/editor/icons/icon_material_preview_sphere.png b/editor/icons/icon_material_preview_sphere.png Binary files differindex 80b06b39b7..80b06b39b7 100644 --- a/tools/editor/icons/icon_material_preview_sphere.png +++ b/editor/icons/icon_material_preview_sphere.png diff --git a/tools/editor/icons/icon_material_preview_sphere_off.png b/editor/icons/icon_material_preview_sphere_off.png Binary files differindex a5acfcb8c9..a5acfcb8c9 100644 --- a/tools/editor/icons/icon_material_preview_sphere_off.png +++ b/editor/icons/icon_material_preview_sphere_off.png diff --git a/tools/editor/icons/icon_material_shader.png b/editor/icons/icon_material_shader.png Binary files differindex 568a45d938..568a45d938 100644 --- a/tools/editor/icons/icon_material_shader.png +++ b/editor/icons/icon_material_shader.png diff --git a/tools/editor/icons/icon_material_shader_graph.png b/editor/icons/icon_material_shader_graph.png Binary files differindex f40e3755af..f40e3755af 100644 --- a/tools/editor/icons/icon_material_shader_graph.png +++ b/editor/icons/icon_material_shader_graph.png diff --git a/tools/editor/icons/icon_matrix.png b/editor/icons/icon_matrix.png Binary files differindex ba0772ff8a..ba0772ff8a 100644 --- a/tools/editor/icons/icon_matrix.png +++ b/editor/icons/icon_matrix.png diff --git a/tools/editor/icons/icon_menu_button.png b/editor/icons/icon_menu_button.png Binary files differindex 1fd2e41c23..1fd2e41c23 100644 --- a/tools/editor/icons/icon_menu_button.png +++ b/editor/icons/icon_menu_button.png diff --git a/tools/editor/icons/icon_mesh.png b/editor/icons/icon_mesh.png Binary files differindex 03e1501403..03e1501403 100644 --- a/tools/editor/icons/icon_mesh.png +++ b/editor/icons/icon_mesh.png diff --git a/tools/editor/icons/icon_mesh_instance.png b/editor/icons/icon_mesh_instance.png Binary files differindex c513feb1cd..c513feb1cd 100644 --- a/tools/editor/icons/icon_mesh_instance.png +++ b/editor/icons/icon_mesh_instance.png diff --git a/tools/editor/icons/icon_mesh_library.png b/editor/icons/icon_mesh_library.png Binary files differindex 0bb37b1da3..0bb37b1da3 100644 --- a/tools/editor/icons/icon_mesh_library.png +++ b/editor/icons/icon_mesh_library.png diff --git a/tools/editor/icons/icon_mesh_old.png b/editor/icons/icon_mesh_old.png Binary files differindex 18531ff844..18531ff844 100644 --- a/tools/editor/icons/icon_mesh_old.png +++ b/editor/icons/icon_mesh_old.png diff --git a/tools/editor/icons/icon_meshr.png b/editor/icons/icon_meshr.png Binary files differindex 1ed2a123e6..1ed2a123e6 100644 --- a/tools/editor/icons/icon_meshr.png +++ b/editor/icons/icon_meshr.png diff --git a/tools/editor/icons/icon_mini_aabb.png b/editor/icons/icon_mini_aabb.png Binary files differindex eebc4633e4..eebc4633e4 100644 --- a/tools/editor/icons/icon_mini_aabb.png +++ b/editor/icons/icon_mini_aabb.png diff --git a/tools/editor/icons/icon_mini_array.png b/editor/icons/icon_mini_array.png Binary files differindex ade885e4d4..ade885e4d4 100644 --- a/tools/editor/icons/icon_mini_array.png +++ b/editor/icons/icon_mini_array.png diff --git a/tools/editor/icons/icon_mini_boolean.png b/editor/icons/icon_mini_boolean.png Binary files differindex 9cb64fc983..9cb64fc983 100644 --- a/tools/editor/icons/icon_mini_boolean.png +++ b/editor/icons/icon_mini_boolean.png diff --git a/tools/editor/icons/icon_mini_color.png b/editor/icons/icon_mini_color.png Binary files differindex bebf64e262..bebf64e262 100644 --- a/tools/editor/icons/icon_mini_color.png +++ b/editor/icons/icon_mini_color.png diff --git a/tools/editor/icons/icon_mini_color_array.png b/editor/icons/icon_mini_color_array.png Binary files differindex 434b2f96f5..434b2f96f5 100644 --- a/tools/editor/icons/icon_mini_color_array.png +++ b/editor/icons/icon_mini_color_array.png diff --git a/tools/editor/icons/icon_mini_dictionary.png b/editor/icons/icon_mini_dictionary.png Binary files differindex 11fd536a83..11fd536a83 100644 --- a/tools/editor/icons/icon_mini_dictionary.png +++ b/editor/icons/icon_mini_dictionary.png diff --git a/tools/editor/icons/icon_mini_float.png b/editor/icons/icon_mini_float.png Binary files differindex f8c8d9a174..f8c8d9a174 100644 --- a/tools/editor/icons/icon_mini_float.png +++ b/editor/icons/icon_mini_float.png diff --git a/tools/editor/icons/icon_mini_float_array.png b/editor/icons/icon_mini_float_array.png Binary files differindex 8b8177e151..8b8177e151 100644 --- a/tools/editor/icons/icon_mini_float_array.png +++ b/editor/icons/icon_mini_float_array.png diff --git a/tools/editor/icons/icon_mini_image.png b/editor/icons/icon_mini_image.png Binary files differindex 2ad359bdbe..2ad359bdbe 100644 --- a/tools/editor/icons/icon_mini_image.png +++ b/editor/icons/icon_mini_image.png diff --git a/tools/editor/icons/icon_mini_input.png b/editor/icons/icon_mini_input.png Binary files differindex fec26dd68e..fec26dd68e 100644 --- a/tools/editor/icons/icon_mini_input.png +++ b/editor/icons/icon_mini_input.png diff --git a/tools/editor/icons/icon_mini_int_array.png b/editor/icons/icon_mini_int_array.png Binary files differindex d1bd2e82a7..d1bd2e82a7 100644 --- a/tools/editor/icons/icon_mini_int_array.png +++ b/editor/icons/icon_mini_int_array.png diff --git a/tools/editor/icons/icon_mini_integer.png b/editor/icons/icon_mini_integer.png Binary files differindex dad1bb160b..dad1bb160b 100644 --- a/tools/editor/icons/icon_mini_integer.png +++ b/editor/icons/icon_mini_integer.png diff --git a/tools/editor/icons/icon_mini_matrix3.png b/editor/icons/icon_mini_matrix3.png Binary files differindex dd59d093cc..dd59d093cc 100644 --- a/tools/editor/icons/icon_mini_matrix3.png +++ b/editor/icons/icon_mini_matrix3.png diff --git a/tools/editor/icons/icon_mini_matrix32.png b/editor/icons/icon_mini_matrix32.png Binary files differindex 6018a00747..6018a00747 100644 --- a/tools/editor/icons/icon_mini_matrix32.png +++ b/editor/icons/icon_mini_matrix32.png diff --git a/tools/editor/icons/icon_mini_object.png b/editor/icons/icon_mini_object.png Binary files differindex 4afe7cfca1..4afe7cfca1 100644 --- a/tools/editor/icons/icon_mini_object.png +++ b/editor/icons/icon_mini_object.png diff --git a/tools/editor/icons/icon_mini_path.png b/editor/icons/icon_mini_path.png Binary files differindex 9eb0632571..9eb0632571 100644 --- a/tools/editor/icons/icon_mini_path.png +++ b/editor/icons/icon_mini_path.png diff --git a/tools/editor/icons/icon_mini_plane.png b/editor/icons/icon_mini_plane.png Binary files differindex 45676236bd..45676236bd 100644 --- a/tools/editor/icons/icon_mini_plane.png +++ b/editor/icons/icon_mini_plane.png diff --git a/tools/editor/icons/icon_mini_quat.png b/editor/icons/icon_mini_quat.png Binary files differindex 4ed2f5695c..4ed2f5695c 100644 --- a/tools/editor/icons/icon_mini_quat.png +++ b/editor/icons/icon_mini_quat.png diff --git a/tools/editor/icons/icon_mini_raw_array.png b/editor/icons/icon_mini_raw_array.png Binary files differindex 66bcf7c740..66bcf7c740 100644 --- a/tools/editor/icons/icon_mini_raw_array.png +++ b/editor/icons/icon_mini_raw_array.png diff --git a/tools/editor/icons/icon_mini_rect2.png b/editor/icons/icon_mini_rect2.png Binary files differindex db13e1a48e..db13e1a48e 100644 --- a/tools/editor/icons/icon_mini_rect2.png +++ b/editor/icons/icon_mini_rect2.png diff --git a/tools/editor/icons/icon_mini_rid.png b/editor/icons/icon_mini_rid.png Binary files differindex 278a9d1ee6..278a9d1ee6 100644 --- a/tools/editor/icons/icon_mini_rid.png +++ b/editor/icons/icon_mini_rid.png diff --git a/tools/editor/icons/icon_mini_string.png b/editor/icons/icon_mini_string.png Binary files differindex 504556dd74..504556dd74 100644 --- a/tools/editor/icons/icon_mini_string.png +++ b/editor/icons/icon_mini_string.png diff --git a/tools/editor/icons/icon_mini_string_array.png b/editor/icons/icon_mini_string_array.png Binary files differindex 5177014185..5177014185 100644 --- a/tools/editor/icons/icon_mini_string_array.png +++ b/editor/icons/icon_mini_string_array.png diff --git a/tools/editor/icons/icon_mini_transform.png b/editor/icons/icon_mini_transform.png Binary files differindex 068ea0506c..068ea0506c 100644 --- a/tools/editor/icons/icon_mini_transform.png +++ b/editor/icons/icon_mini_transform.png diff --git a/tools/editor/icons/icon_mini_variant.png b/editor/icons/icon_mini_variant.png Binary files differindex 285f0bcd16..285f0bcd16 100644 --- a/tools/editor/icons/icon_mini_variant.png +++ b/editor/icons/icon_mini_variant.png diff --git a/tools/editor/icons/icon_mini_vector2.png b/editor/icons/icon_mini_vector2.png Binary files differindex a7caa1797f..a7caa1797f 100644 --- a/tools/editor/icons/icon_mini_vector2.png +++ b/editor/icons/icon_mini_vector2.png diff --git a/tools/editor/icons/icon_mini_vector2_array.png b/editor/icons/icon_mini_vector2_array.png Binary files differindex de546de16c..de546de16c 100644 --- a/tools/editor/icons/icon_mini_vector2_array.png +++ b/editor/icons/icon_mini_vector2_array.png diff --git a/tools/editor/icons/icon_mini_vector3.png b/editor/icons/icon_mini_vector3.png Binary files differindex 69baeb229b..69baeb229b 100644 --- a/tools/editor/icons/icon_mini_vector3.png +++ b/editor/icons/icon_mini_vector3.png diff --git a/tools/editor/icons/icon_mini_vector3_array.png b/editor/icons/icon_mini_vector3_array.png Binary files differindex 6bddbaf627..6bddbaf627 100644 --- a/tools/editor/icons/icon_mini_vector3_array.png +++ b/editor/icons/icon_mini_vector3_array.png diff --git a/tools/editor/icons/icon_mirror_x.png b/editor/icons/icon_mirror_x.png Binary files differindex 7be48946b4..7be48946b4 100644 --- a/tools/editor/icons/icon_mirror_x.png +++ b/editor/icons/icon_mirror_x.png diff --git a/tools/editor/icons/icon_mirror_y.png b/editor/icons/icon_mirror_y.png Binary files differindex ba924f7ae7..ba924f7ae7 100644 --- a/tools/editor/icons/icon_mirror_y.png +++ b/editor/icons/icon_mirror_y.png diff --git a/tools/editor/icons/icon_mouse.png b/editor/icons/icon_mouse.png Binary files differindex ad07a403a6..ad07a403a6 100644 --- a/tools/editor/icons/icon_mouse.png +++ b/editor/icons/icon_mouse.png diff --git a/tools/editor/icons/icon_move_down.png b/editor/icons/icon_move_down.png Binary files differindex 3934310964..3934310964 100644 --- a/tools/editor/icons/icon_move_down.png +++ b/editor/icons/icon_move_down.png diff --git a/tools/editor/icons/icon_move_down_hl.png b/editor/icons/icon_move_down_hl.png Binary files differindex f9de58a940..f9de58a940 100644 --- a/tools/editor/icons/icon_move_down_hl.png +++ b/editor/icons/icon_move_down_hl.png diff --git a/tools/editor/icons/icon_move_point.png b/editor/icons/icon_move_point.png Binary files differindex 00e4ea32bd..00e4ea32bd 100644 --- a/tools/editor/icons/icon_move_point.png +++ b/editor/icons/icon_move_point.png diff --git a/tools/editor/icons/icon_move_up.png b/editor/icons/icon_move_up.png Binary files differindex 684013dc40..684013dc40 100644 --- a/tools/editor/icons/icon_move_up.png +++ b/editor/icons/icon_move_up.png diff --git a/tools/editor/icons/icon_move_up_hl.png b/editor/icons/icon_move_up_hl.png Binary files differindex e076c9a265..e076c9a265 100644 --- a/tools/editor/icons/icon_move_up_hl.png +++ b/editor/icons/icon_move_up_hl.png diff --git a/tools/editor/icons/icon_multi_edit.png b/editor/icons/icon_multi_edit.png Binary files differindex 0256ae094a..0256ae094a 100644 --- a/tools/editor/icons/icon_multi_edit.png +++ b/editor/icons/icon_multi_edit.png diff --git a/tools/editor/icons/icon_multi_line.png b/editor/icons/icon_multi_line.png Binary files differindex 95a029cc6e..95a029cc6e 100644 --- a/tools/editor/icons/icon_multi_line.png +++ b/editor/icons/icon_multi_line.png diff --git a/tools/editor/icons/icon_multi_mesh.png b/editor/icons/icon_multi_mesh.png Binary files differindex 6ff9d22266..6ff9d22266 100644 --- a/tools/editor/icons/icon_multi_mesh.png +++ b/editor/icons/icon_multi_mesh.png diff --git a/tools/editor/icons/icon_multi_mesh_instance.png b/editor/icons/icon_multi_mesh_instance.png Binary files differindex 124bf81b5a..124bf81b5a 100644 --- a/tools/editor/icons/icon_multi_mesh_instance.png +++ b/editor/icons/icon_multi_mesh_instance.png diff --git a/tools/editor/icons/icon_multi_node_edit.png b/editor/icons/icon_multi_node_edit.png Binary files differindex 0256ae094a..0256ae094a 100644 --- a/tools/editor/icons/icon_multi_node_edit.png +++ b/editor/icons/icon_multi_node_edit.png diff --git a/tools/editor/icons/icon_navigation.png b/editor/icons/icon_navigation.png Binary files differindex 3c5a3bdc4a..3c5a3bdc4a 100644 --- a/tools/editor/icons/icon_navigation.png +++ b/editor/icons/icon_navigation.png diff --git a/tools/editor/icons/icon_navigation_2d.png b/editor/icons/icon_navigation_2d.png Binary files differindex a6ea55ef13..a6ea55ef13 100644 --- a/tools/editor/icons/icon_navigation_2d.png +++ b/editor/icons/icon_navigation_2d.png diff --git a/tools/editor/icons/icon_navigation_mesh.png b/editor/icons/icon_navigation_mesh.png Binary files differindex e3bb7f775f..e3bb7f775f 100644 --- a/tools/editor/icons/icon_navigation_mesh.png +++ b/editor/icons/icon_navigation_mesh.png diff --git a/tools/editor/icons/icon_navigation_mesh_instance.png b/editor/icons/icon_navigation_mesh_instance.png Binary files differindex f5f25ef421..f5f25ef421 100644 --- a/tools/editor/icons/icon_navigation_mesh_instance.png +++ b/editor/icons/icon_navigation_mesh_instance.png diff --git a/tools/editor/icons/icon_navigation_polygon.png b/editor/icons/icon_navigation_polygon.png Binary files differindex bfc4bfb542..bfc4bfb542 100644 --- a/tools/editor/icons/icon_navigation_polygon.png +++ b/editor/icons/icon_navigation_polygon.png diff --git a/tools/editor/icons/icon_navigation_polygon_instance.png b/editor/icons/icon_navigation_polygon_instance.png Binary files differindex 89d420ca14..89d420ca14 100644 --- a/tools/editor/icons/icon_navigation_polygon_instance.png +++ b/editor/icons/icon_navigation_polygon_instance.png diff --git a/tools/editor/icons/icon_new.png b/editor/icons/icon_new.png Binary files differindex 69c6c90dc7..69c6c90dc7 100644 --- a/tools/editor/icons/icon_new.png +++ b/editor/icons/icon_new.png diff --git a/tools/editor/icons/icon_nine_patch_rect.png b/editor/icons/icon_nine_patch_rect.png Binary files differindex bdd1467144..bdd1467144 100644 --- a/tools/editor/icons/icon_nine_patch_rect.png +++ b/editor/icons/icon_nine_patch_rect.png diff --git a/tools/editor/icons/icon_node.png b/editor/icons/icon_node.png Binary files differindex 628b632332..628b632332 100644 --- a/tools/editor/icons/icon_node.png +++ b/editor/icons/icon_node.png diff --git a/tools/editor/icons/icon_node_2d.png b/editor/icons/icon_node_2d.png Binary files differindex d6c8f1f988..d6c8f1f988 100644 --- a/tools/editor/icons/icon_node_2d.png +++ b/editor/icons/icon_node_2d.png diff --git a/tools/editor/icons/icon_node_real_slot.png b/editor/icons/icon_node_real_slot.png Binary files differindex 6373bc0fa5..6373bc0fa5 100644 --- a/tools/editor/icons/icon_node_real_slot.png +++ b/editor/icons/icon_node_real_slot.png diff --git a/tools/editor/icons/icon_node_vec_slot.png b/editor/icons/icon_node_vec_slot.png Binary files differindex aedd983fb4..aedd983fb4 100644 --- a/tools/editor/icons/icon_node_vec_slot.png +++ b/editor/icons/icon_node_vec_slot.png diff --git a/tools/editor/icons/icon_node_warning.png b/editor/icons/icon_node_warning.png Binary files differindex 8b1e9212a8..8b1e9212a8 100644 --- a/tools/editor/icons/icon_node_warning.png +++ b/editor/icons/icon_node_warning.png diff --git a/tools/editor/icons/icon_non_favorite.png b/editor/icons/icon_non_favorite.png Binary files differindex 92351bde04..92351bde04 100644 --- a/tools/editor/icons/icon_non_favorite.png +++ b/editor/icons/icon_non_favorite.png diff --git a/tools/editor/icons/icon_object.png b/editor/icons/icon_object.png Binary files differindex f4f018c863..f4f018c863 100644 --- a/tools/editor/icons/icon_object.png +++ b/editor/icons/icon_object.png diff --git a/tools/editor/icons/icon_occluder_polygon_2d.png b/editor/icons/icon_occluder_polygon_2d.png Binary files differindex bbfc9ac0a5..bbfc9ac0a5 100644 --- a/tools/editor/icons/icon_occluder_polygon_2d.png +++ b/editor/icons/icon_occluder_polygon_2d.png diff --git a/tools/editor/icons/icon_omni_light.png b/editor/icons/icon_omni_light.png Binary files differindex 286ce723a4..286ce723a4 100644 --- a/tools/editor/icons/icon_omni_light.png +++ b/editor/icons/icon_omni_light.png diff --git a/tools/editor/icons/icon_open.png b/editor/icons/icon_open.png Binary files differindex cc05e98ebb..cc05e98ebb 100644 --- a/tools/editor/icons/icon_open.png +++ b/editor/icons/icon_open.png diff --git a/tools/editor/icons/icon_option_button.png b/editor/icons/icon_option_button.png Binary files differindex c1155309aa..c1155309aa 100644 --- a/tools/editor/icons/icon_option_button.png +++ b/editor/icons/icon_option_button.png diff --git a/tools/editor/icons/icon_override.png b/editor/icons/icon_override.png Binary files differindex 9d917ede75..9d917ede75 100644 --- a/tools/editor/icons/icon_override.png +++ b/editor/icons/icon_override.png diff --git a/tools/editor/icons/icon_p_hash_translation.png b/editor/icons/icon_p_hash_translation.png Binary files differindex abca359eea..abca359eea 100644 --- a/tools/editor/icons/icon_p_hash_translation.png +++ b/editor/icons/icon_p_hash_translation.png diff --git a/tools/editor/icons/icon_packed_data_container.png b/editor/icons/icon_packed_data_container.png Binary files differindex af89da48a9..af89da48a9 100644 --- a/tools/editor/icons/icon_packed_data_container.png +++ b/editor/icons/icon_packed_data_container.png diff --git a/tools/editor/icons/icon_packed_scene.png b/editor/icons/icon_packed_scene.png Binary files differindex 9079762932..9079762932 100644 --- a/tools/editor/icons/icon_packed_scene.png +++ b/editor/icons/icon_packed_scene.png diff --git a/tools/editor/icons/icon_pane_drag.png b/editor/icons/icon_pane_drag.png Binary files differindex 57f8e49ba3..57f8e49ba3 100644 --- a/tools/editor/icons/icon_pane_drag.png +++ b/editor/icons/icon_pane_drag.png diff --git a/tools/editor/icons/icon_pane_drag_hover.png b/editor/icons/icon_pane_drag_hover.png Binary files differindex 068253ecef..068253ecef 100644 --- a/tools/editor/icons/icon_pane_drag_hover.png +++ b/editor/icons/icon_pane_drag_hover.png diff --git a/tools/editor/icons/icon_panel.png b/editor/icons/icon_panel.png Binary files differindex dca2da94f3..dca2da94f3 100644 --- a/tools/editor/icons/icon_panel.png +++ b/editor/icons/icon_panel.png diff --git a/tools/editor/icons/icon_panel_container.png b/editor/icons/icon_panel_container.png Binary files differindex 05bd1e082f..05bd1e082f 100644 --- a/tools/editor/icons/icon_panel_container.png +++ b/editor/icons/icon_panel_container.png diff --git a/tools/editor/icons/icon_panel_top.png b/editor/icons/icon_panel_top.png Binary files differindex 20e67fad1a..20e67fad1a 100644 --- a/tools/editor/icons/icon_panel_top.png +++ b/editor/icons/icon_panel_top.png diff --git a/tools/editor/icons/icon_panels_1.png b/editor/icons/icon_panels_1.png Binary files differindex a909e6aee8..a909e6aee8 100644 --- a/tools/editor/icons/icon_panels_1.png +++ b/editor/icons/icon_panels_1.png diff --git a/tools/editor/icons/icon_panels_2.png b/editor/icons/icon_panels_2.png Binary files differindex 28a1ca2a59..28a1ca2a59 100644 --- a/tools/editor/icons/icon_panels_2.png +++ b/editor/icons/icon_panels_2.png diff --git a/tools/editor/icons/icon_panels_2_alt.png b/editor/icons/icon_panels_2_alt.png Binary files differindex 14f21304c5..14f21304c5 100644 --- a/tools/editor/icons/icon_panels_2_alt.png +++ b/editor/icons/icon_panels_2_alt.png diff --git a/tools/editor/icons/icon_panels_3.png b/editor/icons/icon_panels_3.png Binary files differindex 76f1f53636..76f1f53636 100644 --- a/tools/editor/icons/icon_panels_3.png +++ b/editor/icons/icon_panels_3.png diff --git a/tools/editor/icons/icon_panels_3_alt.png b/editor/icons/icon_panels_3_alt.png Binary files differindex b121bc62c3..b121bc62c3 100644 --- a/tools/editor/icons/icon_panels_3_alt.png +++ b/editor/icons/icon_panels_3_alt.png diff --git a/tools/editor/icons/icon_panels_4.png b/editor/icons/icon_panels_4.png Binary files differindex 19a3bc0bf2..19a3bc0bf2 100644 --- a/tools/editor/icons/icon_panels_4.png +++ b/editor/icons/icon_panels_4.png diff --git a/tools/editor/icons/icon_parallax_background.png b/editor/icons/icon_parallax_background.png Binary files differindex 78d7484e8b..78d7484e8b 100644 --- a/tools/editor/icons/icon_parallax_background.png +++ b/editor/icons/icon_parallax_background.png diff --git a/tools/editor/icons/icon_parallax_layer.png b/editor/icons/icon_parallax_layer.png Binary files differindex 748c9164bb..748c9164bb 100644 --- a/tools/editor/icons/icon_parallax_layer.png +++ b/editor/icons/icon_parallax_layer.png diff --git a/tools/editor/icons/icon_particle_attractor_2d.png b/editor/icons/icon_particle_attractor_2d.png Binary files differindex 84be7dff3b..84be7dff3b 100644 --- a/tools/editor/icons/icon_particle_attractor_2d.png +++ b/editor/icons/icon_particle_attractor_2d.png diff --git a/tools/editor/icons/icon_particles.png b/editor/icons/icon_particles.png Binary files differindex 8d146b2946..8d146b2946 100644 --- a/tools/editor/icons/icon_particles.png +++ b/editor/icons/icon_particles.png diff --git a/tools/editor/icons/icon_particles_2d.png b/editor/icons/icon_particles_2d.png Binary files differindex e03ff1e189..e03ff1e189 100644 --- a/tools/editor/icons/icon_particles_2d.png +++ b/editor/icons/icon_particles_2d.png diff --git a/tools/editor/icons/icon_particles_frame.png b/editor/icons/icon_particles_frame.png Binary files differindex 968bbccf8a..968bbccf8a 100644 --- a/tools/editor/icons/icon_particles_frame.png +++ b/editor/icons/icon_particles_frame.png diff --git a/tools/editor/icons/icon_particles_shader.png b/editor/icons/icon_particles_shader.png Binary files differindex 3b5c5644b2..3b5c5644b2 100644 --- a/tools/editor/icons/icon_particles_shader.png +++ b/editor/icons/icon_particles_shader.png diff --git a/tools/editor/icons/icon_patch_9_rect.png b/editor/icons/icon_patch_9_rect.png Binary files differindex bdd1467144..bdd1467144 100644 --- a/tools/editor/icons/icon_patch_9_rect.png +++ b/editor/icons/icon_patch_9_rect.png diff --git a/tools/editor/icons/icon_path.png b/editor/icons/icon_path.png Binary files differindex 4ebdcbdc44..4ebdcbdc44 100644 --- a/tools/editor/icons/icon_path.png +++ b/editor/icons/icon_path.png diff --git a/tools/editor/icons/icon_path_2d.png b/editor/icons/icon_path_2d.png Binary files differindex c5b0d5d7c6..c5b0d5d7c6 100644 --- a/tools/editor/icons/icon_path_2d.png +++ b/editor/icons/icon_path_2d.png diff --git a/tools/editor/icons/icon_path_follow.png b/editor/icons/icon_path_follow.png Binary files differindex f71651d241..f71651d241 100644 --- a/tools/editor/icons/icon_path_follow.png +++ b/editor/icons/icon_path_follow.png diff --git a/tools/editor/icons/icon_path_follow_2d.png b/editor/icons/icon_path_follow_2d.png Binary files differindex d82e682dba..d82e682dba 100644 --- a/tools/editor/icons/icon_path_follow_2d.png +++ b/editor/icons/icon_path_follow_2d.png diff --git a/tools/editor/icons/icon_pause.png b/editor/icons/icon_pause.png Binary files differindex aec11d5c35..aec11d5c35 100644 --- a/tools/editor/icons/icon_pause.png +++ b/editor/icons/icon_pause.png diff --git a/tools/editor/icons/icon_pe_edit.png b/editor/icons/icon_pe_edit.png Binary files differindex 7082303a4e..7082303a4e 100644 --- a/tools/editor/icons/icon_pe_edit.png +++ b/editor/icons/icon_pe_edit.png diff --git a/tools/editor/icons/icon_physics_joint_pin.png b/editor/icons/icon_physics_joint_pin.png Binary files differindex 27ac67ed0a..27ac67ed0a 100644 --- a/tools/editor/icons/icon_physics_joint_pin.png +++ b/editor/icons/icon_physics_joint_pin.png diff --git a/tools/editor/icons/icon_pin.png b/editor/icons/icon_pin.png Binary files differindex cf89679f88..cf89679f88 100644 --- a/tools/editor/icons/icon_pin.png +++ b/editor/icons/icon_pin.png diff --git a/tools/editor/icons/icon_pin_joint.png b/editor/icons/icon_pin_joint.png Binary files differindex 78e8a83724..78e8a83724 100644 --- a/tools/editor/icons/icon_pin_joint.png +++ b/editor/icons/icon_pin_joint.png diff --git a/tools/editor/icons/icon_pin_joint_2d.png b/editor/icons/icon_pin_joint_2d.png Binary files differindex 355d5a2022..355d5a2022 100644 --- a/tools/editor/icons/icon_pin_joint_2d.png +++ b/editor/icons/icon_pin_joint_2d.png diff --git a/tools/editor/icons/icon_pin_pressed.png b/editor/icons/icon_pin_pressed.png Binary files differindex cf89679f88..cf89679f88 100644 --- a/tools/editor/icons/icon_pin_pressed.png +++ b/editor/icons/icon_pin_pressed.png diff --git a/tools/editor/icons/icon_plane.png b/editor/icons/icon_plane.png Binary files differindex 25d869f31e..25d869f31e 100644 --- a/tools/editor/icons/icon_plane.png +++ b/editor/icons/icon_plane.png diff --git a/tools/editor/icons/icon_plane_shape.png b/editor/icons/icon_plane_shape.png Binary files differindex e7ebe1fbcd..e7ebe1fbcd 100644 --- a/tools/editor/icons/icon_plane_shape.png +++ b/editor/icons/icon_plane_shape.png diff --git a/tools/editor/icons/icon_play.png b/editor/icons/icon_play.png Binary files differindex 864e4e4fb9..864e4e4fb9 100644 --- a/tools/editor/icons/icon_play.png +++ b/editor/icons/icon_play.png diff --git a/tools/editor/icons/icon_play_backwards.png b/editor/icons/icon_play_backwards.png Binary files differindex bab2858373..bab2858373 100644 --- a/tools/editor/icons/icon_play_backwards.png +++ b/editor/icons/icon_play_backwards.png diff --git a/tools/editor/icons/icon_play_custom.png b/editor/icons/icon_play_custom.png Binary files differindex b742e131ca..b742e131ca 100644 --- a/tools/editor/icons/icon_play_custom.png +++ b/editor/icons/icon_play_custom.png diff --git a/tools/editor/icons/icon_play_scene.png b/editor/icons/icon_play_scene.png Binary files differindex ebba318799..ebba318799 100644 --- a/tools/editor/icons/icon_play_scene.png +++ b/editor/icons/icon_play_scene.png diff --git a/tools/editor/icons/icon_play_start.png b/editor/icons/icon_play_start.png Binary files differindex dacc156614..dacc156614 100644 --- a/tools/editor/icons/icon_play_start.png +++ b/editor/icons/icon_play_start.png diff --git a/tools/editor/icons/icon_play_start_backwards.png b/editor/icons/icon_play_start_backwards.png Binary files differindex 7608e18cba..7608e18cba 100644 --- a/tools/editor/icons/icon_play_start_backwards.png +++ b/editor/icons/icon_play_start_backwards.png diff --git a/tools/editor/icons/icon_polygon_2d.png b/editor/icons/icon_polygon_2d.png Binary files differindex b372749cb0..b372749cb0 100644 --- a/tools/editor/icons/icon_polygon_2d.png +++ b/editor/icons/icon_polygon_2d.png diff --git a/tools/editor/icons/icon_polygon_path_finder.png b/editor/icons/icon_polygon_path_finder.png Binary files differindex 9d76d872db..9d76d872db 100644 --- a/tools/editor/icons/icon_polygon_path_finder.png +++ b/editor/icons/icon_polygon_path_finder.png diff --git a/tools/editor/icons/icon_popup.png b/editor/icons/icon_popup.png Binary files differindex 4dda9e50f9..4dda9e50f9 100644 --- a/tools/editor/icons/icon_popup.png +++ b/editor/icons/icon_popup.png diff --git a/tools/editor/icons/icon_popup_dialog.png b/editor/icons/icon_popup_dialog.png Binary files differindex 82b011e06c..82b011e06c 100644 --- a/tools/editor/icons/icon_popup_dialog.png +++ b/editor/icons/icon_popup_dialog.png diff --git a/tools/editor/icons/icon_popup_menu.png b/editor/icons/icon_popup_menu.png Binary files differindex 28d928a98e..28d928a98e 100644 --- a/tools/editor/icons/icon_popup_menu.png +++ b/editor/icons/icon_popup_menu.png diff --git a/tools/editor/icons/icon_popup_panel.png b/editor/icons/icon_popup_panel.png Binary files differindex 90c86c2c05..90c86c2c05 100644 --- a/tools/editor/icons/icon_popup_panel.png +++ b/editor/icons/icon_popup_panel.png diff --git a/tools/editor/icons/icon_portal.png b/editor/icons/icon_portal.png Binary files differindex b10aee650d..b10aee650d 100644 --- a/tools/editor/icons/icon_portal.png +++ b/editor/icons/icon_portal.png diff --git a/tools/editor/icons/icon_position_2d.png b/editor/icons/icon_position_2d.png Binary files differindex da7446e3e2..da7446e3e2 100644 --- a/tools/editor/icons/icon_position_2d.png +++ b/editor/icons/icon_position_2d.png diff --git a/tools/editor/icons/icon_position_3d.png b/editor/icons/icon_position_3d.png Binary files differindex a36bca3260..a36bca3260 100644 --- a/tools/editor/icons/icon_position_3d.png +++ b/editor/icons/icon_position_3d.png diff --git a/tools/editor/icons/icon_prev_scene.png b/editor/icons/icon_prev_scene.png Binary files differindex 9d8dda5180..9d8dda5180 100644 --- a/tools/editor/icons/icon_prev_scene.png +++ b/editor/icons/icon_prev_scene.png diff --git a/tools/editor/icons/icon_progress_1.png b/editor/icons/icon_progress_1.png Binary files differindex 34196ec2dd..34196ec2dd 100644 --- a/tools/editor/icons/icon_progress_1.png +++ b/editor/icons/icon_progress_1.png diff --git a/tools/editor/icons/icon_progress_2.png b/editor/icons/icon_progress_2.png Binary files differindex 6f683f2473..6f683f2473 100644 --- a/tools/editor/icons/icon_progress_2.png +++ b/editor/icons/icon_progress_2.png diff --git a/tools/editor/icons/icon_progress_3.png b/editor/icons/icon_progress_3.png Binary files differindex 82202d28a6..82202d28a6 100644 --- a/tools/editor/icons/icon_progress_3.png +++ b/editor/icons/icon_progress_3.png diff --git a/tools/editor/icons/icon_progress_4.png b/editor/icons/icon_progress_4.png Binary files differindex 70198ab26a..70198ab26a 100644 --- a/tools/editor/icons/icon_progress_4.png +++ b/editor/icons/icon_progress_4.png diff --git a/tools/editor/icons/icon_progress_5.png b/editor/icons/icon_progress_5.png Binary files differindex b5f4bdcdec..b5f4bdcdec 100644 --- a/tools/editor/icons/icon_progress_5.png +++ b/editor/icons/icon_progress_5.png diff --git a/tools/editor/icons/icon_progress_6.png b/editor/icons/icon_progress_6.png Binary files differindex df8f27c60d..df8f27c60d 100644 --- a/tools/editor/icons/icon_progress_6.png +++ b/editor/icons/icon_progress_6.png diff --git a/tools/editor/icons/icon_progress_7.png b/editor/icons/icon_progress_7.png Binary files differindex 892d5b53ba..892d5b53ba 100644 --- a/tools/editor/icons/icon_progress_7.png +++ b/editor/icons/icon_progress_7.png diff --git a/tools/editor/icons/icon_progress_8.png b/editor/icons/icon_progress_8.png Binary files differindex c593afb7dd..c593afb7dd 100644 --- a/tools/editor/icons/icon_progress_8.png +++ b/editor/icons/icon_progress_8.png diff --git a/tools/editor/icons/icon_progress_bar.png b/editor/icons/icon_progress_bar.png Binary files differindex 30822dd7a8..30822dd7a8 100644 --- a/tools/editor/icons/icon_progress_bar.png +++ b/editor/icons/icon_progress_bar.png diff --git a/tools/editor/icons/icon_property_editor.png b/editor/icons/icon_property_editor.png Binary files differindex 5ee0ab8068..5ee0ab8068 100644 --- a/tools/editor/icons/icon_property_editor.png +++ b/editor/icons/icon_property_editor.png diff --git a/tools/editor/icons/icon_proximity_group.png b/editor/icons/icon_proximity_group.png Binary files differindex 230ca752ec..230ca752ec 100644 --- a/tools/editor/icons/icon_proximity_group.png +++ b/editor/icons/icon_proximity_group.png diff --git a/tools/editor/icons/icon_quad.png b/editor/icons/icon_quad.png Binary files differindex a1b31b026b..a1b31b026b 100644 --- a/tools/editor/icons/icon_quad.png +++ b/editor/icons/icon_quad.png diff --git a/tools/editor/icons/icon_quat.png b/editor/icons/icon_quat.png Binary files differindex 0fcaa35b56..0fcaa35b56 100644 --- a/tools/editor/icons/icon_quat.png +++ b/editor/icons/icon_quat.png diff --git a/tools/editor/icons/icon_range.png b/editor/icons/icon_range.png Binary files differindex 6e46df9690..6e46df9690 100644 --- a/tools/editor/icons/icon_range.png +++ b/editor/icons/icon_range.png diff --git a/tools/editor/icons/icon_rating_no_star.png b/editor/icons/icon_rating_no_star.png Binary files differindex e7421bdb13..e7421bdb13 100644 --- a/tools/editor/icons/icon_rating_no_star.png +++ b/editor/icons/icon_rating_no_star.png diff --git a/tools/editor/icons/icon_rating_star.png b/editor/icons/icon_rating_star.png Binary files differindex b2a7e01322..b2a7e01322 100644 --- a/tools/editor/icons/icon_rating_star.png +++ b/editor/icons/icon_rating_star.png diff --git a/tools/editor/icons/icon_ray_cast.png b/editor/icons/icon_ray_cast.png Binary files differindex 19cba12d1d..19cba12d1d 100644 --- a/tools/editor/icons/icon_ray_cast.png +++ b/editor/icons/icon_ray_cast.png diff --git a/tools/editor/icons/icon_ray_cast_2d.png b/editor/icons/icon_ray_cast_2d.png Binary files differindex 2a5054ab00..2a5054ab00 100644 --- a/tools/editor/icons/icon_ray_cast_2d.png +++ b/editor/icons/icon_ray_cast_2d.png diff --git a/tools/editor/icons/icon_ray_shape.png b/editor/icons/icon_ray_shape.png Binary files differindex a3188d1a3a..a3188d1a3a 100644 --- a/tools/editor/icons/icon_ray_shape.png +++ b/editor/icons/icon_ray_shape.png diff --git a/tools/editor/icons/icon_ray_shape_2d.png b/editor/icons/icon_ray_shape_2d.png Binary files differindex c91a63570d..c91a63570d 100644 --- a/tools/editor/icons/icon_ray_shape_2d.png +++ b/editor/icons/icon_ray_shape_2d.png diff --git a/tools/editor/icons/icon_rayito.png b/editor/icons/icon_rayito.png Binary files differindex 1afb5975d1..1afb5975d1 100644 --- a/tools/editor/icons/icon_rayito.png +++ b/editor/icons/icon_rayito.png diff --git a/tools/editor/icons/icon_real.png b/editor/icons/icon_real.png Binary files differindex 555b61427f..555b61427f 100644 --- a/tools/editor/icons/icon_real.png +++ b/editor/icons/icon_real.png diff --git a/tools/editor/icons/icon_rect2.png b/editor/icons/icon_rect2.png Binary files differindex cf3cfe3b22..cf3cfe3b22 100644 --- a/tools/editor/icons/icon_rect2.png +++ b/editor/icons/icon_rect2.png diff --git a/tools/editor/icons/icon_rect3.png b/editor/icons/icon_rect3.png Binary files differindex 8eacfff207..8eacfff207 100644 --- a/tools/editor/icons/icon_rect3.png +++ b/editor/icons/icon_rect3.png diff --git a/tools/editor/icons/icon_rectangle_shape_2d.png b/editor/icons/icon_rectangle_shape_2d.png Binary files differindex 002730b942..002730b942 100644 --- a/tools/editor/icons/icon_rectangle_shape_2d.png +++ b/editor/icons/icon_rectangle_shape_2d.png diff --git a/tools/editor/icons/icon_reference_rect.png b/editor/icons/icon_reference_rect.png Binary files differindex b253af477f..b253af477f 100644 --- a/tools/editor/icons/icon_reference_rect.png +++ b/editor/icons/icon_reference_rect.png diff --git a/tools/editor/icons/icon_reflection_probe.png b/editor/icons/icon_reflection_probe.png Binary files differindex a6646114fb..a6646114fb 100644 --- a/tools/editor/icons/icon_reflection_probe.png +++ b/editor/icons/icon_reflection_probe.png diff --git a/tools/editor/icons/icon_region_edit.png b/editor/icons/icon_region_edit.png Binary files differindex 5f133072d4..5f133072d4 100644 --- a/tools/editor/icons/icon_region_edit.png +++ b/editor/icons/icon_region_edit.png diff --git a/tools/editor/icons/icon_reload.png b/editor/icons/icon_reload.png Binary files differindex 9303fabb9c..9303fabb9c 100644 --- a/tools/editor/icons/icon_reload.png +++ b/editor/icons/icon_reload.png diff --git a/tools/editor/icons/icon_reload_empty.png b/editor/icons/icon_reload_empty.png Binary files differindex d43582b2c4..d43582b2c4 100644 --- a/tools/editor/icons/icon_reload_empty.png +++ b/editor/icons/icon_reload_empty.png diff --git a/tools/editor/icons/icon_reload_small.png b/editor/icons/icon_reload_small.png Binary files differindex 1397ac6aa5..1397ac6aa5 100644 --- a/tools/editor/icons/icon_reload_small.png +++ b/editor/icons/icon_reload_small.png diff --git a/tools/editor/icons/icon_remote.png b/editor/icons/icon_remote.png Binary files differindex 7eb7608b13..7eb7608b13 100644 --- a/tools/editor/icons/icon_remote.png +++ b/editor/icons/icon_remote.png diff --git a/tools/editor/icons/icon_remote_transform.png b/editor/icons/icon_remote_transform.png Binary files differindex 2a8b5f4d0e..2a8b5f4d0e 100644 --- a/tools/editor/icons/icon_remote_transform.png +++ b/editor/icons/icon_remote_transform.png diff --git a/tools/editor/icons/icon_remote_transform_2d.png b/editor/icons/icon_remote_transform_2d.png Binary files differindex 16d2691832..16d2691832 100644 --- a/tools/editor/icons/icon_remote_transform_2d.png +++ b/editor/icons/icon_remote_transform_2d.png diff --git a/tools/editor/icons/icon_remove.png b/editor/icons/icon_remove.png Binary files differindex b6bf05a16d..b6bf05a16d 100644 --- a/tools/editor/icons/icon_remove.png +++ b/editor/icons/icon_remove.png diff --git a/tools/editor/icons/icon_remove_hl.png b/editor/icons/icon_remove_hl.png Binary files differindex 0d3b887e7f..0d3b887e7f 100644 --- a/tools/editor/icons/icon_remove_hl.png +++ b/editor/icons/icon_remove_hl.png diff --git a/tools/editor/icons/icon_remove_small.png b/editor/icons/icon_remove_small.png Binary files differindex e0903689cf..e0903689cf 100644 --- a/tools/editor/icons/icon_remove_small.png +++ b/editor/icons/icon_remove_small.png diff --git a/tools/editor/icons/icon_rename.png b/editor/icons/icon_rename.png Binary files differindex 2df503f100..2df503f100 100644 --- a/tools/editor/icons/icon_rename.png +++ b/editor/icons/icon_rename.png diff --git a/tools/editor/icons/icon_reparent.png b/editor/icons/icon_reparent.png Binary files differindex 135ccee4ad..135ccee4ad 100644 --- a/tools/editor/icons/icon_reparent.png +++ b/editor/icons/icon_reparent.png diff --git a/tools/editor/icons/icon_replace.png b/editor/icons/icon_replace.png Binary files differindex 662a58dc93..662a58dc93 100644 --- a/tools/editor/icons/icon_replace.png +++ b/editor/icons/icon_replace.png diff --git a/tools/editor/icons/icon_resource_preloader.png b/editor/icons/icon_resource_preloader.png Binary files differindex d3064f5e90..d3064f5e90 100644 --- a/tools/editor/icons/icon_resource_preloader.png +++ b/editor/icons/icon_resource_preloader.png diff --git a/tools/editor/icons/icon_rich_text_label.png b/editor/icons/icon_rich_text_label.png Binary files differindex 1aea6e8fa7..1aea6e8fa7 100644 --- a/tools/editor/icons/icon_rich_text_label.png +++ b/editor/icons/icon_rich_text_label.png diff --git a/tools/editor/icons/icon_rid.png b/editor/icons/icon_rid.png Binary files differindex f7bc02e128..f7bc02e128 100644 --- a/tools/editor/icons/icon_rid.png +++ b/editor/icons/icon_rid.png diff --git a/tools/editor/icons/icon_rigid_body.png b/editor/icons/icon_rigid_body.png Binary files differindex 4072308f71..4072308f71 100644 --- a/tools/editor/icons/icon_rigid_body.png +++ b/editor/icons/icon_rigid_body.png diff --git a/tools/editor/icons/icon_rigid_body_2_d.png b/editor/icons/icon_rigid_body_2_d.png Binary files differindex c296b88636..c296b88636 100644 --- a/tools/editor/icons/icon_rigid_body_2_d.png +++ b/editor/icons/icon_rigid_body_2_d.png diff --git a/tools/editor/icons/icon_rigid_body_2d.png b/editor/icons/icon_rigid_body_2d.png Binary files differindex 8d11d536c1..8d11d536c1 100644 --- a/tools/editor/icons/icon_rigid_body_2d.png +++ b/editor/icons/icon_rigid_body_2d.png diff --git a/tools/editor/icons/icon_room.png b/editor/icons/icon_room.png Binary files differindex 840db145fd..840db145fd 100644 --- a/tools/editor/icons/icon_room.png +++ b/editor/icons/icon_room.png diff --git a/tools/editor/icons/icon_room_bounds.png b/editor/icons/icon_room_bounds.png Binary files differindex 15b198e821..15b198e821 100644 --- a/tools/editor/icons/icon_room_bounds.png +++ b/editor/icons/icon_room_bounds.png diff --git a/tools/editor/icons/icon_room_instance.png b/editor/icons/icon_room_instance.png Binary files differindex f0c46e689c..f0c46e689c 100644 --- a/tools/editor/icons/icon_room_instance.png +++ b/editor/icons/icon_room_instance.png diff --git a/tools/editor/icons/icon_rotate_0.png b/editor/icons/icon_rotate_0.png Binary files differindex 75bd667845..75bd667845 100644 --- a/tools/editor/icons/icon_rotate_0.png +++ b/editor/icons/icon_rotate_0.png diff --git a/tools/editor/icons/icon_rotate_180.png b/editor/icons/icon_rotate_180.png Binary files differindex dd9333207e..dd9333207e 100644 --- a/tools/editor/icons/icon_rotate_180.png +++ b/editor/icons/icon_rotate_180.png diff --git a/tools/editor/icons/icon_rotate_270.png b/editor/icons/icon_rotate_270.png Binary files differindex 551fd3afb9..551fd3afb9 100644 --- a/tools/editor/icons/icon_rotate_270.png +++ b/editor/icons/icon_rotate_270.png diff --git a/tools/editor/icons/icon_rotate_90.png b/editor/icons/icon_rotate_90.png Binary files differindex 55a084cc4e..55a084cc4e 100644 --- a/tools/editor/icons/icon_rotate_90.png +++ b/editor/icons/icon_rotate_90.png diff --git a/tools/editor/icons/icon_run.png b/editor/icons/icon_run.png Binary files differindex 133d383d9e..133d383d9e 100644 --- a/tools/editor/icons/icon_run.png +++ b/editor/icons/icon_run.png diff --git a/tools/editor/icons/icon_s_s_a_o_f_x.png b/editor/icons/icon_s_s_a_o_f_x.png Binary files differindex 36eccedca5..36eccedca5 100644 --- a/tools/editor/icons/icon_s_s_a_o_f_x.png +++ b/editor/icons/icon_s_s_a_o_f_x.png diff --git a/tools/editor/icons/icon_sample.png b/editor/icons/icon_sample.png Binary files differindex 25755699be..25755699be 100644 --- a/tools/editor/icons/icon_sample.png +++ b/editor/icons/icon_sample.png diff --git a/tools/editor/icons/icon_sample_library.png b/editor/icons/icon_sample_library.png Binary files differindex 5921aa86e7..5921aa86e7 100644 --- a/tools/editor/icons/icon_sample_library.png +++ b/editor/icons/icon_sample_library.png diff --git a/tools/editor/icons/icon_sample_player.png b/editor/icons/icon_sample_player.png Binary files differindex 4056cceeff..4056cceeff 100644 --- a/tools/editor/icons/icon_sample_player.png +++ b/editor/icons/icon_sample_player.png diff --git a/tools/editor/icons/icon_sample_player_2d.png b/editor/icons/icon_sample_player_2d.png Binary files differindex eb70340db8..eb70340db8 100644 --- a/tools/editor/icons/icon_sample_player_2d.png +++ b/editor/icons/icon_sample_player_2d.png diff --git a/tools/editor/icons/icon_save.png b/editor/icons/icon_save.png Binary files differindex 8695b7839d..8695b7839d 100644 --- a/tools/editor/icons/icon_save.png +++ b/editor/icons/icon_save.png diff --git a/tools/editor/icons/icon_scene.png b/editor/icons/icon_scene.png Binary files differindex 9629bb91c2..9629bb91c2 100644 --- a/tools/editor/icons/icon_scene.png +++ b/editor/icons/icon_scene.png diff --git a/tools/editor/icons/icon_scene_instance.png b/editor/icons/icon_scene_instance.png Binary files differindex 05df811aa0..05df811aa0 100644 --- a/tools/editor/icons/icon_scene_instance.png +++ b/editor/icons/icon_scene_instance.png diff --git a/tools/editor/icons/icon_scene_tree_editor.png b/editor/icons/icon_scene_tree_editor.png Binary files differindex 0b51763555..0b51763555 100644 --- a/tools/editor/icons/icon_scene_tree_editor.png +++ b/editor/icons/icon_scene_tree_editor.png diff --git a/tools/editor/icons/icon_script.png b/editor/icons/icon_script.png Binary files differindex 5aa673fcd6..5aa673fcd6 100644 --- a/tools/editor/icons/icon_script.png +++ b/editor/icons/icon_script.png diff --git a/tools/editor/icons/icon_script_control.png b/editor/icons/icon_script_control.png Binary files differindex cd1cc9b9af..cd1cc9b9af 100644 --- a/tools/editor/icons/icon_script_control.png +++ b/editor/icons/icon_script_control.png diff --git a/tools/editor/icons/icon_script_create.png b/editor/icons/icon_script_create.png Binary files differindex 86c19f748b..86c19f748b 100644 --- a/tools/editor/icons/icon_script_create.png +++ b/editor/icons/icon_script_create.png diff --git a/tools/editor/icons/icon_script_error.png b/editor/icons/icon_script_error.png Binary files differindex 3532c2c379..3532c2c379 100644 --- a/tools/editor/icons/icon_script_error.png +++ b/editor/icons/icon_script_error.png diff --git a/tools/editor/icons/icon_script_list.png b/editor/icons/icon_script_list.png Binary files differindex cdea1e161e..cdea1e161e 100644 --- a/tools/editor/icons/icon_script_list.png +++ b/editor/icons/icon_script_list.png diff --git a/tools/editor/icons/icon_script_node.png b/editor/icons/icon_script_node.png Binary files differindex fcf205b2e9..fcf205b2e9 100644 --- a/tools/editor/icons/icon_script_node.png +++ b/editor/icons/icon_script_node.png diff --git a/tools/editor/icons/icon_script_remove.png b/editor/icons/icon_script_remove.png Binary files differindex c200b01690..c200b01690 100644 --- a/tools/editor/icons/icon_script_remove.png +++ b/editor/icons/icon_script_remove.png diff --git a/tools/editor/icons/icon_scroll_bar.png b/editor/icons/icon_scroll_bar.png Binary files differindex e4576c4ae3..e4576c4ae3 100644 --- a/tools/editor/icons/icon_scroll_bar.png +++ b/editor/icons/icon_scroll_bar.png diff --git a/tools/editor/icons/icon_scroll_container.png b/editor/icons/icon_scroll_container.png Binary files differindex 4e42d84ab1..4e42d84ab1 100644 --- a/tools/editor/icons/icon_scroll_container.png +++ b/editor/icons/icon_scroll_container.png diff --git a/tools/editor/icons/icon_segment_shape_2d.png b/editor/icons/icon_segment_shape_2d.png Binary files differindex 8f3771be7a..8f3771be7a 100644 --- a/tools/editor/icons/icon_segment_shape_2d.png +++ b/editor/icons/icon_segment_shape_2d.png diff --git a/tools/editor/icons/icon_shader.png b/editor/icons/icon_shader.png Binary files differindex 568a45d938..568a45d938 100644 --- a/tools/editor/icons/icon_shader.png +++ b/editor/icons/icon_shader.png diff --git a/tools/editor/icons/icon_shader_material.png b/editor/icons/icon_shader_material.png Binary files differindex 568a45d938..568a45d938 100644 --- a/tools/editor/icons/icon_shader_material.png +++ b/editor/icons/icon_shader_material.png diff --git a/tools/editor/icons/icon_short_cut.png b/editor/icons/icon_short_cut.png Binary files differindex 22e15c3889..22e15c3889 100644 --- a/tools/editor/icons/icon_short_cut.png +++ b/editor/icons/icon_short_cut.png diff --git a/tools/editor/icons/icon_signal.png b/editor/icons/icon_signal.png Binary files differindex c2f393228c..c2f393228c 100644 --- a/tools/editor/icons/icon_signal.png +++ b/editor/icons/icon_signal.png diff --git a/tools/editor/icons/icon_skeleton.png b/editor/icons/icon_skeleton.png Binary files differindex 17b003caac..17b003caac 100644 --- a/tools/editor/icons/icon_skeleton.png +++ b/editor/icons/icon_skeleton.png diff --git a/tools/editor/icons/icon_skeletonr.png b/editor/icons/icon_skeletonr.png Binary files differindex dcb2d512ab..dcb2d512ab 100644 --- a/tools/editor/icons/icon_skeletonr.png +++ b/editor/icons/icon_skeletonr.png diff --git a/tools/editor/icons/icon_sky_box_f_x.png b/editor/icons/icon_sky_box_f_x.png Binary files differindex cabd19e550..cabd19e550 100644 --- a/tools/editor/icons/icon_sky_box_f_x.png +++ b/editor/icons/icon_sky_box_f_x.png diff --git a/tools/editor/icons/icon_slider_joint.png b/editor/icons/icon_slider_joint.png Binary files differindex d65fb3650d..d65fb3650d 100644 --- a/tools/editor/icons/icon_slider_joint.png +++ b/editor/icons/icon_slider_joint.png diff --git a/tools/editor/icons/icon_slot.png b/editor/icons/icon_slot.png Binary files differindex 856bf72281..856bf72281 100644 --- a/tools/editor/icons/icon_slot.png +++ b/editor/icons/icon_slot.png diff --git a/tools/editor/icons/icon_small_next.png b/editor/icons/icon_small_next.png Binary files differindex f853d100b5..f853d100b5 100644 --- a/tools/editor/icons/icon_small_next.png +++ b/editor/icons/icon_small_next.png diff --git a/tools/editor/icons/icon_snap.png b/editor/icons/icon_snap.png Binary files differindex 93194d34e7..93194d34e7 100644 --- a/tools/editor/icons/icon_snap.png +++ b/editor/icons/icon_snap.png diff --git a/tools/editor/icons/icon_sound_room_params.png b/editor/icons/icon_sound_room_params.png Binary files differindex 6f66da2e43..6f66da2e43 100644 --- a/tools/editor/icons/icon_sound_room_params.png +++ b/editor/icons/icon_sound_room_params.png diff --git a/tools/editor/icons/icon_spatial.png b/editor/icons/icon_spatial.png Binary files differindex 7c9f721053..7c9f721053 100644 --- a/tools/editor/icons/icon_spatial.png +++ b/editor/icons/icon_spatial.png diff --git a/tools/editor/icons/icon_spatial_add.png b/editor/icons/icon_spatial_add.png Binary files differindex 47950fbbb5..47950fbbb5 100644 --- a/tools/editor/icons/icon_spatial_add.png +++ b/editor/icons/icon_spatial_add.png diff --git a/tools/editor/icons/icon_spatial_sample_player.png b/editor/icons/icon_spatial_sample_player.png Binary files differindex bb2451da99..bb2451da99 100644 --- a/tools/editor/icons/icon_spatial_sample_player.png +++ b/editor/icons/icon_spatial_sample_player.png diff --git a/tools/editor/icons/icon_spatial_shader.png b/editor/icons/icon_spatial_shader.png Binary files differindex 7608fc9036..7608fc9036 100644 --- a/tools/editor/icons/icon_spatial_shader.png +++ b/editor/icons/icon_spatial_shader.png diff --git a/tools/editor/icons/icon_spatial_stream_player.png b/editor/icons/icon_spatial_stream_player.png Binary files differindex a6f9851548..a6f9851548 100644 --- a/tools/editor/icons/icon_spatial_stream_player.png +++ b/editor/icons/icon_spatial_stream_player.png diff --git a/tools/editor/icons/icon_sphere_shape.png b/editor/icons/icon_sphere_shape.png Binary files differindex 23300a0da1..23300a0da1 100644 --- a/tools/editor/icons/icon_sphere_shape.png +++ b/editor/icons/icon_sphere_shape.png diff --git a/tools/editor/icons/icon_spin_box.png b/editor/icons/icon_spin_box.png Binary files differindex 6da0dbec79..6da0dbec79 100644 --- a/tools/editor/icons/icon_spin_box.png +++ b/editor/icons/icon_spin_box.png diff --git a/tools/editor/icons/icon_spline.png b/editor/icons/icon_spline.png Binary files differindex 3239aff383..3239aff383 100644 --- a/tools/editor/icons/icon_spline.png +++ b/editor/icons/icon_spline.png diff --git a/tools/editor/icons/icon_spot_light.png b/editor/icons/icon_spot_light.png Binary files differindex f52570a5cd..f52570a5cd 100644 --- a/tools/editor/icons/icon_spot_light.png +++ b/editor/icons/icon_spot_light.png diff --git a/tools/editor/icons/icon_sprite.png b/editor/icons/icon_sprite.png Binary files differindex b698d32d4c..b698d32d4c 100644 --- a/tools/editor/icons/icon_sprite.png +++ b/editor/icons/icon_sprite.png diff --git a/tools/editor/icons/icon_sprite_3d.png b/editor/icons/icon_sprite_3d.png Binary files differindex 47a3ff429b..47a3ff429b 100644 --- a/tools/editor/icons/icon_sprite_3d.png +++ b/editor/icons/icon_sprite_3d.png diff --git a/tools/editor/icons/icon_sprite_frames.png b/editor/icons/icon_sprite_frames.png Binary files differindex 5576b24f2e..5576b24f2e 100644 --- a/tools/editor/icons/icon_sprite_frames.png +++ b/editor/icons/icon_sprite_frames.png diff --git a/tools/editor/icons/icon_squirrel_script.png b/editor/icons/icon_squirrel_script.png Binary files differindex 32926b5975..32926b5975 100644 --- a/tools/editor/icons/icon_squirrel_script.png +++ b/editor/icons/icon_squirrel_script.png diff --git a/tools/editor/icons/icon_static_body.png b/editor/icons/icon_static_body.png Binary files differindex 62948f97cd..62948f97cd 100644 --- a/tools/editor/icons/icon_static_body.png +++ b/editor/icons/icon_static_body.png diff --git a/tools/editor/icons/icon_static_body_2_d.png b/editor/icons/icon_static_body_2_d.png Binary files differindex 9af0274a65..9af0274a65 100644 --- a/tools/editor/icons/icon_static_body_2_d.png +++ b/editor/icons/icon_static_body_2_d.png diff --git a/tools/editor/icons/icon_static_body_2d.png b/editor/icons/icon_static_body_2d.png Binary files differindex b7bad4f742..b7bad4f742 100644 --- a/tools/editor/icons/icon_static_body_2d.png +++ b/editor/icons/icon_static_body_2d.png diff --git a/tools/editor/icons/icon_stop.png b/editor/icons/icon_stop.png Binary files differindex 0fd43b403a..0fd43b403a 100644 --- a/tools/editor/icons/icon_stop.png +++ b/editor/icons/icon_stop.png diff --git a/tools/editor/icons/icon_stream_player.png b/editor/icons/icon_stream_player.png Binary files differindex 15bdbdf440..15bdbdf440 100644 --- a/tools/editor/icons/icon_stream_player.png +++ b/editor/icons/icon_stream_player.png diff --git a/tools/editor/icons/icon_string.png b/editor/icons/icon_string.png Binary files differindex 8d01b738da..8d01b738da 100644 --- a/tools/editor/icons/icon_string.png +++ b/editor/icons/icon_string.png diff --git a/tools/editor/icons/icon_style_box_empty.png b/editor/icons/icon_style_box_empty.png Binary files differindex f595eaaa57..f595eaaa57 100644 --- a/tools/editor/icons/icon_style_box_empty.png +++ b/editor/icons/icon_style_box_empty.png diff --git a/tools/editor/icons/icon_style_box_flat.png b/editor/icons/icon_style_box_flat.png Binary files differindex 6ec6a6dd35..6ec6a6dd35 100644 --- a/tools/editor/icons/icon_style_box_flat.png +++ b/editor/icons/icon_style_box_flat.png diff --git a/tools/editor/icons/icon_style_box_texture.png b/editor/icons/icon_style_box_texture.png Binary files differindex f649508418..f649508418 100644 --- a/tools/editor/icons/icon_style_box_texture.png +++ b/editor/icons/icon_style_box_texture.png diff --git a/tools/editor/icons/icon_surface.png b/editor/icons/icon_surface.png Binary files differindex e7af8e9444..e7af8e9444 100644 --- a/tools/editor/icons/icon_surface.png +++ b/editor/icons/icon_surface.png diff --git a/tools/editor/icons/icon_tab_container.png b/editor/icons/icon_tab_container.png Binary files differindex 7ff3081ec1..7ff3081ec1 100644 --- a/tools/editor/icons/icon_tab_container.png +++ b/editor/icons/icon_tab_container.png diff --git a/tools/editor/icons/icon_tab_menu.png b/editor/icons/icon_tab_menu.png Binary files differindex 29edd02f01..29edd02f01 100644 --- a/tools/editor/icons/icon_tab_menu.png +++ b/editor/icons/icon_tab_menu.png diff --git a/tools/editor/icons/icon_tabs.png b/editor/icons/icon_tabs.png Binary files differindex bef0f60660..bef0f60660 100644 --- a/tools/editor/icons/icon_tabs.png +++ b/editor/icons/icon_tabs.png diff --git a/tools/editor/icons/icon_test_cube.png b/editor/icons/icon_test_cube.png Binary files differindex 4d11a69c3e..4d11a69c3e 100644 --- a/tools/editor/icons/icon_test_cube.png +++ b/editor/icons/icon_test_cube.png diff --git a/tools/editor/icons/icon_text_edit.png b/editor/icons/icon_text_edit.png Binary files differindex 7599e89eb1..7599e89eb1 100644 --- a/tools/editor/icons/icon_text_edit.png +++ b/editor/icons/icon_text_edit.png diff --git a/tools/editor/icons/icon_texture.png b/editor/icons/icon_texture.png Binary files differindex 7c4493395e..7c4493395e 100644 --- a/tools/editor/icons/icon_texture.png +++ b/editor/icons/icon_texture.png diff --git a/tools/editor/icons/icon_texture_button.png b/editor/icons/icon_texture_button.png Binary files differindex ea1d8235e1..ea1d8235e1 100644 --- a/tools/editor/icons/icon_texture_button.png +++ b/editor/icons/icon_texture_button.png diff --git a/tools/editor/icons/icon_texture_progress.png b/editor/icons/icon_texture_progress.png Binary files differindex ea3cc35da8..ea3cc35da8 100644 --- a/tools/editor/icons/icon_texture_progress.png +++ b/editor/icons/icon_texture_progress.png diff --git a/tools/editor/icons/icon_texture_rect.png b/editor/icons/icon_texture_rect.png Binary files differindex 84e4a90bfb..84e4a90bfb 100644 --- a/tools/editor/icons/icon_texture_rect.png +++ b/editor/icons/icon_texture_rect.png diff --git a/tools/editor/icons/icon_theme.png b/editor/icons/icon_theme.png Binary files differindex 55d799c722..55d799c722 100644 --- a/tools/editor/icons/icon_theme.png +++ b/editor/icons/icon_theme.png diff --git a/tools/editor/icons/icon_thumbnail_wait.png b/editor/icons/icon_thumbnail_wait.png Binary files differindex 96a7d424e3..96a7d424e3 100644 --- a/tools/editor/icons/icon_thumbnail_wait.png +++ b/editor/icons/icon_thumbnail_wait.png diff --git a/tools/editor/icons/icon_tile_map.png b/editor/icons/icon_tile_map.png Binary files differindex 0ba6276e25..0ba6276e25 100644 --- a/tools/editor/icons/icon_tile_map.png +++ b/editor/icons/icon_tile_map.png diff --git a/tools/editor/icons/icon_tile_set.png b/editor/icons/icon_tile_set.png Binary files differindex a1c3fccddd..a1c3fccddd 100644 --- a/tools/editor/icons/icon_tile_set.png +++ b/editor/icons/icon_tile_set.png diff --git a/tools/editor/icons/icon_time.png b/editor/icons/icon_time.png Binary files differindex a8e97ea7b8..a8e97ea7b8 100644 --- a/tools/editor/icons/icon_time.png +++ b/editor/icons/icon_time.png diff --git a/tools/editor/icons/icon_timer.png b/editor/icons/icon_timer.png Binary files differindex d3eb6a4b49..d3eb6a4b49 100644 --- a/tools/editor/icons/icon_timer.png +++ b/editor/icons/icon_timer.png diff --git a/tools/editor/icons/icon_tool_button.png b/editor/icons/icon_tool_button.png Binary files differindex b2f3f6103f..b2f3f6103f 100644 --- a/tools/editor/icons/icon_tool_button.png +++ b/editor/icons/icon_tool_button.png diff --git a/tools/editor/icons/icon_tool_move.png b/editor/icons/icon_tool_move.png Binary files differindex 2b6984e8b2..2b6984e8b2 100644 --- a/tools/editor/icons/icon_tool_move.png +++ b/editor/icons/icon_tool_move.png diff --git a/tools/editor/icons/icon_tool_pan.png b/editor/icons/icon_tool_pan.png Binary files differindex a24545a6d4..a24545a6d4 100644 --- a/tools/editor/icons/icon_tool_pan.png +++ b/editor/icons/icon_tool_pan.png diff --git a/tools/editor/icons/icon_tool_rotate.png b/editor/icons/icon_tool_rotate.png Binary files differindex 9303fabb9c..9303fabb9c 100644 --- a/tools/editor/icons/icon_tool_rotate.png +++ b/editor/icons/icon_tool_rotate.png diff --git a/tools/editor/icons/icon_tool_scale.png b/editor/icons/icon_tool_scale.png Binary files differindex b389c40746..b389c40746 100644 --- a/tools/editor/icons/icon_tool_scale.png +++ b/editor/icons/icon_tool_scale.png diff --git a/tools/editor/icons/icon_tool_select.png b/editor/icons/icon_tool_select.png Binary files differindex dcf6fcd2c8..dcf6fcd2c8 100644 --- a/tools/editor/icons/icon_tool_select.png +++ b/editor/icons/icon_tool_select.png diff --git a/tools/editor/icons/icon_tools.png b/editor/icons/icon_tools.png Binary files differindex 4db4c53796..4db4c53796 100644 --- a/tools/editor/icons/icon_tools.png +++ b/editor/icons/icon_tools.png diff --git a/tools/editor/icons/icon_touch_screen_button.png b/editor/icons/icon_touch_screen_button.png Binary files differindex 6bd0af3f47..6bd0af3f47 100644 --- a/tools/editor/icons/icon_touch_screen_button.png +++ b/editor/icons/icon_touch_screen_button.png diff --git a/tools/editor/icons/icon_track_add_key.png b/editor/icons/icon_track_add_key.png Binary files differindex 02d92439a3..02d92439a3 100644 --- a/tools/editor/icons/icon_track_add_key.png +++ b/editor/icons/icon_track_add_key.png diff --git a/tools/editor/icons/icon_track_add_key_hl.png b/editor/icons/icon_track_add_key_hl.png Binary files differindex 0e857f5fe2..0e857f5fe2 100644 --- a/tools/editor/icons/icon_track_add_key_hl.png +++ b/editor/icons/icon_track_add_key_hl.png diff --git a/tools/editor/icons/icon_track_continuous.png b/editor/icons/icon_track_continuous.png Binary files differindex dabdc718d5..dabdc718d5 100644 --- a/tools/editor/icons/icon_track_continuous.png +++ b/editor/icons/icon_track_continuous.png diff --git a/tools/editor/icons/icon_track_discrete.png b/editor/icons/icon_track_discrete.png Binary files differindex 3f580ac5fc..3f580ac5fc 100644 --- a/tools/editor/icons/icon_track_discrete.png +++ b/editor/icons/icon_track_discrete.png diff --git a/tools/editor/icons/icon_track_method.png b/editor/icons/icon_track_method.png Binary files differindex 1355c84e67..1355c84e67 100644 --- a/tools/editor/icons/icon_track_method.png +++ b/editor/icons/icon_track_method.png diff --git a/tools/editor/icons/icon_track_prop.png b/editor/icons/icon_track_prop.png Binary files differindex de8f549cd2..de8f549cd2 100644 --- a/tools/editor/icons/icon_track_prop.png +++ b/editor/icons/icon_track_prop.png diff --git a/tools/editor/icons/icon_track_trigger.png b/editor/icons/icon_track_trigger.png Binary files differindex e89f95561a..e89f95561a 100644 --- a/tools/editor/icons/icon_track_trigger.png +++ b/editor/icons/icon_track_trigger.png diff --git a/tools/editor/icons/icon_track_value.png b/editor/icons/icon_track_value.png Binary files differindex 5f5dc0d315..5f5dc0d315 100644 --- a/tools/editor/icons/icon_track_value.png +++ b/editor/icons/icon_track_value.png diff --git a/tools/editor/icons/icon_translation.png b/editor/icons/icon_translation.png Binary files differindex abca359eea..abca359eea 100644 --- a/tools/editor/icons/icon_translation.png +++ b/editor/icons/icon_translation.png diff --git a/tools/editor/icons/icon_transparent.png b/editor/icons/icon_transparent.png Binary files differindex 07e9b52b5c..07e9b52b5c 100644 --- a/tools/editor/icons/icon_transparent.png +++ b/editor/icons/icon_transparent.png diff --git a/tools/editor/icons/icon_transpose.png b/editor/icons/icon_transpose.png Binary files differindex 7a126c8428..7a126c8428 100644 --- a/tools/editor/icons/icon_transpose.png +++ b/editor/icons/icon_transpose.png diff --git a/tools/editor/icons/icon_tree.png b/editor/icons/icon_tree.png Binary files differindex 50ec1df98b..50ec1df98b 100644 --- a/tools/editor/icons/icon_tree.png +++ b/editor/icons/icon_tree.png diff --git a/tools/editor/icons/icon_tween.png b/editor/icons/icon_tween.png Binary files differindex 36717c0922..36717c0922 100644 --- a/tools/editor/icons/icon_tween.png +++ b/editor/icons/icon_tween.png diff --git a/tools/editor/icons/icon_unbone.png b/editor/icons/icon_unbone.png Binary files differindex 919e13ad6b..919e13ad6b 100644 --- a/tools/editor/icons/icon_unbone.png +++ b/editor/icons/icon_unbone.png diff --git a/tools/editor/icons/icon_ungroup.png b/editor/icons/icon_ungroup.png Binary files differindex b4c2e01814..b4c2e01814 100644 --- a/tools/editor/icons/icon_ungroup.png +++ b/editor/icons/icon_ungroup.png diff --git a/tools/editor/icons/icon_uninstance.png b/editor/icons/icon_uninstance.png Binary files differindex de8b2f9a40..de8b2f9a40 100644 --- a/tools/editor/icons/icon_uninstance.png +++ b/editor/icons/icon_uninstance.png diff --git a/tools/editor/icons/icon_unlock.png b/editor/icons/icon_unlock.png Binary files differindex d314aa46fe..d314aa46fe 100644 --- a/tools/editor/icons/icon_unlock.png +++ b/editor/icons/icon_unlock.png diff --git a/tools/editor/icons/icon_up.png b/editor/icons/icon_up.png Binary files differindex 346c4cdba8..346c4cdba8 100644 --- a/tools/editor/icons/icon_up.png +++ b/editor/icons/icon_up.png diff --git a/tools/editor/icons/icon_updown.png b/editor/icons/icon_updown.png Binary files differindex 3141dc56ae..3141dc56ae 100644 --- a/tools/editor/icons/icon_updown.png +++ b/editor/icons/icon_updown.png diff --git a/tools/editor/icons/icon_uv.png b/editor/icons/icon_uv.png Binary files differindex f5d901ab91..f5d901ab91 100644 --- a/tools/editor/icons/icon_uv.png +++ b/editor/icons/icon_uv.png diff --git a/tools/editor/icons/icon_v_box_container.png b/editor/icons/icon_v_box_container.png Binary files differindex 4d9bdb67b8..4d9bdb67b8 100644 --- a/tools/editor/icons/icon_v_box_container.png +++ b/editor/icons/icon_v_box_container.png diff --git a/tools/editor/icons/icon_v_button_array.png b/editor/icons/icon_v_button_array.png Binary files differindex d7ea9cc375..d7ea9cc375 100644 --- a/tools/editor/icons/icon_v_button_array.png +++ b/editor/icons/icon_v_button_array.png diff --git a/tools/editor/icons/icon_v_scroll_bar.png b/editor/icons/icon_v_scroll_bar.png Binary files differindex 91e00f4619..91e00f4619 100644 --- a/tools/editor/icons/icon_v_scroll_bar.png +++ b/editor/icons/icon_v_scroll_bar.png diff --git a/tools/editor/icons/icon_v_separator.png b/editor/icons/icon_v_separator.png Binary files differindex f0122d197f..f0122d197f 100644 --- a/tools/editor/icons/icon_v_separator.png +++ b/editor/icons/icon_v_separator.png diff --git a/tools/editor/icons/icon_v_slider.png b/editor/icons/icon_v_slider.png Binary files differindex 545c126d23..545c126d23 100644 --- a/tools/editor/icons/icon_v_slider.png +++ b/editor/icons/icon_v_slider.png diff --git a/tools/editor/icons/icon_v_split_container.png b/editor/icons/icon_v_split_container.png Binary files differindex 23093e334f..23093e334f 100644 --- a/tools/editor/icons/icon_v_split_container.png +++ b/editor/icons/icon_v_split_container.png diff --git a/tools/editor/icons/icon_variant.png b/editor/icons/icon_variant.png Binary files differindex 1ae2812ff7..1ae2812ff7 100644 --- a/tools/editor/icons/icon_variant.png +++ b/editor/icons/icon_variant.png diff --git a/tools/editor/icons/icon_vector.png b/editor/icons/icon_vector.png Binary files differindex 8dba948daf..8dba948daf 100644 --- a/tools/editor/icons/icon_vector.png +++ b/editor/icons/icon_vector.png diff --git a/tools/editor/icons/icon_vector2.png b/editor/icons/icon_vector2.png Binary files differindex f84052cda0..f84052cda0 100644 --- a/tools/editor/icons/icon_vector2.png +++ b/editor/icons/icon_vector2.png diff --git a/tools/editor/icons/icon_vehicle_body.png b/editor/icons/icon_vehicle_body.png Binary files differindex c404218911..c404218911 100644 --- a/tools/editor/icons/icon_vehicle_body.png +++ b/editor/icons/icon_vehicle_body.png diff --git a/tools/editor/icons/icon_vehicle_wheel.png b/editor/icons/icon_vehicle_wheel.png Binary files differindex 23299a0425..23299a0425 100644 --- a/tools/editor/icons/icon_vehicle_wheel.png +++ b/editor/icons/icon_vehicle_wheel.png diff --git a/tools/editor/icons/icon_video_player.png b/editor/icons/icon_video_player.png Binary files differindex 5fd3723b22..5fd3723b22 100644 --- a/tools/editor/icons/icon_video_player.png +++ b/editor/icons/icon_video_player.png diff --git a/tools/editor/icons/icon_video_stream_theora.png b/editor/icons/icon_video_stream_theora.png Binary files differindex 3f019f9b61..3f019f9b61 100644 --- a/tools/editor/icons/icon_video_stream_theora.png +++ b/editor/icons/icon_video_stream_theora.png diff --git a/tools/editor/icons/icon_view.png b/editor/icons/icon_view.png Binary files differindex c7975ed461..c7975ed461 100644 --- a/tools/editor/icons/icon_view.png +++ b/editor/icons/icon_view.png diff --git a/tools/editor/icons/icon_viewport.png b/editor/icons/icon_viewport.png Binary files differindex 8b25ea8764..8b25ea8764 100644 --- a/tools/editor/icons/icon_viewport.png +++ b/editor/icons/icon_viewport.png diff --git a/tools/editor/icons/icon_viewport_container.png b/editor/icons/icon_viewport_container.png Binary files differindex c70dee3698..c70dee3698 100644 --- a/tools/editor/icons/icon_viewport_container.png +++ b/editor/icons/icon_viewport_container.png diff --git a/tools/editor/icons/icon_viewport_sprite.png b/editor/icons/icon_viewport_sprite.png Binary files differindex 9aefb471d6..9aefb471d6 100644 --- a/tools/editor/icons/icon_viewport_sprite.png +++ b/editor/icons/icon_viewport_sprite.png diff --git a/tools/editor/icons/icon_viewport_texture.png b/editor/icons/icon_viewport_texture.png Binary files differindex ae744cc407..ae744cc407 100644 --- a/tools/editor/icons/icon_viewport_texture.png +++ b/editor/icons/icon_viewport_texture.png diff --git a/tools/editor/icons/icon_visibility_area.png b/editor/icons/icon_visibility_area.png Binary files differindex f3ca05711b..f3ca05711b 100644 --- a/tools/editor/icons/icon_visibility_area.png +++ b/editor/icons/icon_visibility_area.png diff --git a/tools/editor/icons/icon_visibility_enabler.png b/editor/icons/icon_visibility_enabler.png Binary files differindex 66dffd3483..66dffd3483 100644 --- a/tools/editor/icons/icon_visibility_enabler.png +++ b/editor/icons/icon_visibility_enabler.png diff --git a/tools/editor/icons/icon_visibility_enabler_2d.png b/editor/icons/icon_visibility_enabler_2d.png Binary files differindex e198b9785b..e198b9785b 100644 --- a/tools/editor/icons/icon_visibility_enabler_2d.png +++ b/editor/icons/icon_visibility_enabler_2d.png diff --git a/tools/editor/icons/icon_visibility_notifier.png b/editor/icons/icon_visibility_notifier.png Binary files differindex 624122fb4c..624122fb4c 100644 --- a/tools/editor/icons/icon_visibility_notifier.png +++ b/editor/icons/icon_visibility_notifier.png diff --git a/tools/editor/icons/icon_visibility_notifier_2d.png b/editor/icons/icon_visibility_notifier_2d.png Binary files differindex f904223edf..f904223edf 100644 --- a/tools/editor/icons/icon_visibility_notifier_2d.png +++ b/editor/icons/icon_visibility_notifier_2d.png diff --git a/tools/editor/icons/icon_visible.png b/editor/icons/icon_visible.png Binary files differindex 4e79dd3245..4e79dd3245 100644 --- a/tools/editor/icons/icon_visible.png +++ b/editor/icons/icon_visible.png diff --git a/tools/editor/icons/icon_visual_script.png b/editor/icons/icon_visual_script.png Binary files differindex 1678998d17..1678998d17 100644 --- a/tools/editor/icons/icon_visual_script.png +++ b/editor/icons/icon_visual_script.png diff --git a/tools/editor/icons/icon_visual_shader_port.png b/editor/icons/icon_visual_shader_port.png Binary files differindex 27daedbdd0..27daedbdd0 100644 --- a/tools/editor/icons/icon_visual_shader_port.png +++ b/editor/icons/icon_visual_shader_port.png diff --git a/tools/editor/icons/icon_volume.png b/editor/icons/icon_volume.png Binary files differindex 2ce013cb03..2ce013cb03 100644 --- a/tools/editor/icons/icon_volume.png +++ b/editor/icons/icon_volume.png diff --git a/tools/editor/icons/icon_vu_db.png b/editor/icons/icon_vu_db.png Binary files differindex 405a929e2a..405a929e2a 100644 --- a/tools/editor/icons/icon_vu_db.png +++ b/editor/icons/icon_vu_db.png diff --git a/tools/editor/icons/icon_vu_empty.png b/editor/icons/icon_vu_empty.png Binary files differindex b749e1f2ca..b749e1f2ca 100644 --- a/tools/editor/icons/icon_vu_empty.png +++ b/editor/icons/icon_vu_empty.png diff --git a/tools/editor/icons/icon_vu_full.png b/editor/icons/icon_vu_full.png Binary files differindex cb2b30d397..cb2b30d397 100644 --- a/tools/editor/icons/icon_vu_full.png +++ b/editor/icons/icon_vu_full.png diff --git a/tools/editor/icons/icon_wait_no_preview.png b/editor/icons/icon_wait_no_preview.png Binary files differindex 5d20cd99ec..5d20cd99ec 100644 --- a/tools/editor/icons/icon_wait_no_preview.png +++ b/editor/icons/icon_wait_no_preview.png diff --git a/tools/editor/icons/icon_wait_preview_1.png b/editor/icons/icon_wait_preview_1.png Binary files differindex 0aab42e04a..0aab42e04a 100644 --- a/tools/editor/icons/icon_wait_preview_1.png +++ b/editor/icons/icon_wait_preview_1.png diff --git a/tools/editor/icons/icon_wait_preview_2.png b/editor/icons/icon_wait_preview_2.png Binary files differindex f476b9ce1f..f476b9ce1f 100644 --- a/tools/editor/icons/icon_wait_preview_2.png +++ b/editor/icons/icon_wait_preview_2.png diff --git a/tools/editor/icons/icon_wait_preview_3.png b/editor/icons/icon_wait_preview_3.png Binary files differindex 2775d1ef43..2775d1ef43 100644 --- a/tools/editor/icons/icon_wait_preview_3.png +++ b/editor/icons/icon_wait_preview_3.png diff --git a/tools/editor/icons/icon_wait_preview_4.png b/editor/icons/icon_wait_preview_4.png Binary files differindex 2eaa86fec9..2eaa86fec9 100644 --- a/tools/editor/icons/icon_wait_preview_4.png +++ b/editor/icons/icon_wait_preview_4.png diff --git a/tools/editor/icons/icon_wait_preview_5.png b/editor/icons/icon_wait_preview_5.png Binary files differindex 6590644bc1..6590644bc1 100644 --- a/tools/editor/icons/icon_wait_preview_5.png +++ b/editor/icons/icon_wait_preview_5.png diff --git a/tools/editor/icons/icon_wait_preview_6.png b/editor/icons/icon_wait_preview_6.png Binary files differindex 307e412310..307e412310 100644 --- a/tools/editor/icons/icon_wait_preview_6.png +++ b/editor/icons/icon_wait_preview_6.png diff --git a/tools/editor/icons/icon_wait_preview_7.png b/editor/icons/icon_wait_preview_7.png Binary files differindex b0edc94d93..b0edc94d93 100644 --- a/tools/editor/icons/icon_wait_preview_7.png +++ b/editor/icons/icon_wait_preview_7.png diff --git a/tools/editor/icons/icon_wait_preview_8.png b/editor/icons/icon_wait_preview_8.png Binary files differindex 67a2f48ec3..67a2f48ec3 100644 --- a/tools/editor/icons/icon_wait_preview_8.png +++ b/editor/icons/icon_wait_preview_8.png diff --git a/tools/editor/icons/icon_warning.png b/editor/icons/icon_warning.png Binary files differindex 451beba820..451beba820 100644 --- a/tools/editor/icons/icon_warning.png +++ b/editor/icons/icon_warning.png diff --git a/tools/editor/icons/icon_window_dialog.png b/editor/icons/icon_window_dialog.png Binary files differindex 8591b15613..8591b15613 100644 --- a/tools/editor/icons/icon_window_dialog.png +++ b/editor/icons/icon_window_dialog.png diff --git a/tools/editor/icons/icon_world.png b/editor/icons/icon_world.png Binary files differindex d54b979cad..d54b979cad 100644 --- a/tools/editor/icons/icon_world.png +++ b/editor/icons/icon_world.png diff --git a/tools/editor/icons/icon_world_2d.png b/editor/icons/icon_world_2d.png Binary files differindex ebe54262ff..ebe54262ff 100644 --- a/tools/editor/icons/icon_world_2d.png +++ b/editor/icons/icon_world_2d.png diff --git a/tools/editor/icons/icon_world_environment.png b/editor/icons/icon_world_environment.png Binary files differindex d9f1323386..d9f1323386 100644 --- a/tools/editor/icons/icon_world_environment.png +++ b/editor/icons/icon_world_environment.png diff --git a/tools/editor/icons/icon_y_sort.png b/editor/icons/icon_y_sort.png Binary files differindex 585956983c..585956983c 100644 --- a/tools/editor/icons/icon_y_sort.png +++ b/editor/icons/icon_y_sort.png diff --git a/tools/editor/icons/icon_zoom.png b/editor/icons/icon_zoom.png Binary files differindex f3748803cf..f3748803cf 100644 --- a/tools/editor/icons/icon_zoom.png +++ b/editor/icons/icon_zoom.png diff --git a/tools/editor/icons/icon_zoom_less.png b/editor/icons/icon_zoom_less.png Binary files differindex fd8ef9075e..fd8ef9075e 100644 --- a/tools/editor/icons/icon_zoom_less.png +++ b/editor/icons/icon_zoom_less.png diff --git a/tools/editor/icons/icon_zoom_more.png b/editor/icons/icon_zoom_more.png Binary files differindex 8e818db1ee..8e818db1ee 100644 --- a/tools/editor/icons/icon_zoom_more.png +++ b/editor/icons/icon_zoom_more.png diff --git a/tools/editor/icons/icon_zoom_reset.png b/editor/icons/icon_zoom_reset.png Binary files differindex fa8a9d197e..fa8a9d197e 100644 --- a/tools/editor/icons/icon_zoom_reset.png +++ b/editor/icons/icon_zoom_reset.png diff --git a/tools/editor/icons/source/icon_accept_dialog.svg b/editor/icons/source/icon_accept_dialog.svg index 9f82b30c94..9f82b30c94 100644 --- a/tools/editor/icons/source/icon_accept_dialog.svg +++ b/editor/icons/source/icon_accept_dialog.svg diff --git a/tools/editor/icons/source/icon_add_track.svg b/editor/icons/source/icon_add_track.svg index d19448efb0..d19448efb0 100644 --- a/tools/editor/icons/source/icon_add_track.svg +++ b/editor/icons/source/icon_add_track.svg diff --git a/tools/editor/icons/source/icon_anchor.svg b/editor/icons/source/icon_anchor.svg index 6b10be040b..6b10be040b 100644 --- a/tools/editor/icons/source/icon_anchor.svg +++ b/editor/icons/source/icon_anchor.svg diff --git a/tools/editor/icons/source/icon_animated_sprite.svg b/editor/icons/source/icon_animated_sprite.svg index 36ccd8bca2..36ccd8bca2 100644 --- a/tools/editor/icons/source/icon_animated_sprite.svg +++ b/editor/icons/source/icon_animated_sprite.svg diff --git a/tools/editor/icons/source/icon_animated_sprite_3d.svg b/editor/icons/source/icon_animated_sprite_3d.svg index f088c9e32d..f088c9e32d 100644 --- a/tools/editor/icons/source/icon_animated_sprite_3d.svg +++ b/editor/icons/source/icon_animated_sprite_3d.svg diff --git a/tools/editor/icons/source/icon_animation.svg b/editor/icons/source/icon_animation.svg index 371979345f..371979345f 100644 --- a/tools/editor/icons/source/icon_animation.svg +++ b/editor/icons/source/icon_animation.svg diff --git a/tools/editor/icons/source/icon_animation_player.svg b/editor/icons/source/icon_animation_player.svg index add4d5ac42..add4d5ac42 100644 --- a/tools/editor/icons/source/icon_animation_player.svg +++ b/editor/icons/source/icon_animation_player.svg diff --git a/tools/editor/icons/source/icon_animation_tree_player.svg b/editor/icons/source/icon_animation_tree_player.svg index ab81cb226a..ab81cb226a 100644 --- a/tools/editor/icons/source/icon_animation_tree_player.svg +++ b/editor/icons/source/icon_animation_tree_player.svg diff --git a/tools/editor/icons/source/icon_area.svg b/editor/icons/source/icon_area.svg index d16ad26e23..d16ad26e23 100644 --- a/tools/editor/icons/source/icon_area.svg +++ b/editor/icons/source/icon_area.svg diff --git a/tools/editor/icons/source/icon_area_2d.svg b/editor/icons/source/icon_area_2d.svg index ef7b16dd06..ef7b16dd06 100644 --- a/tools/editor/icons/source/icon_area_2d.svg +++ b/editor/icons/source/icon_area_2d.svg diff --git a/tools/editor/icons/source/icon_arrow_left.svg b/editor/icons/source/icon_arrow_left.svg index 75a9ef0d68..75a9ef0d68 100644 --- a/tools/editor/icons/source/icon_arrow_left.svg +++ b/editor/icons/source/icon_arrow_left.svg diff --git a/tools/editor/icons/source/icon_arrow_right.svg b/editor/icons/source/icon_arrow_right.svg index a7600699f7..a7600699f7 100644 --- a/tools/editor/icons/source/icon_arrow_right.svg +++ b/editor/icons/source/icon_arrow_right.svg diff --git a/tools/editor/icons/source/icon_arrow_up.svg b/editor/icons/source/icon_arrow_up.svg index c1839cd69e..c1839cd69e 100644 --- a/tools/editor/icons/source/icon_arrow_up.svg +++ b/editor/icons/source/icon_arrow_up.svg diff --git a/tools/editor/icons/source/icon_atlas_texture.svg b/editor/icons/source/icon_atlas_texture.svg index 10c8b745b6..10c8b745b6 100644 --- a/tools/editor/icons/source/icon_atlas_texture.svg +++ b/editor/icons/source/icon_atlas_texture.svg diff --git a/tools/editor/icons/source/icon_audio_stream_gibberish.svg b/editor/icons/source/icon_audio_stream_gibberish.svg index 82b48c7004..82b48c7004 100644 --- a/tools/editor/icons/source/icon_audio_stream_gibberish.svg +++ b/editor/icons/source/icon_audio_stream_gibberish.svg diff --git a/tools/editor/icons/source/icon_auto_play.svg b/editor/icons/source/icon_auto_play.svg index d4e1068ebf..d4e1068ebf 100644 --- a/tools/editor/icons/source/icon_auto_play.svg +++ b/editor/icons/source/icon_auto_play.svg diff --git a/tools/editor/icons/source/icon_back.svg b/editor/icons/source/icon_back.svg index 597a1c3068..597a1c3068 100644 --- a/tools/editor/icons/source/icon_back.svg +++ b/editor/icons/source/icon_back.svg diff --git a/tools/editor/icons/source/icon_back_buffer_copy.svg b/editor/icons/source/icon_back_buffer_copy.svg index 17d83ed73f..17d83ed73f 100644 --- a/tools/editor/icons/source/icon_back_buffer_copy.svg +++ b/editor/icons/source/icon_back_buffer_copy.svg diff --git a/tools/editor/icons/source/icon_bake.svg b/editor/icons/source/icon_bake.svg index ca07bca379..ca07bca379 100644 --- a/tools/editor/icons/source/icon_bake.svg +++ b/editor/icons/source/icon_bake.svg diff --git a/tools/editor/icons/source/icon_baked_light.svg b/editor/icons/source/icon_baked_light.svg index 98dc3135f6..98dc3135f6 100644 --- a/tools/editor/icons/source/icon_baked_light.svg +++ b/editor/icons/source/icon_baked_light.svg diff --git a/tools/editor/icons/source/icon_baked_light_instance.svg b/editor/icons/source/icon_baked_light_instance.svg index d854378f12..d854378f12 100644 --- a/tools/editor/icons/source/icon_baked_light_instance.svg +++ b/editor/icons/source/icon_baked_light_instance.svg diff --git a/tools/editor/icons/source/icon_baked_light_sampler.svg b/editor/icons/source/icon_baked_light_sampler.svg index 2dc7c39621..2dc7c39621 100644 --- a/tools/editor/icons/source/icon_baked_light_sampler.svg +++ b/editor/icons/source/icon_baked_light_sampler.svg diff --git a/tools/editor/icons/source/icon_bit_map.svg b/editor/icons/source/icon_bit_map.svg index fbaf573af6..fbaf573af6 100644 --- a/tools/editor/icons/source/icon_bit_map.svg +++ b/editor/icons/source/icon_bit_map.svg diff --git a/tools/editor/icons/source/icon_bitmap_font.svg b/editor/icons/source/icon_bitmap_font.svg index 70749923d5..70749923d5 100644 --- a/tools/editor/icons/source/icon_bitmap_font.svg +++ b/editor/icons/source/icon_bitmap_font.svg diff --git a/tools/editor/icons/source/icon_blend.svg b/editor/icons/source/icon_blend.svg index 64d2aeec83..64d2aeec83 100644 --- a/tools/editor/icons/source/icon_blend.svg +++ b/editor/icons/source/icon_blend.svg diff --git a/tools/editor/icons/source/icon_bone.svg b/editor/icons/source/icon_bone.svg index c87902a336..c87902a336 100644 --- a/tools/editor/icons/source/icon_bone.svg +++ b/editor/icons/source/icon_bone.svg diff --git a/tools/editor/icons/source/icon_bone_attachment.svg b/editor/icons/source/icon_bone_attachment.svg index 5cb85c3c17..5cb85c3c17 100644 --- a/tools/editor/icons/source/icon_bone_attachment.svg +++ b/editor/icons/source/icon_bone_attachment.svg diff --git a/tools/editor/icons/source/icon_bone_track.svg b/editor/icons/source/icon_bone_track.svg index cdaab7e34a..cdaab7e34a 100644 --- a/tools/editor/icons/source/icon_bone_track.svg +++ b/editor/icons/source/icon_bone_track.svg diff --git a/tools/editor/icons/source/icon_bool.svg b/editor/icons/source/icon_bool.svg index e471871adf..e471871adf 100644 --- a/tools/editor/icons/source/icon_bool.svg +++ b/editor/icons/source/icon_bool.svg diff --git a/tools/editor/icons/source/icon_box_shape.svg b/editor/icons/source/icon_box_shape.svg index 04aaf16ebc..04aaf16ebc 100644 --- a/tools/editor/icons/source/icon_box_shape.svg +++ b/editor/icons/source/icon_box_shape.svg diff --git a/tools/editor/icons/source/icon_button.svg b/editor/icons/source/icon_button.svg index 54644ecb9b..54644ecb9b 100644 --- a/tools/editor/icons/source/icon_button.svg +++ b/editor/icons/source/icon_button.svg diff --git a/tools/editor/icons/source/icon_button_group.svg b/editor/icons/source/icon_button_group.svg index 9d5df99deb..9d5df99deb 100644 --- a/tools/editor/icons/source/icon_button_group.svg +++ b/editor/icons/source/icon_button_group.svg diff --git a/tools/editor/icons/source/icon_camera.svg b/editor/icons/source/icon_camera.svg index 55d4aa698d..55d4aa698d 100644 --- a/tools/editor/icons/source/icon_camera.svg +++ b/editor/icons/source/icon_camera.svg diff --git a/tools/editor/icons/source/icon_camera_2d.svg b/editor/icons/source/icon_camera_2d.svg index 1be8c0f984..1be8c0f984 100644 --- a/tools/editor/icons/source/icon_camera_2d.svg +++ b/editor/icons/source/icon_camera_2d.svg diff --git a/tools/editor/icons/source/icon_canvas_item.svg b/editor/icons/source/icon_canvas_item.svg index d15a9a71b7..d15a9a71b7 100644 --- a/tools/editor/icons/source/icon_canvas_item.svg +++ b/editor/icons/source/icon_canvas_item.svg diff --git a/tools/editor/icons/source/icon_canvas_item_material.svg b/editor/icons/source/icon_canvas_item_material.svg index ce8fd4b7de..ce8fd4b7de 100644 --- a/tools/editor/icons/source/icon_canvas_item_material.svg +++ b/editor/icons/source/icon_canvas_item_material.svg diff --git a/tools/editor/icons/source/icon_canvas_item_shader.svg b/editor/icons/source/icon_canvas_item_shader.svg index 6d1d7e6bb1..6d1d7e6bb1 100644 --- a/tools/editor/icons/source/icon_canvas_item_shader.svg +++ b/editor/icons/source/icon_canvas_item_shader.svg diff --git a/tools/editor/icons/source/icon_canvas_item_shader_graph.svg b/editor/icons/source/icon_canvas_item_shader_graph.svg index 84575ad388..84575ad388 100644 --- a/tools/editor/icons/source/icon_canvas_item_shader_graph.svg +++ b/editor/icons/source/icon_canvas_item_shader_graph.svg diff --git a/tools/editor/icons/source/icon_canvas_layer.svg b/editor/icons/source/icon_canvas_layer.svg index 794d832eea..794d832eea 100644 --- a/tools/editor/icons/source/icon_canvas_layer.svg +++ b/editor/icons/source/icon_canvas_layer.svg diff --git a/tools/editor/icons/source/icon_canvas_modulate.svg b/editor/icons/source/icon_canvas_modulate.svg index 8f8bd55f82..8f8bd55f82 100644 --- a/tools/editor/icons/source/icon_canvas_modulate.svg +++ b/editor/icons/source/icon_canvas_modulate.svg diff --git a/tools/editor/icons/source/icon_capsule_shape.svg b/editor/icons/source/icon_capsule_shape.svg index dcc6e8c00f..dcc6e8c00f 100644 --- a/tools/editor/icons/source/icon_capsule_shape.svg +++ b/editor/icons/source/icon_capsule_shape.svg diff --git a/tools/editor/icons/source/icon_capsule_shape_2d.svg b/editor/icons/source/icon_capsule_shape_2d.svg index 13c6648368..13c6648368 100644 --- a/tools/editor/icons/source/icon_capsule_shape_2d.svg +++ b/editor/icons/source/icon_capsule_shape_2d.svg diff --git a/tools/editor/icons/source/icon_center_container.svg b/editor/icons/source/icon_center_container.svg index 31262f8494..31262f8494 100644 --- a/tools/editor/icons/source/icon_center_container.svg +++ b/editor/icons/source/icon_center_container.svg diff --git a/tools/editor/icons/source/icon_check_box.svg b/editor/icons/source/icon_check_box.svg index 1068b424bd..1068b424bd 100644 --- a/tools/editor/icons/source/icon_check_box.svg +++ b/editor/icons/source/icon_check_box.svg diff --git a/tools/editor/icons/source/icon_check_button.svg b/editor/icons/source/icon_check_button.svg index 1dddc7bf43..1dddc7bf43 100644 --- a/tools/editor/icons/source/icon_check_button.svg +++ b/editor/icons/source/icon_check_button.svg diff --git a/tools/editor/icons/source/icon_circle_shape_2d.svg b/editor/icons/source/icon_circle_shape_2d.svg index 56ac538672..56ac538672 100644 --- a/tools/editor/icons/source/icon_circle_shape_2d.svg +++ b/editor/icons/source/icon_circle_shape_2d.svg diff --git a/tools/editor/icons/source/icon_class_list.svg b/editor/icons/source/icon_class_list.svg index 326174e566..326174e566 100644 --- a/tools/editor/icons/source/icon_class_list.svg +++ b/editor/icons/source/icon_class_list.svg diff --git a/tools/editor/icons/source/icon_close.svg b/editor/icons/source/icon_close.svg index 65b71ae860..65b71ae860 100644 --- a/tools/editor/icons/source/icon_close.svg +++ b/editor/icons/source/icon_close.svg diff --git a/tools/editor/icons/source/icon_collapse.svg b/editor/icons/source/icon_collapse.svg index a1c55e92de..a1c55e92de 100644 --- a/tools/editor/icons/source/icon_collapse.svg +++ b/editor/icons/source/icon_collapse.svg diff --git a/tools/editor/icons/source/icon_collision_2d.svg b/editor/icons/source/icon_collision_2d.svg index 29905795bd..29905795bd 100644 --- a/tools/editor/icons/source/icon_collision_2d.svg +++ b/editor/icons/source/icon_collision_2d.svg diff --git a/tools/editor/icons/source/icon_collision_polygon.svg b/editor/icons/source/icon_collision_polygon.svg index 41f20abb5f..41f20abb5f 100644 --- a/tools/editor/icons/source/icon_collision_polygon.svg +++ b/editor/icons/source/icon_collision_polygon.svg diff --git a/tools/editor/icons/source/icon_collision_shape.svg b/editor/icons/source/icon_collision_shape.svg index 066e3bc0fd..066e3bc0fd 100644 --- a/tools/editor/icons/source/icon_collision_shape.svg +++ b/editor/icons/source/icon_collision_shape.svg diff --git a/tools/editor/icons/source/icon_collision_shape_2d.svg b/editor/icons/source/icon_collision_shape_2d.svg index e0a750c946..e0a750c946 100644 --- a/tools/editor/icons/source/icon_collision_shape_2d.svg +++ b/editor/icons/source/icon_collision_shape_2d.svg diff --git a/tools/editor/icons/source/icon_color.svg b/editor/icons/source/icon_color.svg index c46f64b8ed..c46f64b8ed 100644 --- a/tools/editor/icons/source/icon_color.svg +++ b/editor/icons/source/icon_color.svg diff --git a/tools/editor/icons/source/icon_color_pick.svg b/editor/icons/source/icon_color_pick.svg index bbb05fc6b6..bbb05fc6b6 100644 --- a/tools/editor/icons/source/icon_color_pick.svg +++ b/editor/icons/source/icon_color_pick.svg diff --git a/tools/editor/icons/source/icon_color_picker.svg b/editor/icons/source/icon_color_picker.svg index 0efd276c50..0efd276c50 100644 --- a/tools/editor/icons/source/icon_color_picker.svg +++ b/editor/icons/source/icon_color_picker.svg diff --git a/tools/editor/icons/source/icon_color_picker_button.svg b/editor/icons/source/icon_color_picker_button.svg index 4e4fb8cc1b..4e4fb8cc1b 100644 --- a/tools/editor/icons/source/icon_color_picker_button.svg +++ b/editor/icons/source/icon_color_picker_button.svg diff --git a/tools/editor/icons/source/icon_color_ramp.svg b/editor/icons/source/icon_color_ramp.svg index ff23cdba8d..ff23cdba8d 100644 --- a/tools/editor/icons/source/icon_color_ramp.svg +++ b/editor/icons/source/icon_color_ramp.svg diff --git a/tools/editor/icons/source/icon_color_rect.svg b/editor/icons/source/icon_color_rect.svg index 76bf6596a9..76bf6596a9 100644 --- a/tools/editor/icons/source/icon_color_rect.svg +++ b/editor/icons/source/icon_color_rect.svg diff --git a/tools/editor/icons/source/icon_concave_polygon_shape.svg b/editor/icons/source/icon_concave_polygon_shape.svg index b0e0fe63ce..b0e0fe63ce 100644 --- a/tools/editor/icons/source/icon_concave_polygon_shape.svg +++ b/editor/icons/source/icon_concave_polygon_shape.svg diff --git a/tools/editor/icons/source/icon_concave_polygon_shape_2d.svg b/editor/icons/source/icon_concave_polygon_shape_2d.svg index 624105e5a8..624105e5a8 100644 --- a/tools/editor/icons/source/icon_concave_polygon_shape_2d.svg +++ b/editor/icons/source/icon_concave_polygon_shape_2d.svg diff --git a/tools/editor/icons/source/icon_cone_twist_joint.svg b/editor/icons/source/icon_cone_twist_joint.svg index 4799deb1d5..4799deb1d5 100644 --- a/tools/editor/icons/source/icon_cone_twist_joint.svg +++ b/editor/icons/source/icon_cone_twist_joint.svg diff --git a/tools/editor/icons/source/icon_confirmation_dialog.svg b/editor/icons/source/icon_confirmation_dialog.svg index 49dbc21e92..49dbc21e92 100644 --- a/tools/editor/icons/source/icon_confirmation_dialog.svg +++ b/editor/icons/source/icon_confirmation_dialog.svg diff --git a/tools/editor/icons/source/icon_connect.svg b/editor/icons/source/icon_connect.svg index 745d3cc436..745d3cc436 100644 --- a/tools/editor/icons/source/icon_connect.svg +++ b/editor/icons/source/icon_connect.svg diff --git a/tools/editor/icons/source/icon_connection_and_groups.svg b/editor/icons/source/icon_connection_and_groups.svg index 5468312b4b..5468312b4b 100644 --- a/tools/editor/icons/source/icon_connection_and_groups.svg +++ b/editor/icons/source/icon_connection_and_groups.svg diff --git a/tools/editor/icons/source/icon_container.svg b/editor/icons/source/icon_container.svg index 2d39efafee..2d39efafee 100644 --- a/tools/editor/icons/source/icon_container.svg +++ b/editor/icons/source/icon_container.svg diff --git a/tools/editor/icons/source/icon_control.svg b/editor/icons/source/icon_control.svg index 675a9f5c43..675a9f5c43 100644 --- a/tools/editor/icons/source/icon_control.svg +++ b/editor/icons/source/icon_control.svg diff --git a/tools/editor/icons/source/icon_control_align_bottom_center.svg b/editor/icons/source/icon_control_align_bottom_center.svg index d6c660bb2d..d6c660bb2d 100644 --- a/tools/editor/icons/source/icon_control_align_bottom_center.svg +++ b/editor/icons/source/icon_control_align_bottom_center.svg diff --git a/tools/editor/icons/source/icon_control_align_bottom_left.svg b/editor/icons/source/icon_control_align_bottom_left.svg index 7a234b10ad..7a234b10ad 100644 --- a/tools/editor/icons/source/icon_control_align_bottom_left.svg +++ b/editor/icons/source/icon_control_align_bottom_left.svg diff --git a/tools/editor/icons/source/icon_control_align_bottom_right.svg b/editor/icons/source/icon_control_align_bottom_right.svg index a4ba9a552a..a4ba9a552a 100644 --- a/tools/editor/icons/source/icon_control_align_bottom_right.svg +++ b/editor/icons/source/icon_control_align_bottom_right.svg diff --git a/tools/editor/icons/source/icon_control_align_bottom_wide.svg b/editor/icons/source/icon_control_align_bottom_wide.svg index 93352dd3f5..93352dd3f5 100644 --- a/tools/editor/icons/source/icon_control_align_bottom_wide.svg +++ b/editor/icons/source/icon_control_align_bottom_wide.svg diff --git a/tools/editor/icons/source/icon_control_align_center.svg b/editor/icons/source/icon_control_align_center.svg index 0c34d13def..0c34d13def 100644 --- a/tools/editor/icons/source/icon_control_align_center.svg +++ b/editor/icons/source/icon_control_align_center.svg diff --git a/tools/editor/icons/source/icon_control_align_center_left.svg b/editor/icons/source/icon_control_align_center_left.svg index ea62c9457d..ea62c9457d 100644 --- a/tools/editor/icons/source/icon_control_align_center_left.svg +++ b/editor/icons/source/icon_control_align_center_left.svg diff --git a/tools/editor/icons/source/icon_control_align_center_right.svg b/editor/icons/source/icon_control_align_center_right.svg index 3212ce8538..3212ce8538 100644 --- a/tools/editor/icons/source/icon_control_align_center_right.svg +++ b/editor/icons/source/icon_control_align_center_right.svg diff --git a/tools/editor/icons/source/icon_control_align_left_center.svg b/editor/icons/source/icon_control_align_left_center.svg index 716b6a2fd0..716b6a2fd0 100644 --- a/tools/editor/icons/source/icon_control_align_left_center.svg +++ b/editor/icons/source/icon_control_align_left_center.svg diff --git a/tools/editor/icons/source/icon_control_align_left_wide.svg b/editor/icons/source/icon_control_align_left_wide.svg index 7092c78508..7092c78508 100644 --- a/tools/editor/icons/source/icon_control_align_left_wide.svg +++ b/editor/icons/source/icon_control_align_left_wide.svg diff --git a/tools/editor/icons/source/icon_control_align_right_center.svg b/editor/icons/source/icon_control_align_right_center.svg index 7e7e4f2b23..7e7e4f2b23 100644 --- a/tools/editor/icons/source/icon_control_align_right_center.svg +++ b/editor/icons/source/icon_control_align_right_center.svg diff --git a/tools/editor/icons/source/icon_control_align_right_wide.svg b/editor/icons/source/icon_control_align_right_wide.svg index ef2d105bd8..ef2d105bd8 100644 --- a/tools/editor/icons/source/icon_control_align_right_wide.svg +++ b/editor/icons/source/icon_control_align_right_wide.svg diff --git a/tools/editor/icons/source/icon_control_align_top_center.svg b/editor/icons/source/icon_control_align_top_center.svg index a5b60846f4..a5b60846f4 100644 --- a/tools/editor/icons/source/icon_control_align_top_center.svg +++ b/editor/icons/source/icon_control_align_top_center.svg diff --git a/tools/editor/icons/source/icon_control_align_top_left.svg b/editor/icons/source/icon_control_align_top_left.svg index 9f4631cf31..9f4631cf31 100644 --- a/tools/editor/icons/source/icon_control_align_top_left.svg +++ b/editor/icons/source/icon_control_align_top_left.svg diff --git a/tools/editor/icons/source/icon_control_align_top_right.svg b/editor/icons/source/icon_control_align_top_right.svg index d968ba3d09..d968ba3d09 100644 --- a/tools/editor/icons/source/icon_control_align_top_right.svg +++ b/editor/icons/source/icon_control_align_top_right.svg diff --git a/tools/editor/icons/source/icon_control_align_top_wide.svg b/editor/icons/source/icon_control_align_top_wide.svg index 886ef60fe0..886ef60fe0 100644 --- a/tools/editor/icons/source/icon_control_align_top_wide.svg +++ b/editor/icons/source/icon_control_align_top_wide.svg diff --git a/tools/editor/icons/source/icon_control_align_wide.svg b/editor/icons/source/icon_control_align_wide.svg index 3f58ed93b6..3f58ed93b6 100644 --- a/tools/editor/icons/source/icon_control_align_wide.svg +++ b/editor/icons/source/icon_control_align_wide.svg diff --git a/tools/editor/icons/source/icon_control_hcenter_wide.svg b/editor/icons/source/icon_control_hcenter_wide.svg index 3aafa0340e..3aafa0340e 100644 --- a/tools/editor/icons/source/icon_control_hcenter_wide.svg +++ b/editor/icons/source/icon_control_hcenter_wide.svg diff --git a/tools/editor/icons/source/icon_control_vcenter_wide.svg b/editor/icons/source/icon_control_vcenter_wide.svg index 96fd44f3c8..96fd44f3c8 100644 --- a/tools/editor/icons/source/icon_control_vcenter_wide.svg +++ b/editor/icons/source/icon_control_vcenter_wide.svg diff --git a/tools/editor/icons/source/icon_convex_polygon_shape.svg b/editor/icons/source/icon_convex_polygon_shape.svg index b867a58f6f..b867a58f6f 100644 --- a/tools/editor/icons/source/icon_convex_polygon_shape.svg +++ b/editor/icons/source/icon_convex_polygon_shape.svg diff --git a/tools/editor/icons/source/icon_convex_polygon_shape_2d.svg b/editor/icons/source/icon_convex_polygon_shape_2d.svg index 3b55df7fba..3b55df7fba 100644 --- a/tools/editor/icons/source/icon_convex_polygon_shape_2d.svg +++ b/editor/icons/source/icon_convex_polygon_shape_2d.svg diff --git a/tools/editor/icons/source/icon_copy_node_path.svg b/editor/icons/source/icon_copy_node_path.svg index 9f33c5e54d..9f33c5e54d 100644 --- a/tools/editor/icons/source/icon_copy_node_path.svg +++ b/editor/icons/source/icon_copy_node_path.svg diff --git a/tools/editor/icons/source/icon_create_new_scene_from.svg b/editor/icons/source/icon_create_new_scene_from.svg index 529553bbd3..529553bbd3 100644 --- a/tools/editor/icons/source/icon_create_new_scene_from.svg +++ b/editor/icons/source/icon_create_new_scene_from.svg diff --git a/tools/editor/icons/source/icon_cube_map.svg b/editor/icons/source/icon_cube_map.svg index 4fd86b1233..4fd86b1233 100644 --- a/tools/editor/icons/source/icon_cube_map.svg +++ b/editor/icons/source/icon_cube_map.svg diff --git a/tools/editor/icons/source/icon_curve_2d.svg b/editor/icons/source/icon_curve_2d.svg index 34719e37de..34719e37de 100644 --- a/tools/editor/icons/source/icon_curve_2d.svg +++ b/editor/icons/source/icon_curve_2d.svg diff --git a/tools/editor/icons/source/icon_curve_3d.svg b/editor/icons/source/icon_curve_3d.svg index 66034968b2..66034968b2 100644 --- a/tools/editor/icons/source/icon_curve_3d.svg +++ b/editor/icons/source/icon_curve_3d.svg diff --git a/tools/editor/icons/source/icon_curve_close.svg b/editor/icons/source/icon_curve_close.svg index 15909df7c8..15909df7c8 100644 --- a/tools/editor/icons/source/icon_curve_close.svg +++ b/editor/icons/source/icon_curve_close.svg diff --git a/tools/editor/icons/source/icon_curve_constant.svg b/editor/icons/source/icon_curve_constant.svg index 6d9a7dc959..6d9a7dc959 100644 --- a/tools/editor/icons/source/icon_curve_constant.svg +++ b/editor/icons/source/icon_curve_constant.svg diff --git a/tools/editor/icons/source/icon_curve_create.svg b/editor/icons/source/icon_curve_create.svg index 8ab578e9a0..8ab578e9a0 100644 --- a/tools/editor/icons/source/icon_curve_create.svg +++ b/editor/icons/source/icon_curve_create.svg diff --git a/tools/editor/icons/source/icon_curve_curve.svg b/editor/icons/source/icon_curve_curve.svg index e3b6b64a4c..e3b6b64a4c 100644 --- a/tools/editor/icons/source/icon_curve_curve.svg +++ b/editor/icons/source/icon_curve_curve.svg diff --git a/tools/editor/icons/source/icon_curve_delete.svg b/editor/icons/source/icon_curve_delete.svg index f40dd1eeb1..f40dd1eeb1 100644 --- a/tools/editor/icons/source/icon_curve_delete.svg +++ b/editor/icons/source/icon_curve_delete.svg diff --git a/tools/editor/icons/source/icon_curve_edit.svg b/editor/icons/source/icon_curve_edit.svg index f695e96b8c..f695e96b8c 100644 --- a/tools/editor/icons/source/icon_curve_edit.svg +++ b/editor/icons/source/icon_curve_edit.svg diff --git a/tools/editor/icons/source/icon_curve_in.svg b/editor/icons/source/icon_curve_in.svg index 9dc033aa95..9dc033aa95 100644 --- a/tools/editor/icons/source/icon_curve_in.svg +++ b/editor/icons/source/icon_curve_in.svg diff --git a/tools/editor/icons/source/icon_curve_in_out.svg b/editor/icons/source/icon_curve_in_out.svg index c68f906423..c68f906423 100644 --- a/tools/editor/icons/source/icon_curve_in_out.svg +++ b/editor/icons/source/icon_curve_in_out.svg diff --git a/tools/editor/icons/source/icon_curve_linear.svg b/editor/icons/source/icon_curve_linear.svg index ae7a889a71..ae7a889a71 100644 --- a/tools/editor/icons/source/icon_curve_linear.svg +++ b/editor/icons/source/icon_curve_linear.svg diff --git a/tools/editor/icons/source/icon_curve_out.svg b/editor/icons/source/icon_curve_out.svg index 080aa755dc..080aa755dc 100644 --- a/tools/editor/icons/source/icon_curve_out.svg +++ b/editor/icons/source/icon_curve_out.svg diff --git a/tools/editor/icons/source/icon_curve_out_in.svg b/editor/icons/source/icon_curve_out_in.svg index d2b4d06e5f..d2b4d06e5f 100644 --- a/tools/editor/icons/source/icon_curve_out_in.svg +++ b/editor/icons/source/icon_curve_out_in.svg diff --git a/tools/editor/icons/source/icon_damped_spring_joint_2d.svg b/editor/icons/source/icon_damped_spring_joint_2d.svg index bf12810a6c..bf12810a6c 100644 --- a/tools/editor/icons/source/icon_damped_spring_joint_2d.svg +++ b/editor/icons/source/icon_damped_spring_joint_2d.svg diff --git a/tools/editor/icons/source/icon_debug_continue.svg b/editor/icons/source/icon_debug_continue.svg index 5d9ccd5a7e..5d9ccd5a7e 100644 --- a/tools/editor/icons/source/icon_debug_continue.svg +++ b/editor/icons/source/icon_debug_continue.svg diff --git a/tools/editor/icons/source/icon_debug_next.svg b/editor/icons/source/icon_debug_next.svg index 4dd9bb8c4b..4dd9bb8c4b 100644 --- a/tools/editor/icons/source/icon_debug_next.svg +++ b/editor/icons/source/icon_debug_next.svg diff --git a/tools/editor/icons/source/icon_debug_step.svg b/editor/icons/source/icon_debug_step.svg index 20d11f8710..20d11f8710 100644 --- a/tools/editor/icons/source/icon_debug_step.svg +++ b/editor/icons/source/icon_debug_step.svg diff --git a/tools/editor/icons/source/icon_dependency_changed.svg b/editor/icons/source/icon_dependency_changed.svg index bbcd3f0c0a..bbcd3f0c0a 100644 --- a/tools/editor/icons/source/icon_dependency_changed.svg +++ b/editor/icons/source/icon_dependency_changed.svg diff --git a/tools/editor/icons/source/icon_dependency_changed_hl.svg b/editor/icons/source/icon_dependency_changed_hl.svg index 54a37695ef..54a37695ef 100644 --- a/tools/editor/icons/source/icon_dependency_changed_hl.svg +++ b/editor/icons/source/icon_dependency_changed_hl.svg diff --git a/tools/editor/icons/source/icon_dependency_local_changed.svg b/editor/icons/source/icon_dependency_local_changed.svg index 799d69c4e0..799d69c4e0 100644 --- a/tools/editor/icons/source/icon_dependency_local_changed.svg +++ b/editor/icons/source/icon_dependency_local_changed.svg diff --git a/tools/editor/icons/source/icon_dependency_local_changed_hl.svg b/editor/icons/source/icon_dependency_local_changed_hl.svg index 67c04c312a..67c04c312a 100644 --- a/tools/editor/icons/source/icon_dependency_local_changed_hl.svg +++ b/editor/icons/source/icon_dependency_local_changed_hl.svg diff --git a/tools/editor/icons/source/icon_dependency_ok.svg b/editor/icons/source/icon_dependency_ok.svg index 76d7f54065..76d7f54065 100644 --- a/tools/editor/icons/source/icon_dependency_ok.svg +++ b/editor/icons/source/icon_dependency_ok.svg diff --git a/tools/editor/icons/source/icon_dependency_ok_hl.svg b/editor/icons/source/icon_dependency_ok_hl.svg index 190458c532..190458c532 100644 --- a/tools/editor/icons/source/icon_dependency_ok_hl.svg +++ b/editor/icons/source/icon_dependency_ok_hl.svg diff --git a/tools/editor/icons/source/icon_directional_light.svg b/editor/icons/source/icon_directional_light.svg index dbec755039..dbec755039 100644 --- a/tools/editor/icons/source/icon_directional_light.svg +++ b/editor/icons/source/icon_directional_light.svg diff --git a/tools/editor/icons/source/icon_distraction_free.svg b/editor/icons/source/icon_distraction_free.svg index 4ae48b2fb6..4ae48b2fb6 100644 --- a/tools/editor/icons/source/icon_distraction_free.svg +++ b/editor/icons/source/icon_distraction_free.svg diff --git a/tools/editor/icons/source/icon_duplicate.svg b/editor/icons/source/icon_duplicate.svg index b1d5544fc0..b1d5544fc0 100644 --- a/tools/editor/icons/source/icon_duplicate.svg +++ b/editor/icons/source/icon_duplicate.svg diff --git a/tools/editor/icons/source/icon_dynamic_font.svg b/editor/icons/source/icon_dynamic_font.svg index a40c0e3408..a40c0e3408 100644 --- a/tools/editor/icons/source/icon_dynamic_font.svg +++ b/editor/icons/source/icon_dynamic_font.svg diff --git a/tools/editor/icons/source/icon_dynamic_font_data.svg b/editor/icons/source/icon_dynamic_font_data.svg index 9f06172fef..9f06172fef 100644 --- a/tools/editor/icons/source/icon_dynamic_font_data.svg +++ b/editor/icons/source/icon_dynamic_font_data.svg diff --git a/tools/editor/icons/source/icon_edit.svg b/editor/icons/source/icon_edit.svg index 6da05a6603..6da05a6603 100644 --- a/tools/editor/icons/source/icon_edit.svg +++ b/editor/icons/source/icon_edit.svg diff --git a/tools/editor/icons/source/icon_edit_key.svg b/editor/icons/source/icon_edit_key.svg index 46795bef35..46795bef35 100644 --- a/tools/editor/icons/source/icon_edit_key.svg +++ b/editor/icons/source/icon_edit_key.svg diff --git a/tools/editor/icons/source/icon_edit_pivot.svg b/editor/icons/source/icon_edit_pivot.svg index 8ae55ad8b7..8ae55ad8b7 100644 --- a/tools/editor/icons/source/icon_edit_pivot.svg +++ b/editor/icons/source/icon_edit_pivot.svg diff --git a/tools/editor/icons/source/icon_edit_resource.svg b/editor/icons/source/icon_edit_resource.svg index 1950988ca2..1950988ca2 100644 --- a/tools/editor/icons/source/icon_edit_resource.svg +++ b/editor/icons/source/icon_edit_resource.svg diff --git a/tools/editor/icons/source/icon_editor_3d_handle.svg b/editor/icons/source/icon_editor_3d_handle.svg index 255d1801a9..255d1801a9 100644 --- a/tools/editor/icons/source/icon_editor_3d_handle.svg +++ b/editor/icons/source/icon_editor_3d_handle.svg diff --git a/tools/editor/icons/source/icon_editor_handle.svg b/editor/icons/source/icon_editor_handle.svg index 17ed2a61e7..17ed2a61e7 100644 --- a/tools/editor/icons/source/icon_editor_handle.svg +++ b/editor/icons/source/icon_editor_handle.svg diff --git a/tools/editor/icons/source/icon_editor_pivot.svg b/editor/icons/source/icon_editor_pivot.svg index 8ce7d48970..8ce7d48970 100644 --- a/tools/editor/icons/source/icon_editor_pivot.svg +++ b/editor/icons/source/icon_editor_pivot.svg diff --git a/tools/editor/icons/source/icon_editor_plugin.svg b/editor/icons/source/icon_editor_plugin.svg index b9460de683..b9460de683 100644 --- a/tools/editor/icons/source/icon_editor_plugin.svg +++ b/editor/icons/source/icon_editor_plugin.svg diff --git a/tools/editor/icons/source/icon_environment.svg b/editor/icons/source/icon_environment.svg index 45add2c7f7..45add2c7f7 100644 --- a/tools/editor/icons/source/icon_environment.svg +++ b/editor/icons/source/icon_environment.svg diff --git a/tools/editor/icons/source/icon_error.svg b/editor/icons/source/icon_error.svg index a0b04a98cb..a0b04a98cb 100644 --- a/tools/editor/icons/source/icon_error.svg +++ b/editor/icons/source/icon_error.svg diff --git a/tools/editor/icons/source/icon_error_sign.svg b/editor/icons/source/icon_error_sign.svg index 01c1dbb4d5..01c1dbb4d5 100644 --- a/tools/editor/icons/source/icon_error_sign.svg +++ b/editor/icons/source/icon_error_sign.svg diff --git a/tools/editor/icons/source/icon_event_player.svg b/editor/icons/source/icon_event_player.svg index 3f5f7da693..3f5f7da693 100644 --- a/tools/editor/icons/source/icon_event_player.svg +++ b/editor/icons/source/icon_event_player.svg diff --git a/tools/editor/icons/source/icon_favorites.svg b/editor/icons/source/icon_favorites.svg index 12d4b56897..12d4b56897 100644 --- a/tools/editor/icons/source/icon_favorites.svg +++ b/editor/icons/source/icon_favorites.svg diff --git a/tools/editor/icons/source/icon_file_big.svg b/editor/icons/source/icon_file_big.svg index 38ad9b707a..38ad9b707a 100644 --- a/tools/editor/icons/source/icon_file_big.svg +++ b/editor/icons/source/icon_file_big.svg diff --git a/tools/editor/icons/source/icon_file_dialog.svg b/editor/icons/source/icon_file_dialog.svg index 9dee04c220..9dee04c220 100644 --- a/tools/editor/icons/source/icon_file_dialog.svg +++ b/editor/icons/source/icon_file_dialog.svg diff --git a/tools/editor/icons/source/icon_file_list.svg b/editor/icons/source/icon_file_list.svg index 82dad29aac..82dad29aac 100644 --- a/tools/editor/icons/source/icon_file_list.svg +++ b/editor/icons/source/icon_file_list.svg diff --git a/tools/editor/icons/source/icon_file_server.svg b/editor/icons/source/icon_file_server.svg index 1e1f9b6e42..1e1f9b6e42 100644 --- a/tools/editor/icons/source/icon_file_server.svg +++ b/editor/icons/source/icon_file_server.svg diff --git a/tools/editor/icons/source/icon_file_server_active.svg b/editor/icons/source/icon_file_server_active.svg index f01ba578da..f01ba578da 100644 --- a/tools/editor/icons/source/icon_file_server_active.svg +++ b/editor/icons/source/icon_file_server_active.svg diff --git a/tools/editor/icons/source/icon_file_thumbnail.svg b/editor/icons/source/icon_file_thumbnail.svg index 48d90dd3c6..48d90dd3c6 100644 --- a/tools/editor/icons/source/icon_file_thumbnail.svg +++ b/editor/icons/source/icon_file_thumbnail.svg diff --git a/tools/editor/icons/source/icon_fixed_material.svg b/editor/icons/source/icon_fixed_material.svg index 5be74f490d..5be74f490d 100644 --- a/tools/editor/icons/source/icon_fixed_material.svg +++ b/editor/icons/source/icon_fixed_material.svg diff --git a/tools/editor/icons/source/icon_fixed_spatial_material.svg b/editor/icons/source/icon_fixed_spatial_material.svg index 7ae0f93ffc..7ae0f93ffc 100644 --- a/tools/editor/icons/source/icon_fixed_spatial_material.svg +++ b/editor/icons/source/icon_fixed_spatial_material.svg diff --git a/tools/editor/icons/source/icon_folder.svg b/editor/icons/source/icon_folder.svg index ca16a5737f..ca16a5737f 100644 --- a/tools/editor/icons/source/icon_folder.svg +++ b/editor/icons/source/icon_folder.svg diff --git a/tools/editor/icons/source/icon_folder_big.svg b/editor/icons/source/icon_folder_big.svg index 818eaa2ba3..818eaa2ba3 100644 --- a/tools/editor/icons/source/icon_folder_big.svg +++ b/editor/icons/source/icon_folder_big.svg diff --git a/tools/editor/icons/source/icon_font.svg b/editor/icons/source/icon_font.svg index 36567fe10c..36567fe10c 100644 --- a/tools/editor/icons/source/icon_font.svg +++ b/editor/icons/source/icon_font.svg diff --git a/tools/editor/icons/source/icon_forward.svg b/editor/icons/source/icon_forward.svg index f6cb351cc1..f6cb351cc1 100644 --- a/tools/editor/icons/source/icon_forward.svg +++ b/editor/icons/source/icon_forward.svg diff --git a/tools/editor/icons/source/icon_g_d_script.svg b/editor/icons/source/icon_g_d_script.svg index f2b8cd9343..f2b8cd9343 100644 --- a/tools/editor/icons/source/icon_g_d_script.svg +++ b/editor/icons/source/icon_g_d_script.svg diff --git a/tools/editor/icons/source/icon_g_i_probe.svg b/editor/icons/source/icon_g_i_probe.svg index d803a5f63d..d803a5f63d 100644 --- a/tools/editor/icons/source/icon_g_i_probe.svg +++ b/editor/icons/source/icon_g_i_probe.svg diff --git a/tools/editor/icons/source/icon_g_i_probe_data.svg b/editor/icons/source/icon_g_i_probe_data.svg index 96fa62723c..96fa62723c 100644 --- a/tools/editor/icons/source/icon_g_i_probe_data.svg +++ b/editor/icons/source/icon_g_i_probe_data.svg diff --git a/tools/editor/icons/source/icon_generic_6_d_o_f_joint.svg b/editor/icons/source/icon_generic_6_d_o_f_joint.svg index 485040c6dc..485040c6dc 100644 --- a/tools/editor/icons/source/icon_generic_6_d_o_f_joint.svg +++ b/editor/icons/source/icon_generic_6_d_o_f_joint.svg diff --git a/tools/editor/icons/source/icon_gizmo_directional_light.svg b/editor/icons/source/icon_gizmo_directional_light.svg index 65202877a0..65202877a0 100644 --- a/tools/editor/icons/source/icon_gizmo_directional_light.svg +++ b/editor/icons/source/icon_gizmo_directional_light.svg diff --git a/tools/editor/icons/source/icon_gizmo_light.svg b/editor/icons/source/icon_gizmo_light.svg index c42d6e1f76..c42d6e1f76 100644 --- a/tools/editor/icons/source/icon_gizmo_light.svg +++ b/editor/icons/source/icon_gizmo_light.svg diff --git a/tools/editor/icons/source/icon_gizmo_listener.svg b/editor/icons/source/icon_gizmo_listener.svg index 3667cbc69b..3667cbc69b 100644 --- a/tools/editor/icons/source/icon_gizmo_listener.svg +++ b/editor/icons/source/icon_gizmo_listener.svg diff --git a/tools/editor/icons/source/icon_gizmo_spatial_sample_player.svg b/editor/icons/source/icon_gizmo_spatial_sample_player.svg index a734095268..a734095268 100644 --- a/tools/editor/icons/source/icon_gizmo_spatial_sample_player.svg +++ b/editor/icons/source/icon_gizmo_spatial_sample_player.svg diff --git a/tools/editor/icons/source/icon_gizmo_spatial_stream_player.svg b/editor/icons/source/icon_gizmo_spatial_stream_player.svg index c333641249..c333641249 100644 --- a/tools/editor/icons/source/icon_gizmo_spatial_stream_player.svg +++ b/editor/icons/source/icon_gizmo_spatial_stream_player.svg diff --git a/tools/editor/icons/source/icon_godot.svg b/editor/icons/source/icon_godot.svg index 419f23125b..419f23125b 100644 --- a/tools/editor/icons/source/icon_godot.svg +++ b/editor/icons/source/icon_godot.svg diff --git a/tools/editor/icons/source/icon_graph_comment.svg b/editor/icons/source/icon_graph_comment.svg index 5ad8fc8253..5ad8fc8253 100644 --- a/tools/editor/icons/source/icon_graph_comment.svg +++ b/editor/icons/source/icon_graph_comment.svg diff --git a/tools/editor/icons/source/icon_graph_cube_uniform.svg b/editor/icons/source/icon_graph_cube_uniform.svg index 63774a7431..63774a7431 100644 --- a/tools/editor/icons/source/icon_graph_cube_uniform.svg +++ b/editor/icons/source/icon_graph_cube_uniform.svg diff --git a/tools/editor/icons/source/icon_graph_curve_map.svg b/editor/icons/source/icon_graph_curve_map.svg index 6c3594cb1b..6c3594cb1b 100644 --- a/tools/editor/icons/source/icon_graph_curve_map.svg +++ b/editor/icons/source/icon_graph_curve_map.svg diff --git a/tools/editor/icons/source/icon_graph_default_texture.svg b/editor/icons/source/icon_graph_default_texture.svg index 8d1c78ddd7..8d1c78ddd7 100644 --- a/tools/editor/icons/source/icon_graph_default_texture.svg +++ b/editor/icons/source/icon_graph_default_texture.svg diff --git a/tools/editor/icons/source/icon_graph_edit.svg b/editor/icons/source/icon_graph_edit.svg index 30d3ad96f6..30d3ad96f6 100644 --- a/tools/editor/icons/source/icon_graph_edit.svg +++ b/editor/icons/source/icon_graph_edit.svg diff --git a/tools/editor/icons/source/icon_graph_input.svg b/editor/icons/source/icon_graph_input.svg index 265fb7279e..265fb7279e 100644 --- a/tools/editor/icons/source/icon_graph_input.svg +++ b/editor/icons/source/icon_graph_input.svg diff --git a/tools/editor/icons/source/icon_graph_node.svg b/editor/icons/source/icon_graph_node.svg index 078b0ffe9e..078b0ffe9e 100644 --- a/tools/editor/icons/source/icon_graph_node.svg +++ b/editor/icons/source/icon_graph_node.svg diff --git a/tools/editor/icons/source/icon_graph_rgb.svg b/editor/icons/source/icon_graph_rgb.svg index a00e97a104..a00e97a104 100644 --- a/tools/editor/icons/source/icon_graph_rgb.svg +++ b/editor/icons/source/icon_graph_rgb.svg diff --git a/tools/editor/icons/source/icon_graph_rgb_op.svg b/editor/icons/source/icon_graph_rgb_op.svg index fdd3d3a9f4..fdd3d3a9f4 100644 --- a/tools/editor/icons/source/icon_graph_rgb_op.svg +++ b/editor/icons/source/icon_graph_rgb_op.svg diff --git a/tools/editor/icons/source/icon_graph_rgb_uniform.svg b/editor/icons/source/icon_graph_rgb_uniform.svg index 359c86d61a..359c86d61a 100644 --- a/tools/editor/icons/source/icon_graph_rgb_uniform.svg +++ b/editor/icons/source/icon_graph_rgb_uniform.svg diff --git a/tools/editor/icons/source/icon_graph_scalar.svg b/editor/icons/source/icon_graph_scalar.svg index 7a75ddba78..7a75ddba78 100644 --- a/tools/editor/icons/source/icon_graph_scalar.svg +++ b/editor/icons/source/icon_graph_scalar.svg diff --git a/tools/editor/icons/source/icon_graph_scalar_interp.svg b/editor/icons/source/icon_graph_scalar_interp.svg index 47b619d608..47b619d608 100644 --- a/tools/editor/icons/source/icon_graph_scalar_interp.svg +++ b/editor/icons/source/icon_graph_scalar_interp.svg diff --git a/tools/editor/icons/source/icon_graph_scalar_op.svg b/editor/icons/source/icon_graph_scalar_op.svg index fcb54f9aa0..fcb54f9aa0 100644 --- a/tools/editor/icons/source/icon_graph_scalar_op.svg +++ b/editor/icons/source/icon_graph_scalar_op.svg diff --git a/tools/editor/icons/source/icon_graph_scalar_uniform.svg b/editor/icons/source/icon_graph_scalar_uniform.svg index e5e5edea9c..e5e5edea9c 100644 --- a/tools/editor/icons/source/icon_graph_scalar_uniform.svg +++ b/editor/icons/source/icon_graph_scalar_uniform.svg diff --git a/tools/editor/icons/source/icon_graph_scalars_to_vec.svg b/editor/icons/source/icon_graph_scalars_to_vec.svg index 0f2994a606..0f2994a606 100644 --- a/tools/editor/icons/source/icon_graph_scalars_to_vec.svg +++ b/editor/icons/source/icon_graph_scalars_to_vec.svg diff --git a/tools/editor/icons/source/icon_graph_texscreen.svg b/editor/icons/source/icon_graph_texscreen.svg index 89d000d7cb..89d000d7cb 100644 --- a/tools/editor/icons/source/icon_graph_texscreen.svg +++ b/editor/icons/source/icon_graph_texscreen.svg diff --git a/tools/editor/icons/source/icon_graph_texture_uniform.svg b/editor/icons/source/icon_graph_texture_uniform.svg index 440f83642c..440f83642c 100644 --- a/tools/editor/icons/source/icon_graph_texture_uniform.svg +++ b/editor/icons/source/icon_graph_texture_uniform.svg diff --git a/tools/editor/icons/source/icon_graph_time.svg b/editor/icons/source/icon_graph_time.svg index 77b80e920b..77b80e920b 100644 --- a/tools/editor/icons/source/icon_graph_time.svg +++ b/editor/icons/source/icon_graph_time.svg diff --git a/tools/editor/icons/source/icon_graph_vec_dp.svg b/editor/icons/source/icon_graph_vec_dp.svg index 8994d8ce59..8994d8ce59 100644 --- a/tools/editor/icons/source/icon_graph_vec_dp.svg +++ b/editor/icons/source/icon_graph_vec_dp.svg diff --git a/tools/editor/icons/source/icon_graph_vec_interp.svg b/editor/icons/source/icon_graph_vec_interp.svg index 885b342a54..885b342a54 100644 --- a/tools/editor/icons/source/icon_graph_vec_interp.svg +++ b/editor/icons/source/icon_graph_vec_interp.svg diff --git a/tools/editor/icons/source/icon_graph_vec_length.svg b/editor/icons/source/icon_graph_vec_length.svg index aa01e3ef2a..aa01e3ef2a 100644 --- a/tools/editor/icons/source/icon_graph_vec_length.svg +++ b/editor/icons/source/icon_graph_vec_length.svg diff --git a/tools/editor/icons/source/icon_graph_vec_op.svg b/editor/icons/source/icon_graph_vec_op.svg index da7540ce86..da7540ce86 100644 --- a/tools/editor/icons/source/icon_graph_vec_op.svg +++ b/editor/icons/source/icon_graph_vec_op.svg diff --git a/tools/editor/icons/source/icon_graph_vec_scalar_op.svg b/editor/icons/source/icon_graph_vec_scalar_op.svg index aeb2626120..aeb2626120 100644 --- a/tools/editor/icons/source/icon_graph_vec_scalar_op.svg +++ b/editor/icons/source/icon_graph_vec_scalar_op.svg diff --git a/tools/editor/icons/source/icon_graph_vec_to_scalars.svg b/editor/icons/source/icon_graph_vec_to_scalars.svg index fb58db9d78..fb58db9d78 100644 --- a/tools/editor/icons/source/icon_graph_vec_to_scalars.svg +++ b/editor/icons/source/icon_graph_vec_to_scalars.svg diff --git a/tools/editor/icons/source/icon_graph_vecs_to_xform.svg b/editor/icons/source/icon_graph_vecs_to_xform.svg index f8ba3eb4b8..f8ba3eb4b8 100644 --- a/tools/editor/icons/source/icon_graph_vecs_to_xform.svg +++ b/editor/icons/source/icon_graph_vecs_to_xform.svg diff --git a/tools/editor/icons/source/icon_graph_vector.svg b/editor/icons/source/icon_graph_vector.svg index e7f6bd927f..e7f6bd927f 100644 --- a/tools/editor/icons/source/icon_graph_vector.svg +++ b/editor/icons/source/icon_graph_vector.svg diff --git a/tools/editor/icons/source/icon_graph_vector_uniform.svg b/editor/icons/source/icon_graph_vector_uniform.svg index 2310938af5..2310938af5 100644 --- a/tools/editor/icons/source/icon_graph_vector_uniform.svg +++ b/editor/icons/source/icon_graph_vector_uniform.svg diff --git a/tools/editor/icons/source/icon_graph_xform.svg b/editor/icons/source/icon_graph_xform.svg index c9b027ee2d..c9b027ee2d 100644 --- a/tools/editor/icons/source/icon_graph_xform.svg +++ b/editor/icons/source/icon_graph_xform.svg diff --git a/tools/editor/icons/source/icon_graph_xform_mult.svg b/editor/icons/source/icon_graph_xform_mult.svg index 71fca83f3d..71fca83f3d 100644 --- a/tools/editor/icons/source/icon_graph_xform_mult.svg +++ b/editor/icons/source/icon_graph_xform_mult.svg diff --git a/tools/editor/icons/source/icon_graph_xform_scalar_func.svg b/editor/icons/source/icon_graph_xform_scalar_func.svg index 45fd97a671..45fd97a671 100644 --- a/tools/editor/icons/source/icon_graph_xform_scalar_func.svg +++ b/editor/icons/source/icon_graph_xform_scalar_func.svg diff --git a/tools/editor/icons/source/icon_graph_xform_to_vecs.svg b/editor/icons/source/icon_graph_xform_to_vecs.svg index cc113e72fd..cc113e72fd 100644 --- a/tools/editor/icons/source/icon_graph_xform_to_vecs.svg +++ b/editor/icons/source/icon_graph_xform_to_vecs.svg diff --git a/tools/editor/icons/source/icon_graph_xform_uniform.svg b/editor/icons/source/icon_graph_xform_uniform.svg index f1cdcd408c..f1cdcd408c 100644 --- a/tools/editor/icons/source/icon_graph_xform_uniform.svg +++ b/editor/icons/source/icon_graph_xform_uniform.svg diff --git a/tools/editor/icons/source/icon_graph_xform_vec_func.svg b/editor/icons/source/icon_graph_xform_vec_func.svg index 0d141bc646..0d141bc646 100644 --- a/tools/editor/icons/source/icon_graph_xform_vec_func.svg +++ b/editor/icons/source/icon_graph_xform_vec_func.svg diff --git a/tools/editor/icons/source/icon_graph_xform_vec_imult.svg b/editor/icons/source/icon_graph_xform_vec_imult.svg index 74dc1ba7e3..74dc1ba7e3 100644 --- a/tools/editor/icons/source/icon_graph_xform_vec_imult.svg +++ b/editor/icons/source/icon_graph_xform_vec_imult.svg diff --git a/tools/editor/icons/source/icon_graph_xform_vec_mult.svg b/editor/icons/source/icon_graph_xform_vec_mult.svg index c3e59abd46..c3e59abd46 100644 --- a/tools/editor/icons/source/icon_graph_xform_vec_mult.svg +++ b/editor/icons/source/icon_graph_xform_vec_mult.svg diff --git a/tools/editor/icons/source/icon_grid.svg b/editor/icons/source/icon_grid.svg index 2d9288de14..2d9288de14 100644 --- a/tools/editor/icons/source/icon_grid.svg +++ b/editor/icons/source/icon_grid.svg diff --git a/tools/editor/icons/source/icon_grid_container.svg b/editor/icons/source/icon_grid_container.svg index a27578f196..a27578f196 100644 --- a/tools/editor/icons/source/icon_grid_container.svg +++ b/editor/icons/source/icon_grid_container.svg diff --git a/tools/editor/icons/source/icon_grid_map.svg b/editor/icons/source/icon_grid_map.svg index 5bbea0ff2c..5bbea0ff2c 100644 --- a/tools/editor/icons/source/icon_grid_map.svg +++ b/editor/icons/source/icon_grid_map.svg diff --git a/tools/editor/icons/source/icon_groove_joint_2d.svg b/editor/icons/source/icon_groove_joint_2d.svg index d05bebef48..d05bebef48 100644 --- a/tools/editor/icons/source/icon_groove_joint_2d.svg +++ b/editor/icons/source/icon_groove_joint_2d.svg diff --git a/tools/editor/icons/source/icon_group.svg b/editor/icons/source/icon_group.svg index a0a2f02af5..a0a2f02af5 100644 --- a/tools/editor/icons/source/icon_group.svg +++ b/editor/icons/source/icon_group.svg diff --git a/tools/editor/icons/source/icon_groups.svg b/editor/icons/source/icon_groups.svg index 00249597a4..00249597a4 100644 --- a/tools/editor/icons/source/icon_groups.svg +++ b/editor/icons/source/icon_groups.svg diff --git a/tools/editor/icons/source/icon_h_box_container.svg b/editor/icons/source/icon_h_box_container.svg index f180dde93a..f180dde93a 100644 --- a/tools/editor/icons/source/icon_h_box_container.svg +++ b/editor/icons/source/icon_h_box_container.svg diff --git a/tools/editor/icons/source/icon_h_button_array.svg b/editor/icons/source/icon_h_button_array.svg index 9470aeb370..9470aeb370 100644 --- a/tools/editor/icons/source/icon_h_button_array.svg +++ b/editor/icons/source/icon_h_button_array.svg diff --git a/tools/editor/icons/source/icon_h_scroll_bar.svg b/editor/icons/source/icon_h_scroll_bar.svg index 2f007c7c94..2f007c7c94 100644 --- a/tools/editor/icons/source/icon_h_scroll_bar.svg +++ b/editor/icons/source/icon_h_scroll_bar.svg diff --git a/tools/editor/icons/source/icon_h_separator.svg b/editor/icons/source/icon_h_separator.svg index 461299731d..461299731d 100644 --- a/tools/editor/icons/source/icon_h_separator.svg +++ b/editor/icons/source/icon_h_separator.svg diff --git a/tools/editor/icons/source/icon_h_slider.svg b/editor/icons/source/icon_h_slider.svg index beee5f8b6a..beee5f8b6a 100644 --- a/tools/editor/icons/source/icon_h_slider.svg +++ b/editor/icons/source/icon_h_slider.svg diff --git a/tools/editor/icons/source/icon_h_split_container.svg b/editor/icons/source/icon_h_split_container.svg index 9ca2df0ff1..9ca2df0ff1 100644 --- a/tools/editor/icons/source/icon_h_split_container.svg +++ b/editor/icons/source/icon_h_split_container.svg diff --git a/tools/editor/icons/source/icon_h_t_t_p_request.svg b/editor/icons/source/icon_h_t_t_p_request.svg index f43141dd7c..f43141dd7c 100644 --- a/tools/editor/icons/source/icon_h_t_t_p_request.svg +++ b/editor/icons/source/icon_h_t_t_p_request.svg diff --git a/tools/editor/icons/source/icon_headphones.svg b/editor/icons/source/icon_headphones.svg index 456a9b8d4e..456a9b8d4e 100644 --- a/tools/editor/icons/source/icon_headphones.svg +++ b/editor/icons/source/icon_headphones.svg diff --git a/tools/editor/icons/source/icon_help.svg b/editor/icons/source/icon_help.svg index 01e85e0f55..01e85e0f55 100644 --- a/tools/editor/icons/source/icon_help.svg +++ b/editor/icons/source/icon_help.svg diff --git a/tools/editor/icons/source/icon_hidden.svg b/editor/icons/source/icon_hidden.svg index 1d504f02fb..1d504f02fb 100644 --- a/tools/editor/icons/source/icon_hidden.svg +++ b/editor/icons/source/icon_hidden.svg diff --git a/tools/editor/icons/source/icon_hinge_joint.svg b/editor/icons/source/icon_hinge_joint.svg index 767feac9d5..767feac9d5 100644 --- a/tools/editor/icons/source/icon_hinge_joint.svg +++ b/editor/icons/source/icon_hinge_joint.svg diff --git a/tools/editor/icons/source/icon_history.svg b/editor/icons/source/icon_history.svg index f81390f0f5..f81390f0f5 100644 --- a/tools/editor/icons/source/icon_history.svg +++ b/editor/icons/source/icon_history.svg diff --git a/tools/editor/icons/source/icon_hsize.svg b/editor/icons/source/icon_hsize.svg index f24a630770..f24a630770 100644 --- a/tools/editor/icons/source/icon_hsize.svg +++ b/editor/icons/source/icon_hsize.svg diff --git a/tools/editor/icons/source/icon_image.svg b/editor/icons/source/icon_image.svg index bb15e96251..bb15e96251 100644 --- a/tools/editor/icons/source/icon_image.svg +++ b/editor/icons/source/icon_image.svg diff --git a/tools/editor/icons/source/icon_image_sky_box.svg b/editor/icons/source/icon_image_sky_box.svg index 9a89c04e58..9a89c04e58 100644 --- a/tools/editor/icons/source/icon_image_sky_box.svg +++ b/editor/icons/source/icon_image_sky_box.svg diff --git a/tools/editor/icons/source/icon_image_texture.svg b/editor/icons/source/icon_image_texture.svg index 39e88e592b..39e88e592b 100644 --- a/tools/editor/icons/source/icon_image_texture.svg +++ b/editor/icons/source/icon_image_texture.svg diff --git a/tools/editor/icons/source/icon_immediate_geometry.svg b/editor/icons/source/icon_immediate_geometry.svg index 54bc4766d9..54bc4766d9 100644 --- a/tools/editor/icons/source/icon_immediate_geometry.svg +++ b/editor/icons/source/icon_immediate_geometry.svg diff --git a/tools/editor/icons/source/icon_import_check.svg b/editor/icons/source/icon_import_check.svg index 606236d82e..606236d82e 100644 --- a/tools/editor/icons/source/icon_import_check.svg +++ b/editor/icons/source/icon_import_check.svg diff --git a/tools/editor/icons/source/icon_import_fail.svg b/editor/icons/source/icon_import_fail.svg index b5d142f968..b5d142f968 100644 --- a/tools/editor/icons/source/icon_import_fail.svg +++ b/editor/icons/source/icon_import_fail.svg diff --git a/tools/editor/icons/source/icon_instance.svg b/editor/icons/source/icon_instance.svg index f12e067e7a..f12e067e7a 100644 --- a/tools/editor/icons/source/icon_instance.svg +++ b/editor/icons/source/icon_instance.svg diff --git a/tools/editor/icons/source/icon_instance_options.svg b/editor/icons/source/icon_instance_options.svg index a8c00bc43f..a8c00bc43f 100644 --- a/tools/editor/icons/source/icon_instance_options.svg +++ b/editor/icons/source/icon_instance_options.svg diff --git a/tools/editor/icons/source/icon_integer.svg b/editor/icons/source/icon_integer.svg index d4e7a9860a..d4e7a9860a 100644 --- a/tools/editor/icons/source/icon_integer.svg +++ b/editor/icons/source/icon_integer.svg diff --git a/tools/editor/icons/source/icon_interp_cubic.svg b/editor/icons/source/icon_interp_cubic.svg index 7d8d5ef70d..7d8d5ef70d 100644 --- a/tools/editor/icons/source/icon_interp_cubic.svg +++ b/editor/icons/source/icon_interp_cubic.svg diff --git a/tools/editor/icons/source/icon_interp_linear.svg b/editor/icons/source/icon_interp_linear.svg index 7b1e4f2dd1..7b1e4f2dd1 100644 --- a/tools/editor/icons/source/icon_interp_linear.svg +++ b/editor/icons/source/icon_interp_linear.svg diff --git a/tools/editor/icons/source/icon_interp_raw.svg b/editor/icons/source/icon_interp_raw.svg index e2e2070449..e2e2070449 100644 --- a/tools/editor/icons/source/icon_interp_raw.svg +++ b/editor/icons/source/icon_interp_raw.svg diff --git a/tools/editor/icons/source/icon_interp_wrap_clamp.svg b/editor/icons/source/icon_interp_wrap_clamp.svg index 068e79ace0..068e79ace0 100644 --- a/tools/editor/icons/source/icon_interp_wrap_clamp.svg +++ b/editor/icons/source/icon_interp_wrap_clamp.svg diff --git a/tools/editor/icons/source/icon_interp_wrap_loop.svg b/editor/icons/source/icon_interp_wrap_loop.svg index bfca46331b..bfca46331b 100644 --- a/tools/editor/icons/source/icon_interp_wrap_loop.svg +++ b/editor/icons/source/icon_interp_wrap_loop.svg diff --git a/tools/editor/icons/source/icon_interpolated_camera.svg b/editor/icons/source/icon_interpolated_camera.svg index 16fc731c12..16fc731c12 100644 --- a/tools/editor/icons/source/icon_interpolated_camera.svg +++ b/editor/icons/source/icon_interpolated_camera.svg diff --git a/tools/editor/icons/source/icon_invalid_key.svg b/editor/icons/source/icon_invalid_key.svg index cbccff571a..cbccff571a 100644 --- a/tools/editor/icons/source/icon_invalid_key.svg +++ b/editor/icons/source/icon_invalid_key.svg diff --git a/tools/editor/icons/source/icon_inverse_kinematics.svg b/editor/icons/source/icon_inverse_kinematics.svg index 227d22f911..227d22f911 100644 --- a/tools/editor/icons/source/icon_inverse_kinematics.svg +++ b/editor/icons/source/icon_inverse_kinematics.svg diff --git a/tools/editor/icons/source/icon_item_list.svg b/editor/icons/source/icon_item_list.svg index 943f6fe435..943f6fe435 100644 --- a/tools/editor/icons/source/icon_item_list.svg +++ b/editor/icons/source/icon_item_list.svg diff --git a/tools/editor/icons/source/icon_joy_axis.svg b/editor/icons/source/icon_joy_axis.svg index 9313342a53..9313342a53 100644 --- a/tools/editor/icons/source/icon_joy_axis.svg +++ b/editor/icons/source/icon_joy_axis.svg diff --git a/tools/editor/icons/source/icon_joy_button.svg b/editor/icons/source/icon_joy_button.svg index f6d4344807..f6d4344807 100644 --- a/tools/editor/icons/source/icon_joy_button.svg +++ b/editor/icons/source/icon_joy_button.svg diff --git a/tools/editor/icons/source/icon_joypad.svg b/editor/icons/source/icon_joypad.svg index fb84462919..fb84462919 100644 --- a/tools/editor/icons/source/icon_joypad.svg +++ b/editor/icons/source/icon_joypad.svg diff --git a/tools/editor/icons/source/icon_key.svg b/editor/icons/source/icon_key.svg index f5d7b85381..f5d7b85381 100644 --- a/tools/editor/icons/source/icon_key.svg +++ b/editor/icons/source/icon_key.svg diff --git a/tools/editor/icons/source/icon_key_hover.svg b/editor/icons/source/icon_key_hover.svg index c3f34a781b..c3f34a781b 100644 --- a/tools/editor/icons/source/icon_key_hover.svg +++ b/editor/icons/source/icon_key_hover.svg diff --git a/tools/editor/icons/source/icon_key_invalid.svg b/editor/icons/source/icon_key_invalid.svg index b6407dc178..b6407dc178 100644 --- a/tools/editor/icons/source/icon_key_invalid.svg +++ b/editor/icons/source/icon_key_invalid.svg diff --git a/tools/editor/icons/source/icon_key_next.svg b/editor/icons/source/icon_key_next.svg index 942245305c..942245305c 100644 --- a/tools/editor/icons/source/icon_key_next.svg +++ b/editor/icons/source/icon_key_next.svg diff --git a/tools/editor/icons/source/icon_key_selected.svg b/editor/icons/source/icon_key_selected.svg index c3f01dbec8..c3f01dbec8 100644 --- a/tools/editor/icons/source/icon_key_selected.svg +++ b/editor/icons/source/icon_key_selected.svg diff --git a/tools/editor/icons/source/icon_key_value.svg b/editor/icons/source/icon_key_value.svg index 5e6333e54b..5e6333e54b 100644 --- a/tools/editor/icons/source/icon_key_value.svg +++ b/editor/icons/source/icon_key_value.svg diff --git a/tools/editor/icons/source/icon_key_xform.svg b/editor/icons/source/icon_key_xform.svg index 06a282f705..06a282f705 100644 --- a/tools/editor/icons/source/icon_key_xform.svg +++ b/editor/icons/source/icon_key_xform.svg diff --git a/tools/editor/icons/source/icon_keyboard.svg b/editor/icons/source/icon_keyboard.svg index a03798e4a4..a03798e4a4 100644 --- a/tools/editor/icons/source/icon_keyboard.svg +++ b/editor/icons/source/icon_keyboard.svg diff --git a/tools/editor/icons/source/icon_kinematic_body.svg b/editor/icons/source/icon_kinematic_body.svg index 6a4c8965ab..6a4c8965ab 100644 --- a/tools/editor/icons/source/icon_kinematic_body.svg +++ b/editor/icons/source/icon_kinematic_body.svg diff --git a/tools/editor/icons/source/icon_kinematic_body_2d.svg b/editor/icons/source/icon_kinematic_body_2d.svg index 04f140b930..04f140b930 100644 --- a/tools/editor/icons/source/icon_kinematic_body_2d.svg +++ b/editor/icons/source/icon_kinematic_body_2d.svg diff --git a/tools/editor/icons/source/icon_label.svg b/editor/icons/source/icon_label.svg index ac9b52be6f..ac9b52be6f 100644 --- a/tools/editor/icons/source/icon_label.svg +++ b/editor/icons/source/icon_label.svg diff --git a/tools/editor/icons/source/icon_large_texture.svg b/editor/icons/source/icon_large_texture.svg index 4db0342041..4db0342041 100644 --- a/tools/editor/icons/source/icon_large_texture.svg +++ b/editor/icons/source/icon_large_texture.svg diff --git a/tools/editor/icons/source/icon_light_2d.svg b/editor/icons/source/icon_light_2d.svg index 27e07a649a..27e07a649a 100644 --- a/tools/editor/icons/source/icon_light_2d.svg +++ b/editor/icons/source/icon_light_2d.svg diff --git a/tools/editor/icons/source/icon_light_occluder_2d.svg b/editor/icons/source/icon_light_occluder_2d.svg index 3558f3f2da..3558f3f2da 100644 --- a/tools/editor/icons/source/icon_light_occluder_2d.svg +++ b/editor/icons/source/icon_light_occluder_2d.svg diff --git a/tools/editor/icons/source/icon_line_2d.svg b/editor/icons/source/icon_line_2d.svg index 7f833f4a9c..7f833f4a9c 100644 --- a/tools/editor/icons/source/icon_line_2d.svg +++ b/editor/icons/source/icon_line_2d.svg diff --git a/tools/editor/icons/source/icon_line_edit.svg b/editor/icons/source/icon_line_edit.svg index 61ba1ebe7e..61ba1ebe7e 100644 --- a/tools/editor/icons/source/icon_line_edit.svg +++ b/editor/icons/source/icon_line_edit.svg diff --git a/tools/editor/icons/source/icon_line_shape_2d.svg b/editor/icons/source/icon_line_shape_2d.svg index 6a8ab39ef3..6a8ab39ef3 100644 --- a/tools/editor/icons/source/icon_line_shape_2d.svg +++ b/editor/icons/source/icon_line_shape_2d.svg diff --git a/tools/editor/icons/source/icon_link_button.svg b/editor/icons/source/icon_link_button.svg index 3872e43b29..3872e43b29 100644 --- a/tools/editor/icons/source/icon_link_button.svg +++ b/editor/icons/source/icon_link_button.svg diff --git a/tools/editor/icons/source/icon_list_select.svg b/editor/icons/source/icon_list_select.svg index 569a0c6fea..569a0c6fea 100644 --- a/tools/editor/icons/source/icon_list_select.svg +++ b/editor/icons/source/icon_list_select.svg diff --git a/tools/editor/icons/source/icon_listener.svg b/editor/icons/source/icon_listener.svg index f815cb842a..f815cb842a 100644 --- a/tools/editor/icons/source/icon_listener.svg +++ b/editor/icons/source/icon_listener.svg diff --git a/tools/editor/icons/source/icon_load.svg b/editor/icons/source/icon_load.svg index 395a5c1b8a..395a5c1b8a 100644 --- a/tools/editor/icons/source/icon_load.svg +++ b/editor/icons/source/icon_load.svg diff --git a/tools/editor/icons/source/icon_lock.svg b/editor/icons/source/icon_lock.svg index 140b073e83..140b073e83 100644 --- a/tools/editor/icons/source/icon_lock.svg +++ b/editor/icons/source/icon_lock.svg diff --git a/tools/editor/icons/source/icon_loop.svg b/editor/icons/source/icon_loop.svg index fe7f648648..fe7f648648 100644 --- a/tools/editor/icons/source/icon_loop.svg +++ b/editor/icons/source/icon_loop.svg diff --git a/tools/editor/icons/source/icon_loop_interpolation.svg b/editor/icons/source/icon_loop_interpolation.svg index 3733acb253..3733acb253 100644 --- a/tools/editor/icons/source/icon_loop_interpolation.svg +++ b/editor/icons/source/icon_loop_interpolation.svg diff --git a/tools/editor/icons/source/icon_main_play.svg b/editor/icons/source/icon_main_play.svg index 0fb48bb155..0fb48bb155 100644 --- a/tools/editor/icons/source/icon_main_play.svg +++ b/editor/icons/source/icon_main_play.svg diff --git a/tools/editor/icons/source/icon_main_stop.svg b/editor/icons/source/icon_main_stop.svg index 9d01bd5cf5..9d01bd5cf5 100644 --- a/tools/editor/icons/source/icon_main_stop.svg +++ b/editor/icons/source/icon_main_stop.svg diff --git a/tools/editor/icons/source/icon_margin_container.svg b/editor/icons/source/icon_margin_container.svg index 68a6971bd7..68a6971bd7 100644 --- a/tools/editor/icons/source/icon_margin_container.svg +++ b/editor/icons/source/icon_margin_container.svg diff --git a/tools/editor/icons/source/icon_material_preview_cube.svg b/editor/icons/source/icon_material_preview_cube.svg index 2e8e5a6457..2e8e5a6457 100644 --- a/tools/editor/icons/source/icon_material_preview_cube.svg +++ b/editor/icons/source/icon_material_preview_cube.svg diff --git a/tools/editor/icons/source/icon_material_preview_cube_off.svg b/editor/icons/source/icon_material_preview_cube_off.svg index e03905ed05..e03905ed05 100644 --- a/tools/editor/icons/source/icon_material_preview_cube_off.svg +++ b/editor/icons/source/icon_material_preview_cube_off.svg diff --git a/tools/editor/icons/source/icon_material_preview_light_1.svg b/editor/icons/source/icon_material_preview_light_1.svg index d8335641f6..d8335641f6 100644 --- a/tools/editor/icons/source/icon_material_preview_light_1.svg +++ b/editor/icons/source/icon_material_preview_light_1.svg diff --git a/tools/editor/icons/source/icon_material_preview_light_1_off.svg b/editor/icons/source/icon_material_preview_light_1_off.svg index c387b1845b..c387b1845b 100644 --- a/tools/editor/icons/source/icon_material_preview_light_1_off.svg +++ b/editor/icons/source/icon_material_preview_light_1_off.svg diff --git a/tools/editor/icons/source/icon_material_preview_light_2.svg b/editor/icons/source/icon_material_preview_light_2.svg index f192c19959..f192c19959 100644 --- a/tools/editor/icons/source/icon_material_preview_light_2.svg +++ b/editor/icons/source/icon_material_preview_light_2.svg diff --git a/tools/editor/icons/source/icon_material_preview_light_2_off.svg b/editor/icons/source/icon_material_preview_light_2_off.svg index 9d71248cba..9d71248cba 100644 --- a/tools/editor/icons/source/icon_material_preview_light_2_off.svg +++ b/editor/icons/source/icon_material_preview_light_2_off.svg diff --git a/tools/editor/icons/source/icon_material_preview_sphere.svg b/editor/icons/source/icon_material_preview_sphere.svg index 76a6ec97bd..76a6ec97bd 100644 --- a/tools/editor/icons/source/icon_material_preview_sphere.svg +++ b/editor/icons/source/icon_material_preview_sphere.svg diff --git a/tools/editor/icons/source/icon_material_preview_sphere_off.svg b/editor/icons/source/icon_material_preview_sphere_off.svg index f9c8cadb34..f9c8cadb34 100644 --- a/tools/editor/icons/source/icon_material_preview_sphere_off.svg +++ b/editor/icons/source/icon_material_preview_sphere_off.svg diff --git a/tools/editor/icons/source/icon_matrix.svg b/editor/icons/source/icon_matrix.svg index eacf2cdc9d..eacf2cdc9d 100644 --- a/tools/editor/icons/source/icon_matrix.svg +++ b/editor/icons/source/icon_matrix.svg diff --git a/tools/editor/icons/source/icon_menu_button.svg b/editor/icons/source/icon_menu_button.svg index 9cfbf2d502..9cfbf2d502 100644 --- a/tools/editor/icons/source/icon_menu_button.svg +++ b/editor/icons/source/icon_menu_button.svg diff --git a/tools/editor/icons/source/icon_mesh.svg b/editor/icons/source/icon_mesh.svg index f3c33a37b1..f3c33a37b1 100644 --- a/tools/editor/icons/source/icon_mesh.svg +++ b/editor/icons/source/icon_mesh.svg diff --git a/tools/editor/icons/source/icon_mesh_instance.svg b/editor/icons/source/icon_mesh_instance.svg index 51e6447eb2..51e6447eb2 100644 --- a/tools/editor/icons/source/icon_mesh_instance.svg +++ b/editor/icons/source/icon_mesh_instance.svg diff --git a/tools/editor/icons/source/icon_mesh_library.svg b/editor/icons/source/icon_mesh_library.svg index b908a4db6e..b908a4db6e 100644 --- a/tools/editor/icons/source/icon_mesh_library.svg +++ b/editor/icons/source/icon_mesh_library.svg diff --git a/tools/editor/icons/source/icon_mini_aabb.svg b/editor/icons/source/icon_mini_aabb.svg index ebfd505bea..ebfd505bea 100644 --- a/tools/editor/icons/source/icon_mini_aabb.svg +++ b/editor/icons/source/icon_mini_aabb.svg diff --git a/tools/editor/icons/source/icon_mini_array.svg b/editor/icons/source/icon_mini_array.svg index a0a2014fbb..a0a2014fbb 100644 --- a/tools/editor/icons/source/icon_mini_array.svg +++ b/editor/icons/source/icon_mini_array.svg diff --git a/tools/editor/icons/source/icon_mini_boolean.svg b/editor/icons/source/icon_mini_boolean.svg index eb17279a62..eb17279a62 100644 --- a/tools/editor/icons/source/icon_mini_boolean.svg +++ b/editor/icons/source/icon_mini_boolean.svg diff --git a/tools/editor/icons/source/icon_mini_color.svg b/editor/icons/source/icon_mini_color.svg index cdc176e00c..cdc176e00c 100644 --- a/tools/editor/icons/source/icon_mini_color.svg +++ b/editor/icons/source/icon_mini_color.svg diff --git a/tools/editor/icons/source/icon_mini_color_array.svg b/editor/icons/source/icon_mini_color_array.svg index 2ec0e186b5..2ec0e186b5 100644 --- a/tools/editor/icons/source/icon_mini_color_array.svg +++ b/editor/icons/source/icon_mini_color_array.svg diff --git a/tools/editor/icons/source/icon_mini_dictionary.svg b/editor/icons/source/icon_mini_dictionary.svg index 813ba97613..813ba97613 100644 --- a/tools/editor/icons/source/icon_mini_dictionary.svg +++ b/editor/icons/source/icon_mini_dictionary.svg diff --git a/tools/editor/icons/source/icon_mini_float.svg b/editor/icons/source/icon_mini_float.svg index 1007955ea9..1007955ea9 100644 --- a/tools/editor/icons/source/icon_mini_float.svg +++ b/editor/icons/source/icon_mini_float.svg diff --git a/tools/editor/icons/source/icon_mini_float_array.svg b/editor/icons/source/icon_mini_float_array.svg index 86807ca731..86807ca731 100644 --- a/tools/editor/icons/source/icon_mini_float_array.svg +++ b/editor/icons/source/icon_mini_float_array.svg diff --git a/tools/editor/icons/source/icon_mini_image.svg b/editor/icons/source/icon_mini_image.svg index 57faded5c8..57faded5c8 100644 --- a/tools/editor/icons/source/icon_mini_image.svg +++ b/editor/icons/source/icon_mini_image.svg diff --git a/tools/editor/icons/source/icon_mini_input.svg b/editor/icons/source/icon_mini_input.svg index 9e966f77d1..9e966f77d1 100644 --- a/tools/editor/icons/source/icon_mini_input.svg +++ b/editor/icons/source/icon_mini_input.svg diff --git a/tools/editor/icons/source/icon_mini_int_array.svg b/editor/icons/source/icon_mini_int_array.svg index 23b086d5e1..23b086d5e1 100644 --- a/tools/editor/icons/source/icon_mini_int_array.svg +++ b/editor/icons/source/icon_mini_int_array.svg diff --git a/tools/editor/icons/source/icon_mini_integer.svg b/editor/icons/source/icon_mini_integer.svg index c21322adb2..c21322adb2 100644 --- a/tools/editor/icons/source/icon_mini_integer.svg +++ b/editor/icons/source/icon_mini_integer.svg diff --git a/tools/editor/icons/source/icon_mini_matrix3.svg b/editor/icons/source/icon_mini_matrix3.svg index 592230d13c..592230d13c 100644 --- a/tools/editor/icons/source/icon_mini_matrix3.svg +++ b/editor/icons/source/icon_mini_matrix3.svg diff --git a/tools/editor/icons/source/icon_mini_matrix32.svg b/editor/icons/source/icon_mini_matrix32.svg index 5159ea0b87..5159ea0b87 100644 --- a/tools/editor/icons/source/icon_mini_matrix32.svg +++ b/editor/icons/source/icon_mini_matrix32.svg diff --git a/tools/editor/icons/source/icon_mini_object.svg b/editor/icons/source/icon_mini_object.svg index 380be34903..380be34903 100644 --- a/tools/editor/icons/source/icon_mini_object.svg +++ b/editor/icons/source/icon_mini_object.svg diff --git a/tools/editor/icons/source/icon_mini_path.svg b/editor/icons/source/icon_mini_path.svg index ef247b8b8c..ef247b8b8c 100644 --- a/tools/editor/icons/source/icon_mini_path.svg +++ b/editor/icons/source/icon_mini_path.svg diff --git a/tools/editor/icons/source/icon_mini_plane.svg b/editor/icons/source/icon_mini_plane.svg index bc3992cdd6..bc3992cdd6 100644 --- a/tools/editor/icons/source/icon_mini_plane.svg +++ b/editor/icons/source/icon_mini_plane.svg diff --git a/tools/editor/icons/source/icon_mini_quat.svg b/editor/icons/source/icon_mini_quat.svg index 27188a3410..27188a3410 100644 --- a/tools/editor/icons/source/icon_mini_quat.svg +++ b/editor/icons/source/icon_mini_quat.svg diff --git a/tools/editor/icons/source/icon_mini_raw_array.svg b/editor/icons/source/icon_mini_raw_array.svg index cb735b5615..cb735b5615 100644 --- a/tools/editor/icons/source/icon_mini_raw_array.svg +++ b/editor/icons/source/icon_mini_raw_array.svg diff --git a/tools/editor/icons/source/icon_mini_rect2.svg b/editor/icons/source/icon_mini_rect2.svg index ded27f049f..ded27f049f 100644 --- a/tools/editor/icons/source/icon_mini_rect2.svg +++ b/editor/icons/source/icon_mini_rect2.svg diff --git a/tools/editor/icons/source/icon_mini_rid.svg b/editor/icons/source/icon_mini_rid.svg index 6df13ae43d..6df13ae43d 100644 --- a/tools/editor/icons/source/icon_mini_rid.svg +++ b/editor/icons/source/icon_mini_rid.svg diff --git a/tools/editor/icons/source/icon_mini_string.svg b/editor/icons/source/icon_mini_string.svg index a655f70d33..a655f70d33 100644 --- a/tools/editor/icons/source/icon_mini_string.svg +++ b/editor/icons/source/icon_mini_string.svg diff --git a/tools/editor/icons/source/icon_mini_string_array.svg b/editor/icons/source/icon_mini_string_array.svg index cd2e850c49..cd2e850c49 100644 --- a/tools/editor/icons/source/icon_mini_string_array.svg +++ b/editor/icons/source/icon_mini_string_array.svg diff --git a/tools/editor/icons/source/icon_mini_transform.svg b/editor/icons/source/icon_mini_transform.svg index 6da4eb806d..6da4eb806d 100644 --- a/tools/editor/icons/source/icon_mini_transform.svg +++ b/editor/icons/source/icon_mini_transform.svg diff --git a/tools/editor/icons/source/icon_mini_variant.svg b/editor/icons/source/icon_mini_variant.svg index 6883baa584..6883baa584 100644 --- a/tools/editor/icons/source/icon_mini_variant.svg +++ b/editor/icons/source/icon_mini_variant.svg diff --git a/tools/editor/icons/source/icon_mini_vector2.svg b/editor/icons/source/icon_mini_vector2.svg index 5c9aaeccff..5c9aaeccff 100644 --- a/tools/editor/icons/source/icon_mini_vector2.svg +++ b/editor/icons/source/icon_mini_vector2.svg diff --git a/tools/editor/icons/source/icon_mini_vector2_array.svg b/editor/icons/source/icon_mini_vector2_array.svg index 03850f7c86..03850f7c86 100644 --- a/tools/editor/icons/source/icon_mini_vector2_array.svg +++ b/editor/icons/source/icon_mini_vector2_array.svg diff --git a/tools/editor/icons/source/icon_mini_vector3.svg b/editor/icons/source/icon_mini_vector3.svg index e99a211ae0..e99a211ae0 100644 --- a/tools/editor/icons/source/icon_mini_vector3.svg +++ b/editor/icons/source/icon_mini_vector3.svg diff --git a/tools/editor/icons/source/icon_mini_vector3_array.svg b/editor/icons/source/icon_mini_vector3_array.svg index bbac554614..bbac554614 100644 --- a/tools/editor/icons/source/icon_mini_vector3_array.svg +++ b/editor/icons/source/icon_mini_vector3_array.svg diff --git a/tools/editor/icons/source/icon_mirror_x.svg b/editor/icons/source/icon_mirror_x.svg index f24a630770..f24a630770 100644 --- a/tools/editor/icons/source/icon_mirror_x.svg +++ b/editor/icons/source/icon_mirror_x.svg diff --git a/tools/editor/icons/source/icon_mirror_y.svg b/editor/icons/source/icon_mirror_y.svg index bb913b84af..bb913b84af 100644 --- a/tools/editor/icons/source/icon_mirror_y.svg +++ b/editor/icons/source/icon_mirror_y.svg diff --git a/tools/editor/icons/source/icon_mouse.svg b/editor/icons/source/icon_mouse.svg index 731ceeefd8..731ceeefd8 100644 --- a/tools/editor/icons/source/icon_mouse.svg +++ b/editor/icons/source/icon_mouse.svg diff --git a/tools/editor/icons/source/icon_move_down.svg b/editor/icons/source/icon_move_down.svg index e83a69ad50..e83a69ad50 100644 --- a/tools/editor/icons/source/icon_move_down.svg +++ b/editor/icons/source/icon_move_down.svg diff --git a/tools/editor/icons/source/icon_move_point.svg b/editor/icons/source/icon_move_point.svg index c951d6b90a..c951d6b90a 100644 --- a/tools/editor/icons/source/icon_move_point.svg +++ b/editor/icons/source/icon_move_point.svg diff --git a/tools/editor/icons/source/icon_move_up.svg b/editor/icons/source/icon_move_up.svg index 8f671a0d72..8f671a0d72 100644 --- a/tools/editor/icons/source/icon_move_up.svg +++ b/editor/icons/source/icon_move_up.svg diff --git a/tools/editor/icons/source/icon_multi_edit.svg b/editor/icons/source/icon_multi_edit.svg index ef63861e97..ef63861e97 100644 --- a/tools/editor/icons/source/icon_multi_edit.svg +++ b/editor/icons/source/icon_multi_edit.svg diff --git a/tools/editor/icons/source/icon_multi_line.svg b/editor/icons/source/icon_multi_line.svg index 542e311286..542e311286 100644 --- a/tools/editor/icons/source/icon_multi_line.svg +++ b/editor/icons/source/icon_multi_line.svg diff --git a/tools/editor/icons/source/icon_multi_mesh.svg b/editor/icons/source/icon_multi_mesh.svg index 22f843a686..22f843a686 100644 --- a/tools/editor/icons/source/icon_multi_mesh.svg +++ b/editor/icons/source/icon_multi_mesh.svg diff --git a/tools/editor/icons/source/icon_multi_mesh_instance.svg b/editor/icons/source/icon_multi_mesh_instance.svg index deceae5a03..deceae5a03 100644 --- a/tools/editor/icons/source/icon_multi_mesh_instance.svg +++ b/editor/icons/source/icon_multi_mesh_instance.svg diff --git a/tools/editor/icons/source/icon_navigation.svg b/editor/icons/source/icon_navigation.svg index 42e8f59165..42e8f59165 100644 --- a/tools/editor/icons/source/icon_navigation.svg +++ b/editor/icons/source/icon_navigation.svg diff --git a/tools/editor/icons/source/icon_navigation_2d.svg b/editor/icons/source/icon_navigation_2d.svg index 5252541e70..5252541e70 100644 --- a/tools/editor/icons/source/icon_navigation_2d.svg +++ b/editor/icons/source/icon_navigation_2d.svg diff --git a/tools/editor/icons/source/icon_navigation_mesh.svg b/editor/icons/source/icon_navigation_mesh.svg index 31ab5df8ad..31ab5df8ad 100644 --- a/tools/editor/icons/source/icon_navigation_mesh.svg +++ b/editor/icons/source/icon_navigation_mesh.svg diff --git a/tools/editor/icons/source/icon_navigation_mesh_instance.svg b/editor/icons/source/icon_navigation_mesh_instance.svg index 5c4e0f1579..5c4e0f1579 100644 --- a/tools/editor/icons/source/icon_navigation_mesh_instance.svg +++ b/editor/icons/source/icon_navigation_mesh_instance.svg diff --git a/tools/editor/icons/source/icon_navigation_polygon.svg b/editor/icons/source/icon_navigation_polygon.svg index f3b6fcbcc3..f3b6fcbcc3 100644 --- a/tools/editor/icons/source/icon_navigation_polygon.svg +++ b/editor/icons/source/icon_navigation_polygon.svg diff --git a/tools/editor/icons/source/icon_navigation_polygon_instance.svg b/editor/icons/source/icon_navigation_polygon_instance.svg index 5153227b15..5153227b15 100644 --- a/tools/editor/icons/source/icon_navigation_polygon_instance.svg +++ b/editor/icons/source/icon_navigation_polygon_instance.svg diff --git a/tools/editor/icons/source/icon_new.svg b/editor/icons/source/icon_new.svg index a37ba1be3f..a37ba1be3f 100644 --- a/tools/editor/icons/source/icon_new.svg +++ b/editor/icons/source/icon_new.svg diff --git a/tools/editor/icons/source/icon_nine_patch_rect.svg b/editor/icons/source/icon_nine_patch_rect.svg index f12789c19e..f12789c19e 100644 --- a/tools/editor/icons/source/icon_nine_patch_rect.svg +++ b/editor/icons/source/icon_nine_patch_rect.svg diff --git a/tools/editor/icons/source/icon_node.svg b/editor/icons/source/icon_node.svg index 02e2774669..02e2774669 100644 --- a/tools/editor/icons/source/icon_node.svg +++ b/editor/icons/source/icon_node.svg diff --git a/tools/editor/icons/source/icon_node_2d.svg b/editor/icons/source/icon_node_2d.svg index e546f68539..e546f68539 100644 --- a/tools/editor/icons/source/icon_node_2d.svg +++ b/editor/icons/source/icon_node_2d.svg diff --git a/tools/editor/icons/source/icon_node_warning.svg b/editor/icons/source/icon_node_warning.svg index 89d3663fb0..89d3663fb0 100644 --- a/tools/editor/icons/source/icon_node_warning.svg +++ b/editor/icons/source/icon_node_warning.svg diff --git a/tools/editor/icons/source/icon_non_favorite.svg b/editor/icons/source/icon_non_favorite.svg index 54fcb8577e..54fcb8577e 100644 --- a/tools/editor/icons/source/icon_non_favorite.svg +++ b/editor/icons/source/icon_non_favorite.svg diff --git a/tools/editor/icons/source/icon_object.svg b/editor/icons/source/icon_object.svg index 6b36b61168..6b36b61168 100644 --- a/tools/editor/icons/source/icon_object.svg +++ b/editor/icons/source/icon_object.svg diff --git a/tools/editor/icons/source/icon_occluder_polygon_2d.svg b/editor/icons/source/icon_occluder_polygon_2d.svg index 8ae6dc176d..8ae6dc176d 100644 --- a/tools/editor/icons/source/icon_occluder_polygon_2d.svg +++ b/editor/icons/source/icon_occluder_polygon_2d.svg diff --git a/tools/editor/icons/source/icon_omni_light.svg b/editor/icons/source/icon_omni_light.svg index e1049d0039..e1049d0039 100644 --- a/tools/editor/icons/source/icon_omni_light.svg +++ b/editor/icons/source/icon_omni_light.svg diff --git a/tools/editor/icons/source/icon_option_button.svg b/editor/icons/source/icon_option_button.svg index 4537b14616..4537b14616 100644 --- a/tools/editor/icons/source/icon_option_button.svg +++ b/editor/icons/source/icon_option_button.svg diff --git a/tools/editor/icons/source/icon_override.svg b/editor/icons/source/icon_override.svg index b7948c531c..b7948c531c 100644 --- a/tools/editor/icons/source/icon_override.svg +++ b/editor/icons/source/icon_override.svg diff --git a/tools/editor/icons/source/icon_packed_data_container.svg b/editor/icons/source/icon_packed_data_container.svg index 70aed22f2c..70aed22f2c 100644 --- a/tools/editor/icons/source/icon_packed_data_container.svg +++ b/editor/icons/source/icon_packed_data_container.svg diff --git a/tools/editor/icons/source/icon_packed_scene.svg b/editor/icons/source/icon_packed_scene.svg index 910a274841..910a274841 100644 --- a/tools/editor/icons/source/icon_packed_scene.svg +++ b/editor/icons/source/icon_packed_scene.svg diff --git a/tools/editor/icons/source/icon_panel.svg b/editor/icons/source/icon_panel.svg index 28921c4031..28921c4031 100644 --- a/tools/editor/icons/source/icon_panel.svg +++ b/editor/icons/source/icon_panel.svg diff --git a/tools/editor/icons/source/icon_panel_container.svg b/editor/icons/source/icon_panel_container.svg index decf220705..decf220705 100644 --- a/tools/editor/icons/source/icon_panel_container.svg +++ b/editor/icons/source/icon_panel_container.svg diff --git a/tools/editor/icons/source/icon_panels_1.svg b/editor/icons/source/icon_panels_1.svg index fa8bbe9fad..fa8bbe9fad 100644 --- a/tools/editor/icons/source/icon_panels_1.svg +++ b/editor/icons/source/icon_panels_1.svg diff --git a/tools/editor/icons/source/icon_panels_2.svg b/editor/icons/source/icon_panels_2.svg index f00cc4b339..f00cc4b339 100644 --- a/tools/editor/icons/source/icon_panels_2.svg +++ b/editor/icons/source/icon_panels_2.svg diff --git a/tools/editor/icons/source/icon_panels_2_alt.svg b/editor/icons/source/icon_panels_2_alt.svg index cc3a634a3e..cc3a634a3e 100644 --- a/tools/editor/icons/source/icon_panels_2_alt.svg +++ b/editor/icons/source/icon_panels_2_alt.svg diff --git a/tools/editor/icons/source/icon_panels_3.svg b/editor/icons/source/icon_panels_3.svg index 04517c5a66..04517c5a66 100644 --- a/tools/editor/icons/source/icon_panels_3.svg +++ b/editor/icons/source/icon_panels_3.svg diff --git a/tools/editor/icons/source/icon_panels_3_alt.svg b/editor/icons/source/icon_panels_3_alt.svg index e5a9493287..e5a9493287 100644 --- a/tools/editor/icons/source/icon_panels_3_alt.svg +++ b/editor/icons/source/icon_panels_3_alt.svg diff --git a/tools/editor/icons/source/icon_panels_4.svg b/editor/icons/source/icon_panels_4.svg index 6d07a0b6d5..6d07a0b6d5 100644 --- a/tools/editor/icons/source/icon_panels_4.svg +++ b/editor/icons/source/icon_panels_4.svg diff --git a/tools/editor/icons/source/icon_parallax_background.svg b/editor/icons/source/icon_parallax_background.svg index e1b6a4fb2f..e1b6a4fb2f 100644 --- a/tools/editor/icons/source/icon_parallax_background.svg +++ b/editor/icons/source/icon_parallax_background.svg diff --git a/tools/editor/icons/source/icon_parallax_layer.svg b/editor/icons/source/icon_parallax_layer.svg index 022fdd5339..022fdd5339 100644 --- a/tools/editor/icons/source/icon_parallax_layer.svg +++ b/editor/icons/source/icon_parallax_layer.svg diff --git a/tools/editor/icons/source/icon_particle_attractor_2d.svg b/editor/icons/source/icon_particle_attractor_2d.svg index f755d7fc37..f755d7fc37 100644 --- a/tools/editor/icons/source/icon_particle_attractor_2d.svg +++ b/editor/icons/source/icon_particle_attractor_2d.svg diff --git a/tools/editor/icons/source/icon_particles.svg b/editor/icons/source/icon_particles.svg index f48929a7ef..f48929a7ef 100644 --- a/tools/editor/icons/source/icon_particles.svg +++ b/editor/icons/source/icon_particles.svg diff --git a/tools/editor/icons/source/icon_particles_2d.svg b/editor/icons/source/icon_particles_2d.svg index 1ad1d511f8..1ad1d511f8 100644 --- a/tools/editor/icons/source/icon_particles_2d.svg +++ b/editor/icons/source/icon_particles_2d.svg diff --git a/tools/editor/icons/source/icon_particles_shader.svg b/editor/icons/source/icon_particles_shader.svg index b4c2ef7ccd..b4c2ef7ccd 100644 --- a/tools/editor/icons/source/icon_particles_shader.svg +++ b/editor/icons/source/icon_particles_shader.svg diff --git a/tools/editor/icons/source/icon_patch_9_rect.svg b/editor/icons/source/icon_patch_9_rect.svg index c5a09603a6..c5a09603a6 100644 --- a/tools/editor/icons/source/icon_patch_9_rect.svg +++ b/editor/icons/source/icon_patch_9_rect.svg diff --git a/tools/editor/icons/source/icon_path.svg b/editor/icons/source/icon_path.svg index 39c63eac8a..39c63eac8a 100644 --- a/tools/editor/icons/source/icon_path.svg +++ b/editor/icons/source/icon_path.svg diff --git a/tools/editor/icons/source/icon_path_2d.svg b/editor/icons/source/icon_path_2d.svg index 6887834048..6887834048 100644 --- a/tools/editor/icons/source/icon_path_2d.svg +++ b/editor/icons/source/icon_path_2d.svg diff --git a/tools/editor/icons/source/icon_path_follow.svg b/editor/icons/source/icon_path_follow.svg index 6999df33de..6999df33de 100644 --- a/tools/editor/icons/source/icon_path_follow.svg +++ b/editor/icons/source/icon_path_follow.svg diff --git a/tools/editor/icons/source/icon_path_follow_2d.svg b/editor/icons/source/icon_path_follow_2d.svg index 020a094c0a..020a094c0a 100644 --- a/tools/editor/icons/source/icon_path_follow_2d.svg +++ b/editor/icons/source/icon_path_follow_2d.svg diff --git a/tools/editor/icons/source/icon_pause.svg b/editor/icons/source/icon_pause.svg index 411f1b22da..411f1b22da 100644 --- a/tools/editor/icons/source/icon_pause.svg +++ b/editor/icons/source/icon_pause.svg diff --git a/tools/editor/icons/source/icon_pin.svg b/editor/icons/source/icon_pin.svg index 8281b6438b..8281b6438b 100644 --- a/tools/editor/icons/source/icon_pin.svg +++ b/editor/icons/source/icon_pin.svg diff --git a/tools/editor/icons/source/icon_pin_joint.svg b/editor/icons/source/icon_pin_joint.svg index 47dbe6be60..47dbe6be60 100644 --- a/tools/editor/icons/source/icon_pin_joint.svg +++ b/editor/icons/source/icon_pin_joint.svg diff --git a/tools/editor/icons/source/icon_pin_joint_2d.svg b/editor/icons/source/icon_pin_joint_2d.svg index 90e1579903..90e1579903 100644 --- a/tools/editor/icons/source/icon_pin_joint_2d.svg +++ b/editor/icons/source/icon_pin_joint_2d.svg diff --git a/tools/editor/icons/source/icon_pin_pressed.svg b/editor/icons/source/icon_pin_pressed.svg index 8281b6438b..8281b6438b 100644 --- a/tools/editor/icons/source/icon_pin_pressed.svg +++ b/editor/icons/source/icon_pin_pressed.svg diff --git a/tools/editor/icons/source/icon_plane.svg b/editor/icons/source/icon_plane.svg index de5b5efc82..de5b5efc82 100644 --- a/tools/editor/icons/source/icon_plane.svg +++ b/editor/icons/source/icon_plane.svg diff --git a/tools/editor/icons/source/icon_plane_shape.svg b/editor/icons/source/icon_plane_shape.svg index b2d5e18b8f..b2d5e18b8f 100644 --- a/tools/editor/icons/source/icon_plane_shape.svg +++ b/editor/icons/source/icon_plane_shape.svg diff --git a/tools/editor/icons/source/icon_play.svg b/editor/icons/source/icon_play.svg index 9d3beab97d..9d3beab97d 100644 --- a/tools/editor/icons/source/icon_play.svg +++ b/editor/icons/source/icon_play.svg diff --git a/tools/editor/icons/source/icon_play_backwards.svg b/editor/icons/source/icon_play_backwards.svg index d93d529dd8..d93d529dd8 100644 --- a/tools/editor/icons/source/icon_play_backwards.svg +++ b/editor/icons/source/icon_play_backwards.svg diff --git a/tools/editor/icons/source/icon_play_custom.svg b/editor/icons/source/icon_play_custom.svg index 62ff7fe710..62ff7fe710 100644 --- a/tools/editor/icons/source/icon_play_custom.svg +++ b/editor/icons/source/icon_play_custom.svg diff --git a/tools/editor/icons/source/icon_play_scene.svg b/editor/icons/source/icon_play_scene.svg index 599cd14981..599cd14981 100644 --- a/tools/editor/icons/source/icon_play_scene.svg +++ b/editor/icons/source/icon_play_scene.svg diff --git a/tools/editor/icons/source/icon_play_start.svg b/editor/icons/source/icon_play_start.svg index 7157f59f35..7157f59f35 100644 --- a/tools/editor/icons/source/icon_play_start.svg +++ b/editor/icons/source/icon_play_start.svg diff --git a/tools/editor/icons/source/icon_play_start_backwards.svg b/editor/icons/source/icon_play_start_backwards.svg index 06998f1043..06998f1043 100644 --- a/tools/editor/icons/source/icon_play_start_backwards.svg +++ b/editor/icons/source/icon_play_start_backwards.svg diff --git a/tools/editor/icons/source/icon_polygon_path_finder.svg b/editor/icons/source/icon_polygon_path_finder.svg index c2f8d80c3d..c2f8d80c3d 100644 --- a/tools/editor/icons/source/icon_polygon_path_finder.svg +++ b/editor/icons/source/icon_polygon_path_finder.svg diff --git a/tools/editor/icons/source/icon_popup.svg b/editor/icons/source/icon_popup.svg index 1681e537f6..1681e537f6 100644 --- a/tools/editor/icons/source/icon_popup.svg +++ b/editor/icons/source/icon_popup.svg diff --git a/tools/editor/icons/source/icon_popup_dialog.svg b/editor/icons/source/icon_popup_dialog.svg index 54e14accc7..54e14accc7 100644 --- a/tools/editor/icons/source/icon_popup_dialog.svg +++ b/editor/icons/source/icon_popup_dialog.svg diff --git a/tools/editor/icons/source/icon_popup_menu.svg b/editor/icons/source/icon_popup_menu.svg index e812ca695b..e812ca695b 100644 --- a/tools/editor/icons/source/icon_popup_menu.svg +++ b/editor/icons/source/icon_popup_menu.svg diff --git a/tools/editor/icons/source/icon_popup_panel.svg b/editor/icons/source/icon_popup_panel.svg index c307257efe..c307257efe 100644 --- a/tools/editor/icons/source/icon_popup_panel.svg +++ b/editor/icons/source/icon_popup_panel.svg diff --git a/tools/editor/icons/source/icon_portal.svg b/editor/icons/source/icon_portal.svg index 2f3d22025f..2f3d22025f 100644 --- a/tools/editor/icons/source/icon_portal.svg +++ b/editor/icons/source/icon_portal.svg diff --git a/tools/editor/icons/source/icon_position_2d.svg b/editor/icons/source/icon_position_2d.svg index 4dbb2c188a..4dbb2c188a 100644 --- a/tools/editor/icons/source/icon_position_2d.svg +++ b/editor/icons/source/icon_position_2d.svg diff --git a/tools/editor/icons/source/icon_position_3d.svg b/editor/icons/source/icon_position_3d.svg index b735af4ac3..b735af4ac3 100644 --- a/tools/editor/icons/source/icon_position_3d.svg +++ b/editor/icons/source/icon_position_3d.svg diff --git a/tools/editor/icons/source/icon_progress_1.svg b/editor/icons/source/icon_progress_1.svg index 4b4694d0d4..4b4694d0d4 100644 --- a/tools/editor/icons/source/icon_progress_1.svg +++ b/editor/icons/source/icon_progress_1.svg diff --git a/tools/editor/icons/source/icon_progress_2.svg b/editor/icons/source/icon_progress_2.svg index 1edad60e03..1edad60e03 100644 --- a/tools/editor/icons/source/icon_progress_2.svg +++ b/editor/icons/source/icon_progress_2.svg diff --git a/tools/editor/icons/source/icon_progress_3.svg b/editor/icons/source/icon_progress_3.svg index 405a16854e..405a16854e 100644 --- a/tools/editor/icons/source/icon_progress_3.svg +++ b/editor/icons/source/icon_progress_3.svg diff --git a/tools/editor/icons/source/icon_progress_4.svg b/editor/icons/source/icon_progress_4.svg index 26e97928ee..26e97928ee 100644 --- a/tools/editor/icons/source/icon_progress_4.svg +++ b/editor/icons/source/icon_progress_4.svg diff --git a/tools/editor/icons/source/icon_progress_5.svg b/editor/icons/source/icon_progress_5.svg index 024190e9fd..024190e9fd 100644 --- a/tools/editor/icons/source/icon_progress_5.svg +++ b/editor/icons/source/icon_progress_5.svg diff --git a/tools/editor/icons/source/icon_progress_6.svg b/editor/icons/source/icon_progress_6.svg index 3783c528e7..3783c528e7 100644 --- a/tools/editor/icons/source/icon_progress_6.svg +++ b/editor/icons/source/icon_progress_6.svg diff --git a/tools/editor/icons/source/icon_progress_7.svg b/editor/icons/source/icon_progress_7.svg index 2a2c744b5b..2a2c744b5b 100644 --- a/tools/editor/icons/source/icon_progress_7.svg +++ b/editor/icons/source/icon_progress_7.svg diff --git a/tools/editor/icons/source/icon_progress_8.svg b/editor/icons/source/icon_progress_8.svg index 2331aee2e7..2331aee2e7 100644 --- a/tools/editor/icons/source/icon_progress_8.svg +++ b/editor/icons/source/icon_progress_8.svg diff --git a/tools/editor/icons/source/icon_progress_bar.svg b/editor/icons/source/icon_progress_bar.svg index 1a5458080b..1a5458080b 100644 --- a/tools/editor/icons/source/icon_progress_bar.svg +++ b/editor/icons/source/icon_progress_bar.svg diff --git a/tools/editor/icons/source/icon_proximity_group.svg b/editor/icons/source/icon_proximity_group.svg index 041d0c5ee2..041d0c5ee2 100644 --- a/tools/editor/icons/source/icon_proximity_group.svg +++ b/editor/icons/source/icon_proximity_group.svg diff --git a/tools/editor/icons/source/icon_quad.svg b/editor/icons/source/icon_quad.svg index 86bb1979e7..86bb1979e7 100644 --- a/tools/editor/icons/source/icon_quad.svg +++ b/editor/icons/source/icon_quad.svg diff --git a/tools/editor/icons/source/icon_quat.svg b/editor/icons/source/icon_quat.svg index 36560d9d8f..36560d9d8f 100644 --- a/tools/editor/icons/source/icon_quat.svg +++ b/editor/icons/source/icon_quat.svg diff --git a/tools/editor/icons/source/icon_range.svg b/editor/icons/source/icon_range.svg index 1dd857ff32..1dd857ff32 100644 --- a/tools/editor/icons/source/icon_range.svg +++ b/editor/icons/source/icon_range.svg diff --git a/tools/editor/icons/source/icon_rating_no_star.svg b/editor/icons/source/icon_rating_no_star.svg index 09a9efa112..09a9efa112 100644 --- a/tools/editor/icons/source/icon_rating_no_star.svg +++ b/editor/icons/source/icon_rating_no_star.svg diff --git a/tools/editor/icons/source/icon_rating_star.svg b/editor/icons/source/icon_rating_star.svg index 7ed3f9fbfa..7ed3f9fbfa 100644 --- a/tools/editor/icons/source/icon_rating_star.svg +++ b/editor/icons/source/icon_rating_star.svg diff --git a/tools/editor/icons/source/icon_ray_cast.svg b/editor/icons/source/icon_ray_cast.svg index b8cab72d07..b8cab72d07 100644 --- a/tools/editor/icons/source/icon_ray_cast.svg +++ b/editor/icons/source/icon_ray_cast.svg diff --git a/tools/editor/icons/source/icon_ray_cast_2d.svg b/editor/icons/source/icon_ray_cast_2d.svg index faadd41a17..faadd41a17 100644 --- a/tools/editor/icons/source/icon_ray_cast_2d.svg +++ b/editor/icons/source/icon_ray_cast_2d.svg diff --git a/tools/editor/icons/source/icon_ray_shape.svg b/editor/icons/source/icon_ray_shape.svg index 0e0f2940ae..0e0f2940ae 100644 --- a/tools/editor/icons/source/icon_ray_shape.svg +++ b/editor/icons/source/icon_ray_shape.svg diff --git a/tools/editor/icons/source/icon_ray_shape_2d.svg b/editor/icons/source/icon_ray_shape_2d.svg index 7ffc2ff3b5..7ffc2ff3b5 100644 --- a/tools/editor/icons/source/icon_ray_shape_2d.svg +++ b/editor/icons/source/icon_ray_shape_2d.svg diff --git a/tools/editor/icons/source/icon_rayito.svg b/editor/icons/source/icon_rayito.svg index 56988b9e4f..56988b9e4f 100644 --- a/tools/editor/icons/source/icon_rayito.svg +++ b/editor/icons/source/icon_rayito.svg diff --git a/tools/editor/icons/source/icon_real.svg b/editor/icons/source/icon_real.svg index 1a3406ed48..1a3406ed48 100644 --- a/tools/editor/icons/source/icon_real.svg +++ b/editor/icons/source/icon_real.svg diff --git a/tools/editor/icons/source/icon_rectangle_shape_2d.svg b/editor/icons/source/icon_rectangle_shape_2d.svg index d362944e7a..d362944e7a 100644 --- a/tools/editor/icons/source/icon_rectangle_shape_2d.svg +++ b/editor/icons/source/icon_rectangle_shape_2d.svg diff --git a/tools/editor/icons/source/icon_reference_rect.svg b/editor/icons/source/icon_reference_rect.svg index cee814360d..cee814360d 100644 --- a/tools/editor/icons/source/icon_reference_rect.svg +++ b/editor/icons/source/icon_reference_rect.svg diff --git a/tools/editor/icons/source/icon_reflection_probe.svg b/editor/icons/source/icon_reflection_probe.svg index 64b6493d6d..64b6493d6d 100644 --- a/tools/editor/icons/source/icon_reflection_probe.svg +++ b/editor/icons/source/icon_reflection_probe.svg diff --git a/tools/editor/icons/source/icon_region_edit.svg b/editor/icons/source/icon_region_edit.svg index b42a53e88d..b42a53e88d 100644 --- a/tools/editor/icons/source/icon_region_edit.svg +++ b/editor/icons/source/icon_region_edit.svg diff --git a/tools/editor/icons/source/icon_reload_small.svg b/editor/icons/source/icon_reload_small.svg index 2d891c2238..2d891c2238 100644 --- a/tools/editor/icons/source/icon_reload_small.svg +++ b/editor/icons/source/icon_reload_small.svg diff --git a/tools/editor/icons/source/icon_remote.svg b/editor/icons/source/icon_remote.svg index f5b458c348..f5b458c348 100644 --- a/tools/editor/icons/source/icon_remote.svg +++ b/editor/icons/source/icon_remote.svg diff --git a/tools/editor/icons/source/icon_remote_transform.svg b/editor/icons/source/icon_remote_transform.svg index fbbfacf629..fbbfacf629 100644 --- a/tools/editor/icons/source/icon_remote_transform.svg +++ b/editor/icons/source/icon_remote_transform.svg diff --git a/tools/editor/icons/source/icon_remote_transform_2d.svg b/editor/icons/source/icon_remote_transform_2d.svg index 479cc0eb25..479cc0eb25 100644 --- a/tools/editor/icons/source/icon_remote_transform_2d.svg +++ b/editor/icons/source/icon_remote_transform_2d.svg diff --git a/tools/editor/icons/source/icon_remove.svg b/editor/icons/source/icon_remove.svg index 9d75f1e921..9d75f1e921 100644 --- a/tools/editor/icons/source/icon_remove.svg +++ b/editor/icons/source/icon_remove.svg diff --git a/tools/editor/icons/source/icon_rename.svg b/editor/icons/source/icon_rename.svg index 41eb10c7fc..41eb10c7fc 100644 --- a/tools/editor/icons/source/icon_rename.svg +++ b/editor/icons/source/icon_rename.svg diff --git a/tools/editor/icons/source/icon_reparent.svg b/editor/icons/source/icon_reparent.svg index 79543fe066..79543fe066 100644 --- a/tools/editor/icons/source/icon_reparent.svg +++ b/editor/icons/source/icon_reparent.svg diff --git a/tools/editor/icons/source/icon_resource_preloader.svg b/editor/icons/source/icon_resource_preloader.svg index bab1bb4e1e..bab1bb4e1e 100644 --- a/tools/editor/icons/source/icon_resource_preloader.svg +++ b/editor/icons/source/icon_resource_preloader.svg diff --git a/tools/editor/icons/source/icon_rich_text_label.svg b/editor/icons/source/icon_rich_text_label.svg index 4a77dbe672..4a77dbe672 100644 --- a/tools/editor/icons/source/icon_rich_text_label.svg +++ b/editor/icons/source/icon_rich_text_label.svg diff --git a/tools/editor/icons/source/icon_rigid_body.svg b/editor/icons/source/icon_rigid_body.svg index 6bebb5250f..6bebb5250f 100644 --- a/tools/editor/icons/source/icon_rigid_body.svg +++ b/editor/icons/source/icon_rigid_body.svg diff --git a/tools/editor/icons/source/icon_rigid_body_2d.svg b/editor/icons/source/icon_rigid_body_2d.svg index 9c8309ecfb..9c8309ecfb 100644 --- a/tools/editor/icons/source/icon_rigid_body_2d.svg +++ b/editor/icons/source/icon_rigid_body_2d.svg diff --git a/tools/editor/icons/source/icon_room.svg b/editor/icons/source/icon_room.svg index 599bbeb770..599bbeb770 100644 --- a/tools/editor/icons/source/icon_room.svg +++ b/editor/icons/source/icon_room.svg diff --git a/tools/editor/icons/source/icon_room_bounds.svg b/editor/icons/source/icon_room_bounds.svg index 8f7e6e6c83..8f7e6e6c83 100644 --- a/tools/editor/icons/source/icon_room_bounds.svg +++ b/editor/icons/source/icon_room_bounds.svg diff --git a/tools/editor/icons/source/icon_rotate_0.svg b/editor/icons/source/icon_rotate_0.svg index 710edc8fee..710edc8fee 100644 --- a/tools/editor/icons/source/icon_rotate_0.svg +++ b/editor/icons/source/icon_rotate_0.svg diff --git a/tools/editor/icons/source/icon_rotate_180.svg b/editor/icons/source/icon_rotate_180.svg index ba44fa295d..ba44fa295d 100644 --- a/tools/editor/icons/source/icon_rotate_180.svg +++ b/editor/icons/source/icon_rotate_180.svg diff --git a/tools/editor/icons/source/icon_rotate_270.svg b/editor/icons/source/icon_rotate_270.svg index 403321cb89..403321cb89 100644 --- a/tools/editor/icons/source/icon_rotate_270.svg +++ b/editor/icons/source/icon_rotate_270.svg diff --git a/tools/editor/icons/source/icon_rotate_90.svg b/editor/icons/source/icon_rotate_90.svg index f6b7d84032..f6b7d84032 100644 --- a/tools/editor/icons/source/icon_rotate_90.svg +++ b/editor/icons/source/icon_rotate_90.svg diff --git a/tools/editor/icons/source/icon_sample.svg b/editor/icons/source/icon_sample.svg index 782e07a012..782e07a012 100644 --- a/tools/editor/icons/source/icon_sample.svg +++ b/editor/icons/source/icon_sample.svg diff --git a/tools/editor/icons/source/icon_sample_library.svg b/editor/icons/source/icon_sample_library.svg index 78b01430c2..78b01430c2 100644 --- a/tools/editor/icons/source/icon_sample_library.svg +++ b/editor/icons/source/icon_sample_library.svg diff --git a/tools/editor/icons/source/icon_sample_player.svg b/editor/icons/source/icon_sample_player.svg index 2254718a9b..2254718a9b 100644 --- a/tools/editor/icons/source/icon_sample_player.svg +++ b/editor/icons/source/icon_sample_player.svg diff --git a/tools/editor/icons/source/icon_sample_player_2d.svg b/editor/icons/source/icon_sample_player_2d.svg index 33a7eba019..33a7eba019 100644 --- a/tools/editor/icons/source/icon_sample_player_2d.svg +++ b/editor/icons/source/icon_sample_player_2d.svg diff --git a/tools/editor/icons/source/icon_save.svg b/editor/icons/source/icon_save.svg index 9307537d4b..9307537d4b 100644 --- a/tools/editor/icons/source/icon_save.svg +++ b/editor/icons/source/icon_save.svg diff --git a/tools/editor/icons/source/icon_script.svg b/editor/icons/source/icon_script.svg index 8073692ce8..8073692ce8 100644 --- a/tools/editor/icons/source/icon_script.svg +++ b/editor/icons/source/icon_script.svg diff --git a/tools/editor/icons/source/icon_script_create.svg b/editor/icons/source/icon_script_create.svg index 0cf16a9c3b..0cf16a9c3b 100644 --- a/tools/editor/icons/source/icon_script_create.svg +++ b/editor/icons/source/icon_script_create.svg diff --git a/tools/editor/icons/source/icon_script_remove.svg b/editor/icons/source/icon_script_remove.svg index 1a0a0eebe3..1a0a0eebe3 100644 --- a/tools/editor/icons/source/icon_script_remove.svg +++ b/editor/icons/source/icon_script_remove.svg diff --git a/tools/editor/icons/source/icon_scroll_bar.svg b/editor/icons/source/icon_scroll_bar.svg index 2f007c7c94..2f007c7c94 100644 --- a/tools/editor/icons/source/icon_scroll_bar.svg +++ b/editor/icons/source/icon_scroll_bar.svg diff --git a/tools/editor/icons/source/icon_scroll_container.svg b/editor/icons/source/icon_scroll_container.svg index d694b646e0..d694b646e0 100644 --- a/tools/editor/icons/source/icon_scroll_container.svg +++ b/editor/icons/source/icon_scroll_container.svg diff --git a/tools/editor/icons/source/icon_segment_shape_2d.svg b/editor/icons/source/icon_segment_shape_2d.svg index b509a31362..b509a31362 100644 --- a/tools/editor/icons/source/icon_segment_shape_2d.svg +++ b/editor/icons/source/icon_segment_shape_2d.svg diff --git a/tools/editor/icons/source/icon_shader.svg b/editor/icons/source/icon_shader.svg index 1a2393fec2..1a2393fec2 100644 --- a/tools/editor/icons/source/icon_shader.svg +++ b/editor/icons/source/icon_shader.svg diff --git a/tools/editor/icons/source/icon_short_cut.svg b/editor/icons/source/icon_short_cut.svg index 05069e8ea1..05069e8ea1 100644 --- a/tools/editor/icons/source/icon_short_cut.svg +++ b/editor/icons/source/icon_short_cut.svg diff --git a/tools/editor/icons/source/icon_signal.svg b/editor/icons/source/icon_signal.svg index b4d3ff5ac8..b4d3ff5ac8 100644 --- a/tools/editor/icons/source/icon_signal.svg +++ b/editor/icons/source/icon_signal.svg diff --git a/tools/editor/icons/source/icon_skeleton.svg b/editor/icons/source/icon_skeleton.svg index 2850b0331d..2850b0331d 100644 --- a/tools/editor/icons/source/icon_skeleton.svg +++ b/editor/icons/source/icon_skeleton.svg diff --git a/tools/editor/icons/source/icon_slider_joint.svg b/editor/icons/source/icon_slider_joint.svg index 021a295186..021a295186 100644 --- a/tools/editor/icons/source/icon_slider_joint.svg +++ b/editor/icons/source/icon_slider_joint.svg diff --git a/tools/editor/icons/source/icon_slot.svg b/editor/icons/source/icon_slot.svg index d613f1e1a4..d613f1e1a4 100644 --- a/tools/editor/icons/source/icon_slot.svg +++ b/editor/icons/source/icon_slot.svg diff --git a/tools/editor/icons/source/icon_snap.svg b/editor/icons/source/icon_snap.svg index 321dedf6b6..321dedf6b6 100644 --- a/tools/editor/icons/source/icon_snap.svg +++ b/editor/icons/source/icon_snap.svg diff --git a/tools/editor/icons/source/icon_sound_room_params.svg b/editor/icons/source/icon_sound_room_params.svg index a71c126ddc..a71c126ddc 100644 --- a/tools/editor/icons/source/icon_sound_room_params.svg +++ b/editor/icons/source/icon_sound_room_params.svg diff --git a/tools/editor/icons/source/icon_spatial.svg b/editor/icons/source/icon_spatial.svg index 0d03754016..0d03754016 100644 --- a/tools/editor/icons/source/icon_spatial.svg +++ b/editor/icons/source/icon_spatial.svg diff --git a/tools/editor/icons/source/icon_spatial_sample_player.svg b/editor/icons/source/icon_spatial_sample_player.svg index 9b5f5d9af6..9b5f5d9af6 100644 --- a/tools/editor/icons/source/icon_spatial_sample_player.svg +++ b/editor/icons/source/icon_spatial_sample_player.svg diff --git a/tools/editor/icons/source/icon_spatial_shader.svg b/editor/icons/source/icon_spatial_shader.svg index 329354b716..329354b716 100644 --- a/tools/editor/icons/source/icon_spatial_shader.svg +++ b/editor/icons/source/icon_spatial_shader.svg diff --git a/tools/editor/icons/source/icon_spatial_stream_player.svg b/editor/icons/source/icon_spatial_stream_player.svg index bd081a3dc2..bd081a3dc2 100644 --- a/tools/editor/icons/source/icon_spatial_stream_player.svg +++ b/editor/icons/source/icon_spatial_stream_player.svg diff --git a/tools/editor/icons/source/icon_sphere_shape.svg b/editor/icons/source/icon_sphere_shape.svg index b1bca49f97..b1bca49f97 100644 --- a/tools/editor/icons/source/icon_sphere_shape.svg +++ b/editor/icons/source/icon_sphere_shape.svg diff --git a/tools/editor/icons/source/icon_spin_box.svg b/editor/icons/source/icon_spin_box.svg index e0086ed12e..e0086ed12e 100644 --- a/tools/editor/icons/source/icon_spin_box.svg +++ b/editor/icons/source/icon_spin_box.svg diff --git a/tools/editor/icons/source/icon_spot_light.svg b/editor/icons/source/icon_spot_light.svg index 04f5b42f4d..04f5b42f4d 100644 --- a/tools/editor/icons/source/icon_spot_light.svg +++ b/editor/icons/source/icon_spot_light.svg diff --git a/tools/editor/icons/source/icon_sprite.svg b/editor/icons/source/icon_sprite.svg index 488bbf934d..488bbf934d 100644 --- a/tools/editor/icons/source/icon_sprite.svg +++ b/editor/icons/source/icon_sprite.svg diff --git a/tools/editor/icons/source/icon_sprite_3d.svg b/editor/icons/source/icon_sprite_3d.svg index 4ea81f7ea2..4ea81f7ea2 100644 --- a/tools/editor/icons/source/icon_sprite_3d.svg +++ b/editor/icons/source/icon_sprite_3d.svg diff --git a/tools/editor/icons/source/icon_sprite_frames.svg b/editor/icons/source/icon_sprite_frames.svg index dc445da773..dc445da773 100644 --- a/tools/editor/icons/source/icon_sprite_frames.svg +++ b/editor/icons/source/icon_sprite_frames.svg diff --git a/tools/editor/icons/source/icon_static_body.svg b/editor/icons/source/icon_static_body.svg index fcaa2b7d3e..fcaa2b7d3e 100644 --- a/tools/editor/icons/source/icon_static_body.svg +++ b/editor/icons/source/icon_static_body.svg diff --git a/tools/editor/icons/source/icon_static_body_2d.svg b/editor/icons/source/icon_static_body_2d.svg index 0ed3ef7cf0..0ed3ef7cf0 100644 --- a/tools/editor/icons/source/icon_static_body_2d.svg +++ b/editor/icons/source/icon_static_body_2d.svg diff --git a/tools/editor/icons/source/icon_stream_player.svg b/editor/icons/source/icon_stream_player.svg index 618646bbed..618646bbed 100644 --- a/tools/editor/icons/source/icon_stream_player.svg +++ b/editor/icons/source/icon_stream_player.svg diff --git a/tools/editor/icons/source/icon_string.svg b/editor/icons/source/icon_string.svg index f32e82256f..f32e82256f 100644 --- a/tools/editor/icons/source/icon_string.svg +++ b/editor/icons/source/icon_string.svg diff --git a/tools/editor/icons/source/icon_style_box_empty.svg b/editor/icons/source/icon_style_box_empty.svg index c881fe1c10..c881fe1c10 100644 --- a/tools/editor/icons/source/icon_style_box_empty.svg +++ b/editor/icons/source/icon_style_box_empty.svg diff --git a/tools/editor/icons/source/icon_style_box_flat.svg b/editor/icons/source/icon_style_box_flat.svg index 9071014ff3..9071014ff3 100644 --- a/tools/editor/icons/source/icon_style_box_flat.svg +++ b/editor/icons/source/icon_style_box_flat.svg diff --git a/tools/editor/icons/source/icon_style_box_texture.svg b/editor/icons/source/icon_style_box_texture.svg index 30b1f1af68..30b1f1af68 100644 --- a/tools/editor/icons/source/icon_style_box_texture.svg +++ b/editor/icons/source/icon_style_box_texture.svg diff --git a/tools/editor/icons/source/icon_tab_container.svg b/editor/icons/source/icon_tab_container.svg index 6c197a86f6..6c197a86f6 100644 --- a/tools/editor/icons/source/icon_tab_container.svg +++ b/editor/icons/source/icon_tab_container.svg diff --git a/tools/editor/icons/source/icon_tabs.svg b/editor/icons/source/icon_tabs.svg index 79ed1e5910..79ed1e5910 100644 --- a/tools/editor/icons/source/icon_tabs.svg +++ b/editor/icons/source/icon_tabs.svg diff --git a/tools/editor/icons/source/icon_test_cube.svg b/editor/icons/source/icon_test_cube.svg index c42c0bb674..c42c0bb674 100644 --- a/tools/editor/icons/source/icon_test_cube.svg +++ b/editor/icons/source/icon_test_cube.svg diff --git a/tools/editor/icons/source/icon_text_edit.svg b/editor/icons/source/icon_text_edit.svg index 4d08e9e3b2..4d08e9e3b2 100644 --- a/tools/editor/icons/source/icon_text_edit.svg +++ b/editor/icons/source/icon_text_edit.svg diff --git a/tools/editor/icons/source/icon_texture.svg b/editor/icons/source/icon_texture.svg index 39e88e592b..39e88e592b 100644 --- a/tools/editor/icons/source/icon_texture.svg +++ b/editor/icons/source/icon_texture.svg diff --git a/tools/editor/icons/source/icon_texture_button.svg b/editor/icons/source/icon_texture_button.svg index ef447af082..ef447af082 100644 --- a/tools/editor/icons/source/icon_texture_button.svg +++ b/editor/icons/source/icon_texture_button.svg diff --git a/tools/editor/icons/source/icon_texture_progress.svg b/editor/icons/source/icon_texture_progress.svg index 493dd7fd63..493dd7fd63 100644 --- a/tools/editor/icons/source/icon_texture_progress.svg +++ b/editor/icons/source/icon_texture_progress.svg diff --git a/tools/editor/icons/source/icon_texture_rect.svg b/editor/icons/source/icon_texture_rect.svg index 88d9b4081f..88d9b4081f 100644 --- a/tools/editor/icons/source/icon_texture_rect.svg +++ b/editor/icons/source/icon_texture_rect.svg diff --git a/tools/editor/icons/source/icon_theme.svg b/editor/icons/source/icon_theme.svg index 2cacb9755a..2cacb9755a 100644 --- a/tools/editor/icons/source/icon_theme.svg +++ b/editor/icons/source/icon_theme.svg diff --git a/tools/editor/icons/source/icon_tile_map.svg b/editor/icons/source/icon_tile_map.svg index 28f75a97e5..28f75a97e5 100644 --- a/tools/editor/icons/source/icon_tile_map.svg +++ b/editor/icons/source/icon_tile_map.svg diff --git a/tools/editor/icons/source/icon_tile_set.svg b/editor/icons/source/icon_tile_set.svg index e697f03888..e697f03888 100644 --- a/tools/editor/icons/source/icon_tile_set.svg +++ b/editor/icons/source/icon_tile_set.svg diff --git a/tools/editor/icons/source/icon_timer.svg b/editor/icons/source/icon_timer.svg index 0615ab865a..0615ab865a 100644 --- a/tools/editor/icons/source/icon_timer.svg +++ b/editor/icons/source/icon_timer.svg diff --git a/tools/editor/icons/source/icon_tool_button.svg b/editor/icons/source/icon_tool_button.svg index 1c5176c8c9..1c5176c8c9 100644 --- a/tools/editor/icons/source/icon_tool_button.svg +++ b/editor/icons/source/icon_tool_button.svg diff --git a/tools/editor/icons/source/icon_tool_move.svg b/editor/icons/source/icon_tool_move.svg index 243b680dfe..243b680dfe 100644 --- a/tools/editor/icons/source/icon_tool_move.svg +++ b/editor/icons/source/icon_tool_move.svg diff --git a/tools/editor/icons/source/icon_tool_pan.svg b/editor/icons/source/icon_tool_pan.svg index a93fc3d29d..a93fc3d29d 100644 --- a/tools/editor/icons/source/icon_tool_pan.svg +++ b/editor/icons/source/icon_tool_pan.svg diff --git a/tools/editor/icons/source/icon_tool_rotate.svg b/editor/icons/source/icon_tool_rotate.svg index 817aee3995..817aee3995 100644 --- a/tools/editor/icons/source/icon_tool_rotate.svg +++ b/editor/icons/source/icon_tool_rotate.svg diff --git a/tools/editor/icons/source/icon_tool_scale.svg b/editor/icons/source/icon_tool_scale.svg index 515bef3bb7..515bef3bb7 100644 --- a/tools/editor/icons/source/icon_tool_scale.svg +++ b/editor/icons/source/icon_tool_scale.svg diff --git a/tools/editor/icons/source/icon_tool_select.svg b/editor/icons/source/icon_tool_select.svg index 2da6a3e6ba..2da6a3e6ba 100644 --- a/tools/editor/icons/source/icon_tool_select.svg +++ b/editor/icons/source/icon_tool_select.svg diff --git a/tools/editor/icons/source/icon_tools.svg b/editor/icons/source/icon_tools.svg index f2b8cd9343..f2b8cd9343 100644 --- a/tools/editor/icons/source/icon_tools.svg +++ b/editor/icons/source/icon_tools.svg diff --git a/tools/editor/icons/source/icon_touch_screen_button.svg b/editor/icons/source/icon_touch_screen_button.svg index 70abc964aa..70abc964aa 100644 --- a/tools/editor/icons/source/icon_touch_screen_button.svg +++ b/editor/icons/source/icon_touch_screen_button.svg diff --git a/tools/editor/icons/source/icon_track_add_key.svg b/editor/icons/source/icon_track_add_key.svg index f550f922bb..f550f922bb 100644 --- a/tools/editor/icons/source/icon_track_add_key.svg +++ b/editor/icons/source/icon_track_add_key.svg diff --git a/tools/editor/icons/source/icon_track_add_key_hl.svg b/editor/icons/source/icon_track_add_key_hl.svg index 1b45cf8c4a..1b45cf8c4a 100644 --- a/tools/editor/icons/source/icon_track_add_key_hl.svg +++ b/editor/icons/source/icon_track_add_key_hl.svg diff --git a/tools/editor/icons/source/icon_track_continuous.svg b/editor/icons/source/icon_track_continuous.svg index 78b9dd3f4b..78b9dd3f4b 100644 --- a/tools/editor/icons/source/icon_track_continuous.svg +++ b/editor/icons/source/icon_track_continuous.svg diff --git a/tools/editor/icons/source/icon_track_discrete.svg b/editor/icons/source/icon_track_discrete.svg index 381782cf6f..381782cf6f 100644 --- a/tools/editor/icons/source/icon_track_discrete.svg +++ b/editor/icons/source/icon_track_discrete.svg diff --git a/tools/editor/icons/source/icon_track_trigger.svg b/editor/icons/source/icon_track_trigger.svg index 9c13791f70..9c13791f70 100644 --- a/tools/editor/icons/source/icon_track_trigger.svg +++ b/editor/icons/source/icon_track_trigger.svg diff --git a/tools/editor/icons/source/icon_translation.svg b/editor/icons/source/icon_translation.svg index 389b8a40de..389b8a40de 100644 --- a/tools/editor/icons/source/icon_translation.svg +++ b/editor/icons/source/icon_translation.svg diff --git a/tools/editor/icons/source/icon_transpose.svg b/editor/icons/source/icon_transpose.svg index ceccfecfa3..ceccfecfa3 100644 --- a/tools/editor/icons/source/icon_transpose.svg +++ b/editor/icons/source/icon_transpose.svg diff --git a/tools/editor/icons/source/icon_tree.svg b/editor/icons/source/icon_tree.svg index b31fd38097..b31fd38097 100644 --- a/tools/editor/icons/source/icon_tree.svg +++ b/editor/icons/source/icon_tree.svg diff --git a/tools/editor/icons/source/icon_tween.svg b/editor/icons/source/icon_tween.svg index 5cb5cad227..5cb5cad227 100644 --- a/tools/editor/icons/source/icon_tween.svg +++ b/editor/icons/source/icon_tween.svg diff --git a/tools/editor/icons/source/icon_unbone.svg b/editor/icons/source/icon_unbone.svg index 7e4109f2ec..7e4109f2ec 100644 --- a/tools/editor/icons/source/icon_unbone.svg +++ b/editor/icons/source/icon_unbone.svg diff --git a/tools/editor/icons/source/icon_ungroup.svg b/editor/icons/source/icon_ungroup.svg index f0b33465cd..f0b33465cd 100644 --- a/tools/editor/icons/source/icon_ungroup.svg +++ b/editor/icons/source/icon_ungroup.svg diff --git a/tools/editor/icons/source/icon_unlock.svg b/editor/icons/source/icon_unlock.svg index b821d486ed..b821d486ed 100644 --- a/tools/editor/icons/source/icon_unlock.svg +++ b/editor/icons/source/icon_unlock.svg diff --git a/tools/editor/icons/source/icon_uv.svg b/editor/icons/source/icon_uv.svg index 698a57fc0a..698a57fc0a 100644 --- a/tools/editor/icons/source/icon_uv.svg +++ b/editor/icons/source/icon_uv.svg diff --git a/tools/editor/icons/source/icon_v_box_container.svg b/editor/icons/source/icon_v_box_container.svg index 9773b253fb..9773b253fb 100644 --- a/tools/editor/icons/source/icon_v_box_container.svg +++ b/editor/icons/source/icon_v_box_container.svg diff --git a/tools/editor/icons/source/icon_v_button_array.svg b/editor/icons/source/icon_v_button_array.svg index aded4b401b..aded4b401b 100644 --- a/tools/editor/icons/source/icon_v_button_array.svg +++ b/editor/icons/source/icon_v_button_array.svg diff --git a/tools/editor/icons/source/icon_v_scroll_bar.svg b/editor/icons/source/icon_v_scroll_bar.svg index 659dc39b0b..659dc39b0b 100644 --- a/tools/editor/icons/source/icon_v_scroll_bar.svg +++ b/editor/icons/source/icon_v_scroll_bar.svg diff --git a/tools/editor/icons/source/icon_v_separator.svg b/editor/icons/source/icon_v_separator.svg index 7e5ce39ba0..7e5ce39ba0 100644 --- a/tools/editor/icons/source/icon_v_separator.svg +++ b/editor/icons/source/icon_v_separator.svg diff --git a/tools/editor/icons/source/icon_v_slider.svg b/editor/icons/source/icon_v_slider.svg index 74b59cfce5..74b59cfce5 100644 --- a/tools/editor/icons/source/icon_v_slider.svg +++ b/editor/icons/source/icon_v_slider.svg diff --git a/tools/editor/icons/source/icon_v_split_container.svg b/editor/icons/source/icon_v_split_container.svg index 4e7704eb4e..4e7704eb4e 100644 --- a/tools/editor/icons/source/icon_v_split_container.svg +++ b/editor/icons/source/icon_v_split_container.svg diff --git a/tools/editor/icons/source/icon_vector.svg b/editor/icons/source/icon_vector.svg index 3260aa77ac..3260aa77ac 100644 --- a/tools/editor/icons/source/icon_vector.svg +++ b/editor/icons/source/icon_vector.svg diff --git a/tools/editor/icons/source/icon_vector2.svg b/editor/icons/source/icon_vector2.svg index b7b157db01..b7b157db01 100644 --- a/tools/editor/icons/source/icon_vector2.svg +++ b/editor/icons/source/icon_vector2.svg diff --git a/tools/editor/icons/source/icon_vehicle_body.svg b/editor/icons/source/icon_vehicle_body.svg index a168b98a99..a168b98a99 100644 --- a/tools/editor/icons/source/icon_vehicle_body.svg +++ b/editor/icons/source/icon_vehicle_body.svg diff --git a/tools/editor/icons/source/icon_vehicle_wheel.svg b/editor/icons/source/icon_vehicle_wheel.svg index dff80c4d00..dff80c4d00 100644 --- a/tools/editor/icons/source/icon_vehicle_wheel.svg +++ b/editor/icons/source/icon_vehicle_wheel.svg diff --git a/tools/editor/icons/source/icon_video_player.svg b/editor/icons/source/icon_video_player.svg index bfb499518b..bfb499518b 100644 --- a/tools/editor/icons/source/icon_video_player.svg +++ b/editor/icons/source/icon_video_player.svg diff --git a/tools/editor/icons/source/icon_viewport.svg b/editor/icons/source/icon_viewport.svg index 631260ab33..631260ab33 100644 --- a/tools/editor/icons/source/icon_viewport.svg +++ b/editor/icons/source/icon_viewport.svg diff --git a/tools/editor/icons/source/icon_viewport_container.svg b/editor/icons/source/icon_viewport_container.svg index 300b8390c4..300b8390c4 100644 --- a/tools/editor/icons/source/icon_viewport_container.svg +++ b/editor/icons/source/icon_viewport_container.svg diff --git a/tools/editor/icons/source/icon_viewport_sprite.svg b/editor/icons/source/icon_viewport_sprite.svg index ab1ac198ce..ab1ac198ce 100644 --- a/tools/editor/icons/source/icon_viewport_sprite.svg +++ b/editor/icons/source/icon_viewport_sprite.svg diff --git a/tools/editor/icons/source/icon_viewport_texture.svg b/editor/icons/source/icon_viewport_texture.svg index 4cf6532059..4cf6532059 100644 --- a/tools/editor/icons/source/icon_viewport_texture.svg +++ b/editor/icons/source/icon_viewport_texture.svg diff --git a/tools/editor/icons/source/icon_visibility_enabler.svg b/editor/icons/source/icon_visibility_enabler.svg index 7c3bc54c99..7c3bc54c99 100644 --- a/tools/editor/icons/source/icon_visibility_enabler.svg +++ b/editor/icons/source/icon_visibility_enabler.svg diff --git a/tools/editor/icons/source/icon_visibility_enabler_2d.svg b/editor/icons/source/icon_visibility_enabler_2d.svg index 1e7d1a751f..1e7d1a751f 100644 --- a/tools/editor/icons/source/icon_visibility_enabler_2d.svg +++ b/editor/icons/source/icon_visibility_enabler_2d.svg diff --git a/tools/editor/icons/source/icon_visibility_notifier.svg b/editor/icons/source/icon_visibility_notifier.svg index b307a6162d..b307a6162d 100644 --- a/tools/editor/icons/source/icon_visibility_notifier.svg +++ b/editor/icons/source/icon_visibility_notifier.svg diff --git a/tools/editor/icons/source/icon_visibility_notifier_2d.svg b/editor/icons/source/icon_visibility_notifier_2d.svg index dc2482f9e1..dc2482f9e1 100644 --- a/tools/editor/icons/source/icon_visibility_notifier_2d.svg +++ b/editor/icons/source/icon_visibility_notifier_2d.svg diff --git a/tools/editor/icons/source/icon_visible.svg b/editor/icons/source/icon_visible.svg index 0185e1f3a9..0185e1f3a9 100644 --- a/tools/editor/icons/source/icon_visible.svg +++ b/editor/icons/source/icon_visible.svg diff --git a/tools/editor/icons/source/icon_visual_script.svg b/editor/icons/source/icon_visual_script.svg index be4b47ca54..be4b47ca54 100644 --- a/tools/editor/icons/source/icon_visual_script.svg +++ b/editor/icons/source/icon_visual_script.svg diff --git a/tools/editor/icons/source/icon_visual_shader_port.svg b/editor/icons/source/icon_visual_shader_port.svg index 9e80e0e9e9..9e80e0e9e9 100644 --- a/tools/editor/icons/source/icon_visual_shader_port.svg +++ b/editor/icons/source/icon_visual_shader_port.svg diff --git a/tools/editor/icons/source/icon_vu_empty.svg b/editor/icons/source/icon_vu_empty.svg index c4c7a4e625..c4c7a4e625 100644 --- a/tools/editor/icons/source/icon_vu_empty.svg +++ b/editor/icons/source/icon_vu_empty.svg diff --git a/tools/editor/icons/source/icon_vu_full.svg b/editor/icons/source/icon_vu_full.svg index 7084ddf204..7084ddf204 100644 --- a/tools/editor/icons/source/icon_vu_full.svg +++ b/editor/icons/source/icon_vu_full.svg diff --git a/tools/editor/icons/source/icon_warning.svg b/editor/icons/source/icon_warning.svg index 4d39141a58..4d39141a58 100644 --- a/tools/editor/icons/source/icon_warning.svg +++ b/editor/icons/source/icon_warning.svg diff --git a/tools/editor/icons/source/icon_window_dialog.svg b/editor/icons/source/icon_window_dialog.svg index 433ae48a55..433ae48a55 100644 --- a/tools/editor/icons/source/icon_window_dialog.svg +++ b/editor/icons/source/icon_window_dialog.svg diff --git a/tools/editor/icons/source/icon_world.svg b/editor/icons/source/icon_world.svg index b2be396217..b2be396217 100644 --- a/tools/editor/icons/source/icon_world.svg +++ b/editor/icons/source/icon_world.svg diff --git a/tools/editor/icons/source/icon_world_2d.svg b/editor/icons/source/icon_world_2d.svg index cb4427808a..cb4427808a 100644 --- a/tools/editor/icons/source/icon_world_2d.svg +++ b/editor/icons/source/icon_world_2d.svg diff --git a/tools/editor/icons/source/icon_world_environment.svg b/editor/icons/source/icon_world_environment.svg index 912e348c81..912e348c81 100644 --- a/tools/editor/icons/source/icon_world_environment.svg +++ b/editor/icons/source/icon_world_environment.svg diff --git a/tools/editor/icons/source/icon_y_sort.svg b/editor/icons/source/icon_y_sort.svg index 65990097c6..65990097c6 100644 --- a/tools/editor/icons/source/icon_y_sort.svg +++ b/editor/icons/source/icon_y_sort.svg diff --git a/tools/editor/icons/source/icon_zoom.svg b/editor/icons/source/icon_zoom.svg index 811036b370..811036b370 100644 --- a/tools/editor/icons/source/icon_zoom.svg +++ b/editor/icons/source/icon_zoom.svg diff --git a/tools/editor/icons/source/icon_zoom_less.svg b/editor/icons/source/icon_zoom_less.svg index 970b1954bb..970b1954bb 100644 --- a/tools/editor/icons/source/icon_zoom_less.svg +++ b/editor/icons/source/icon_zoom_less.svg diff --git a/tools/editor/icons/source/icon_zoom_more.svg b/editor/icons/source/icon_zoom_more.svg index 87acdfb021..87acdfb021 100644 --- a/tools/editor/icons/source/icon_zoom_more.svg +++ b/editor/icons/source/icon_zoom_more.svg diff --git a/tools/editor/icons/source/icon_zoom_reset.svg b/editor/icons/source/icon_zoom_reset.svg index a82f93dfea..a82f93dfea 100644 --- a/tools/editor/icons/source/icon_zoom_reset.svg +++ b/editor/icons/source/icon_zoom_reset.svg diff --git a/tools/editor/icons/xpmfix.sh b/editor/icons/xpmfix.sh index a24dede3c9..a24dede3c9 100755 --- a/tools/editor/icons/xpmfix.sh +++ b/editor/icons/xpmfix.sh diff --git a/tools/editor/import/SCsub b/editor/import/SCsub index f1fa50148f..f1fa50148f 100644 --- a/tools/editor/import/SCsub +++ b/editor/import/SCsub diff --git a/tools/editor/import/editor_import_collada.cpp b/editor/import/editor_import_collada.cpp index a901de1faf..7098e8812b 100644 --- a/tools/editor/import/editor_import_collada.cpp +++ b/editor/import/editor_import_collada.cpp @@ -39,8 +39,8 @@ #include "scene/resources/animation.h" #include "scene/resources/packed_scene.h" #include "os/os.h" -#include "tools/editor/collada/collada.h" -#include "tools/editor/editor_node.h" +#include "editor/collada/collada.h" +#include "editor/editor_node.h" #include <iostream> diff --git a/tools/editor/import/editor_import_collada.h b/editor/import/editor_import_collada.h index cd3614bb40..5c7624bd33 100644 --- a/tools/editor/import/editor_import_collada.h +++ b/editor/import/editor_import_collada.h @@ -29,7 +29,7 @@ #ifndef EDITOR_IMPORT_COLLADA_H #define EDITOR_IMPORT_COLLADA_H -#include "tools/editor/import/resource_importer_scene.h" +#include "editor/import/resource_importer_scene.h" diff --git a/tools/editor/import/resource_importer_csv_translation.cpp b/editor/import/resource_importer_csv_translation.cpp index f14c10fb99..f14c10fb99 100644 --- a/tools/editor/import/resource_importer_csv_translation.cpp +++ b/editor/import/resource_importer_csv_translation.cpp diff --git a/tools/editor/import/resource_importer_csv_translation.h b/editor/import/resource_importer_csv_translation.h index d08218e7d9..d08218e7d9 100644 --- a/tools/editor/import/resource_importer_csv_translation.h +++ b/editor/import/resource_importer_csv_translation.h diff --git a/tools/editor/import/resource_importer_obj.cpp b/editor/import/resource_importer_obj.cpp index aacb5fbb2d..aacb5fbb2d 100644 --- a/tools/editor/import/resource_importer_obj.cpp +++ b/editor/import/resource_importer_obj.cpp diff --git a/tools/editor/import/resource_importer_obj.h b/editor/import/resource_importer_obj.h index d2a3c4fddd..d2a3c4fddd 100644 --- a/tools/editor/import/resource_importer_obj.h +++ b/editor/import/resource_importer_obj.h diff --git a/tools/editor/import/resource_importer_scene.cpp b/editor/import/resource_importer_scene.cpp index 406058c59e..cdaf40798b 100644 --- a/tools/editor/import/resource_importer_scene.cpp +++ b/editor/import/resource_importer_scene.cpp @@ -2,7 +2,7 @@ #include "scene/resources/packed_scene.h" #include "io/resource_saver.h" -#include "tools/editor/editor_node.h" +#include "editor/editor_node.h" #include "scene/3d/mesh_instance.h" #include "scene/3d/navigation.h" diff --git a/tools/editor/import/resource_importer_scene.h b/editor/import/resource_importer_scene.h index cfa44b160a..cfa44b160a 100644 --- a/tools/editor/import/resource_importer_scene.h +++ b/editor/import/resource_importer_scene.h diff --git a/tools/editor/import/resource_importer_texture.cpp b/editor/import/resource_importer_texture.cpp index 21e434fa11..43c7ff79c6 100644 --- a/tools/editor/import/resource_importer_texture.cpp +++ b/editor/import/resource_importer_texture.cpp @@ -1,7 +1,7 @@ #include "resource_importer_texture.h" #include "io/image_loader.h" #include "scene/resources/texture.h" -#include "tools/editor/editor_file_system.h" +#include "editor/editor_file_system.h" #include "io/config_file.h" diff --git a/tools/editor/import/resource_importer_texture.h b/editor/import/resource_importer_texture.h index 4c795e132c..4c795e132c 100644 --- a/tools/editor/import/resource_importer_texture.h +++ b/editor/import/resource_importer_texture.h diff --git a/tools/editor/import/resource_importer_wav.cpp b/editor/import/resource_importer_wav.cpp index ee53b740ca..ee53b740ca 100644 --- a/tools/editor/import/resource_importer_wav.cpp +++ b/editor/import/resource_importer_wav.cpp diff --git a/tools/editor/import/resource_importer_wav.h b/editor/import/resource_importer_wav.h index 9f1bd57da7..9f1bd57da7 100644 --- a/tools/editor/import/resource_importer_wav.h +++ b/editor/import/resource_importer_wav.h diff --git a/tools/editor/import_dock.cpp b/editor/import_dock.cpp index bf61ca4df0..bf61ca4df0 100644 --- a/tools/editor/import_dock.cpp +++ b/editor/import_dock.cpp diff --git a/tools/editor/import_dock.h b/editor/import_dock.h index bddf5480b8..bddf5480b8 100644 --- a/tools/editor/import_dock.h +++ b/editor/import_dock.h diff --git a/tools/editor/inspector_dock.cpp b/editor/inspector_dock.cpp index 253f9bcc01..253f9bcc01 100644 --- a/tools/editor/inspector_dock.cpp +++ b/editor/inspector_dock.cpp diff --git a/tools/editor/inspector_dock.h b/editor/inspector_dock.h index be6ed5fa87..be6ed5fa87 100644 --- a/tools/editor/inspector_dock.h +++ b/editor/inspector_dock.h diff --git a/tools/editor/io_plugins/SCsub b/editor/io_plugins/SCsub index f1fa50148f..f1fa50148f 100644 --- a/tools/editor/io_plugins/SCsub +++ b/editor/io_plugins/SCsub diff --git a/tools/editor/io_plugins/editor_atlas.cpp b/editor/io_plugins/editor_atlas.cpp index c5f1ee73cf..c5f1ee73cf 100644 --- a/tools/editor/io_plugins/editor_atlas.cpp +++ b/editor/io_plugins/editor_atlas.cpp diff --git a/tools/editor/io_plugins/editor_atlas.h b/editor/io_plugins/editor_atlas.h index e0cf76576e..e0cf76576e 100644 --- a/tools/editor/io_plugins/editor_atlas.h +++ b/editor/io_plugins/editor_atlas.h diff --git a/tools/editor/io_plugins/editor_bitmask_import_plugin.cpp b/editor/io_plugins/editor_bitmask_import_plugin.cpp index 587353fef8..7282cbe4e7 100644 --- a/tools/editor/io_plugins/editor_bitmask_import_plugin.cpp +++ b/editor/io_plugins/editor_bitmask_import_plugin.cpp @@ -29,14 +29,14 @@ #include "editor_bitmask_import_plugin.h" #if 0 #include "io/image_loader.h" -#include "tools/editor/editor_file_dialog.h" -#include "tools/editor/editor_dir_dialog.h" -#include "tools/editor/editor_node.h" -#include "tools/editor/property_editor.h" +#include "editor/editor_file_dialog.h" +#include "editor/editor_dir_dialog.h" +#include "editor/editor_node.h" +#include "editor/property_editor.h" #include "io/resource_saver.h" #include "os/file_access.h" #include "io/marshalls.h" -#include "tools/editor/editor_settings.h" +#include "editor/editor_settings.h" class _EditorBitMaskImportOptions : public Object { diff --git a/tools/editor/io_plugins/editor_bitmask_import_plugin.h b/editor/io_plugins/editor_bitmask_import_plugin.h index 89ff58ec93..d1618d7843 100644 --- a/tools/editor/io_plugins/editor_bitmask_import_plugin.h +++ b/editor/io_plugins/editor_bitmask_import_plugin.h @@ -29,7 +29,7 @@ #ifndef EDITOR_BITMASK_IMPORT_PLUGIN_H #define EDITOR_BITMASK_IMPORT_PLUGIN_H #if 0 -#include "tools/editor/editor_import_export.h" +#include "editor/editor_import_export.h" #include "scene/resources/font.h" class EditorNode; diff --git a/tools/editor/io_plugins/editor_export_scene.cpp b/editor/io_plugins/editor_export_scene.cpp index 265526aace..a593b870f9 100644 --- a/tools/editor/io_plugins/editor_export_scene.cpp +++ b/editor/io_plugins/editor_export_scene.cpp @@ -32,7 +32,7 @@ #include "io/resource_saver.h" #include "os/dir_access.h" #include "os/file_access.h" -#include "tools/editor/editor_settings.h" +#include "editor/editor_settings.h" #include "scene/resources/packed_scene.h" #include "global_config.h" diff --git a/tools/editor/io_plugins/editor_export_scene.h b/editor/io_plugins/editor_export_scene.h index c067e835a3..ac425fbedd 100644 --- a/tools/editor/io_plugins/editor_export_scene.h +++ b/editor/io_plugins/editor_export_scene.h @@ -29,7 +29,7 @@ #ifndef EDITOR_EXPORT_SCENE_H #define EDITOR_EXPORT_SCENE_H -#include "tools/editor/editor_export.h" +#include "editor/editor_export.h" #if 0 class EditorSceneExportPlugin : public EditorExportPlugin { diff --git a/tools/editor/io_plugins/editor_font_import_plugin.cpp b/editor/io_plugins/editor_font_import_plugin.cpp index 417aad0db8..c792ad717a 100644 --- a/tools/editor/io_plugins/editor_font_import_plugin.cpp +++ b/editor/io_plugins/editor_font_import_plugin.cpp @@ -29,8 +29,8 @@ #include "editor_font_import_plugin.h" #if 0 #include "scene/gui/dialogs.h" -#include "tools/editor/editor_file_dialog.h" -#include "tools/editor/editor_node.h" +#include "editor/editor_file_dialog.h" +#include "editor/editor_node.h" #include "os/file_access.h" #include "editor_atlas.h" #include "io/image_loader.h" diff --git a/tools/editor/io_plugins/editor_font_import_plugin.h b/editor/io_plugins/editor_font_import_plugin.h index bed1463aeb..315a80e8cd 100644 --- a/tools/editor/io_plugins/editor_font_import_plugin.h +++ b/editor/io_plugins/editor_font_import_plugin.h @@ -29,7 +29,7 @@ #ifndef EDITOR_FONT_IMPORT_PLUGIN_H #define EDITOR_FONT_IMPORT_PLUGIN_H -#include "tools/editor/editor_export.h" +#include "editor/editor_export.h" #include "scene/resources/font.h" #if 0 class EditorNode; diff --git a/tools/editor/io_plugins/editor_mesh_import_plugin.cpp b/editor/io_plugins/editor_mesh_import_plugin.cpp index fc3f8fd8c9..df9d0a62e6 100644 --- a/tools/editor/io_plugins/editor_mesh_import_plugin.cpp +++ b/editor/io_plugins/editor_mesh_import_plugin.cpp @@ -30,10 +30,10 @@ #if 0 -#include "tools/editor/editor_file_dialog.h" -#include "tools/editor/editor_dir_dialog.h" -#include "tools/editor/editor_node.h" -#include "tools/editor/property_editor.h" +#include "editor/editor_file_dialog.h" +#include "editor/editor_dir_dialog.h" +#include "editor/editor_node.h" +#include "editor/property_editor.h" //#include "scene/resources/sample.h" #include "io/resource_saver.h" #include "os/file_access.h" diff --git a/tools/editor/io_plugins/editor_mesh_import_plugin.h b/editor/io_plugins/editor_mesh_import_plugin.h index ba8ec58191..df374549d4 100644 --- a/tools/editor/io_plugins/editor_mesh_import_plugin.h +++ b/editor/io_plugins/editor_mesh_import_plugin.h @@ -30,7 +30,7 @@ #define EDITOR_MESH_IMPORT_PLUGIN_H #if 0 -#include "tools/editor/editor_import_export.h" +#include "editor/editor_import_export.h" #include "scene/resources/font.h" class EditorNode; diff --git a/tools/editor/io_plugins/editor_sample_import_plugin.cpp b/editor/io_plugins/editor_sample_import_plugin.cpp index 631291ec1b..d446d39027 100644 --- a/tools/editor/io_plugins/editor_sample_import_plugin.cpp +++ b/editor/io_plugins/editor_sample_import_plugin.cpp @@ -28,14 +28,14 @@ /*************************************************************************/ #include "editor_sample_import_plugin.h" -#include "tools/editor/editor_file_dialog.h" -#include "tools/editor/editor_dir_dialog.h" -#include "tools/editor/editor_node.h" -#include "tools/editor/property_editor.h" +#include "editor/editor_file_dialog.h" +#include "editor/editor_dir_dialog.h" +#include "editor/editor_node.h" +#include "editor/property_editor.h" #include "io/resource_saver.h" #include "os/file_access.h" #include "io/marshalls.h" -#include "tools/editor/editor_settings.h" +#include "editor/editor_settings.h" #if 0 diff --git a/tools/editor/io_plugins/editor_sample_import_plugin.h b/editor/io_plugins/editor_sample_import_plugin.h index 8e02d0e11d..6085043a83 100644 --- a/tools/editor/io_plugins/editor_sample_import_plugin.h +++ b/editor/io_plugins/editor_sample_import_plugin.h @@ -30,7 +30,7 @@ #define EDITOR_SAMPLE_IMPORT_PLUGIN_H #if 0 -#include "tools/editor/editor_import_export.h" +#include "editor/editor_import_export.h" #include "scene/resources/font.h" class EditorNode; diff --git a/tools/editor/io_plugins/editor_scene_import_plugin.cpp b/editor/io_plugins/editor_scene_import_plugin.cpp index 957072c20a..963968ce47 100644 --- a/tools/editor/io_plugins/editor_scene_import_plugin.cpp +++ b/editor/io_plugins/editor_scene_import_plugin.cpp @@ -29,7 +29,7 @@ #include "editor_scene_import_plugin.h" #if 0 #include "global_config.h" -#include "tools/editor/editor_node.h" +#include "editor/editor_node.h" #include "scene/resources/packed_scene.h" #include "scene/resources/box_shape.h" #include "os/file_access.h" @@ -47,7 +47,7 @@ #include <scene/resources/box_shape.h> #include <scene/resources/ray_shape.h> #include <scene/resources/plane_shape.h> -#include "tools/editor/create_dialog.h" +#include "editor/create_dialog.h" #include "os/os.h" diff --git a/tools/editor/io_plugins/editor_scene_import_plugin.h b/editor/io_plugins/editor_scene_import_plugin.h index bbafc126bb..2ae0693600 100644 --- a/tools/editor/io_plugins/editor_scene_import_plugin.h +++ b/editor/io_plugins/editor_scene_import_plugin.h @@ -39,10 +39,10 @@ #include "scene/gui/slider.h" #include "scene/gui/spin_box.h" #include "scene/resources/mesh.h" -#include "tools/editor/editor_file_system.h" -#include "tools/editor/editor_dir_dialog.h" -#include "tools/editor/editor_import_export.h" -#include "tools/editor/io_plugins/editor_texture_import_plugin.h" +#include "editor/editor_file_system.h" +#include "editor/editor_dir_dialog.h" +#include "editor/editor_import_export.h" +#include "editor/io_plugins/editor_texture_import_plugin.h" #include "scene/resources/animation.h" diff --git a/tools/editor/io_plugins/editor_scene_importer_fbxconv.cpp b/editor/io_plugins/editor_scene_importer_fbxconv.cpp index af12d85650..d75a26a948 100644 --- a/tools/editor/io_plugins/editor_scene_importer_fbxconv.cpp +++ b/editor/io_plugins/editor_scene_importer_fbxconv.cpp @@ -30,7 +30,7 @@ #include "os/file_access.h" #include "os/os.h" -#include "tools/editor/editor_settings.h" +#include "editor/editor_settings.h" #include "scene/3d/mesh_instance.h" #include "scene/animation/animation_player.h" diff --git a/tools/editor/io_plugins/editor_scene_importer_fbxconv.h b/editor/io_plugins/editor_scene_importer_fbxconv.h index 1bf96ba0e5..da7058ad88 100644 --- a/tools/editor/io_plugins/editor_scene_importer_fbxconv.h +++ b/editor/io_plugins/editor_scene_importer_fbxconv.h @@ -29,7 +29,7 @@ #ifndef EDITOR_SCENE_IMPORTER_FBXCONV_H #define EDITOR_SCENE_IMPORTER_FBXCONV_H -#include "tools/editor/io_plugins/editor_scene_import_plugin.h" +#include "editor/io_plugins/editor_scene_import_plugin.h" #include "scene/3d/skeleton.h" #if 0 diff --git a/tools/editor/io_plugins/editor_texture_import_plugin.cpp b/editor/io_plugins/editor_texture_import_plugin.cpp index cc8d47c6a9..8bafe80673 100644 --- a/tools/editor/io_plugins/editor_texture_import_plugin.cpp +++ b/editor/io_plugins/editor_texture_import_plugin.cpp @@ -29,10 +29,10 @@ #include "editor_texture_import_plugin.h" #if 0 #include "io/image_loader.h" -#include "tools/editor/editor_node.h" +#include "editor/editor_node.h" #include "io/resource_saver.h" #include "editor_atlas.h" -#include "tools/editor/editor_settings.h" +#include "editor/editor_settings.h" #include "io/md5.h" #include "io/marshalls.h" #include "global_config.h" diff --git a/tools/editor/io_plugins/editor_texture_import_plugin.h b/editor/io_plugins/editor_texture_import_plugin.h index ce15df0f18..f63bc57ecd 100644 --- a/tools/editor/io_plugins/editor_texture_import_plugin.h +++ b/editor/io_plugins/editor_texture_import_plugin.h @@ -35,7 +35,7 @@ #if 0 -#include "tools/editor/editor_import_export.h" +#include "editor/editor_import_export.h" #include "scene/gui/dialogs.h" #include "scene/gui/tree.h" #include "scene/gui/label.h" @@ -45,8 +45,8 @@ #include "scene/gui/progress_bar.h" #include "scene/gui/slider.h" #include "scene/gui/spin_box.h" -#include "tools/editor/editor_file_system.h" -#include "tools/editor/editor_dir_dialog.h" +#include "editor/editor_file_system.h" +#include "editor/editor_dir_dialog.h" diff --git a/tools/editor/io_plugins/editor_translation_import_plugin.cpp b/editor/io_plugins/editor_translation_import_plugin.cpp index 5ecb0b1abf..0fd298d6d3 100644 --- a/tools/editor/io_plugins/editor_translation_import_plugin.cpp +++ b/editor/io_plugins/editor_translation_import_plugin.cpp @@ -30,15 +30,15 @@ #if 0 #include "scene/gui/file_dialog.h" -#include "tools/editor/editor_dir_dialog.h" -#include "tools/editor/editor_node.h" -#include "tools/editor/property_editor.h" +#include "editor/editor_dir_dialog.h" +#include "editor/editor_node.h" +#include "editor/property_editor.h" //#include "scene/resources/sample.h" #include "io/resource_saver.h" #include "os/file_access.h" #include "translation.h" #include "compressed_translation.h" -#include "tools/editor/project_settings.h" +#include "editor/project_settings.h" class EditorTranslationImportDialog : public ConfirmationDialog { diff --git a/tools/editor/io_plugins/editor_translation_import_plugin.h b/editor/io_plugins/editor_translation_import_plugin.h index 22065599b9..030c5bbf6f 100644 --- a/tools/editor/io_plugins/editor_translation_import_plugin.h +++ b/editor/io_plugins/editor_translation_import_plugin.h @@ -29,7 +29,7 @@ #ifndef EDITOR_TRANSLATION_IMPORT_PLUGIN_H #define EDITOR_TRANSLATION_IMPORT_PLUGIN_H -#include "tools/editor/editor_export.h" +#include "editor/editor_export.h" #include "scene/resources/font.h" #if 0 class EditorNode; diff --git a/tools/editor/multi_node_edit.cpp b/editor/multi_node_edit.cpp index 0428d7ef30..0428d7ef30 100644 --- a/tools/editor/multi_node_edit.cpp +++ b/editor/multi_node_edit.cpp diff --git a/tools/editor/multi_node_edit.h b/editor/multi_node_edit.h index 26e557c1cb..26e557c1cb 100644 --- a/tools/editor/multi_node_edit.h +++ b/editor/multi_node_edit.h diff --git a/tools/editor/node_dock.cpp b/editor/node_dock.cpp index fed3d2efb4..fed3d2efb4 100644 --- a/tools/editor/node_dock.cpp +++ b/editor/node_dock.cpp diff --git a/tools/editor/node_dock.h b/editor/node_dock.h index df41ecf5bd..df41ecf5bd 100644 --- a/tools/editor/node_dock.h +++ b/editor/node_dock.h diff --git a/tools/editor/output_strings.cpp b/editor/output_strings.cpp index cb43bb9230..cb43bb9230 100644 --- a/tools/editor/output_strings.cpp +++ b/editor/output_strings.cpp diff --git a/tools/editor/output_strings.h b/editor/output_strings.h index cc721ef652..cc721ef652 100644 --- a/tools/editor/output_strings.h +++ b/editor/output_strings.h diff --git a/tools/editor/pane_drag.cpp b/editor/pane_drag.cpp index 122abd37b9..122abd37b9 100644 --- a/tools/editor/pane_drag.cpp +++ b/editor/pane_drag.cpp diff --git a/tools/editor/pane_drag.h b/editor/pane_drag.h index 8796fc2594..8796fc2594 100644 --- a/tools/editor/pane_drag.h +++ b/editor/pane_drag.h diff --git a/tools/editor/plugins/SCsub b/editor/plugins/SCsub index f1fa50148f..f1fa50148f 100644 --- a/tools/editor/plugins/SCsub +++ b/editor/plugins/SCsub diff --git a/tools/editor/plugins/animation_player_editor_plugin.cpp b/editor/plugins/animation_player_editor_plugin.cpp index 71173038e9..2e6792bbaa 100644 --- a/tools/editor/plugins/animation_player_editor_plugin.cpp +++ b/editor/plugins/animation_player_editor_plugin.cpp @@ -32,8 +32,8 @@ #include "io/resource_loader.h" #include "io/resource_saver.h" #include "os/keyboard.h" -#include "tools/editor/editor_settings.h" -#include "tools/editor/animation_editor.h" +#include "editor/editor_settings.h" +#include "editor/animation_editor.h" void AnimationPlayerEditor::_node_removed(Node *p_node) { diff --git a/tools/editor/plugins/animation_player_editor_plugin.h b/editor/plugins/animation_player_editor_plugin.h index e28600a7ab..d9b6ad52ff 100644 --- a/tools/editor/plugins/animation_player_editor_plugin.h +++ b/editor/plugins/animation_player_editor_plugin.h @@ -29,8 +29,8 @@ #ifndef ANIMATION_PLAYER_EDITOR_PLUGIN_H #define ANIMATION_PLAYER_EDITOR_PLUGIN_H -#include "tools/editor/editor_plugin.h" -#include "tools/editor/editor_node.h" +#include "editor/editor_plugin.h" +#include "editor/editor_node.h" #include "scene/animation/animation_player.h" #include "scene/gui/dialogs.h" #include "scene/gui/texture_button.h" diff --git a/tools/editor/plugins/animation_tree_editor_plugin.cpp b/editor/plugins/animation_tree_editor_plugin.cpp index 988136d475..988136d475 100644 --- a/tools/editor/plugins/animation_tree_editor_plugin.cpp +++ b/editor/plugins/animation_tree_editor_plugin.cpp diff --git a/tools/editor/plugins/animation_tree_editor_plugin.h b/editor/plugins/animation_tree_editor_plugin.h index 253ad1878d..4e5fb871f1 100644 --- a/tools/editor/plugins/animation_tree_editor_plugin.h +++ b/editor/plugins/animation_tree_editor_plugin.h @@ -29,13 +29,13 @@ #ifndef ANIMATION_TREE_EDITOR_PLUGIN_H #define ANIMATION_TREE_EDITOR_PLUGIN_H -#include "tools/editor/editor_plugin.h" -#include "tools/editor/editor_node.h" +#include "editor/editor_plugin.h" +#include "editor/editor_node.h" #include "scene/animation/animation_tree_player.h" #include "scene/gui/tree.h" #include "scene/gui/button.h" #include "scene/gui/popup.h" -#include "tools/editor/property_editor.h" +#include "editor/property_editor.h" /** @author Juan Linietsky <reduzio@gmail.com> */ diff --git a/tools/editor/plugins/baked_light_baker.cpp b/editor/plugins/baked_light_baker.cpp index 4219e791d1..e491fe012e 100644 --- a/tools/editor/plugins/baked_light_baker.cpp +++ b/editor/plugins/baked_light_baker.cpp @@ -31,8 +31,8 @@ #include <stdlib.h> #include <cmath> #include "io/marshalls.h" -#include "tools/editor/editor_node.h" -#include "tools/editor/editor_settings.h" +#include "editor/editor_node.h" +#include "editor/editor_settings.h" #if 0 void baked_light_baker_add_64f(double *dst,double value); diff --git a/tools/editor/plugins/baked_light_baker.h b/editor/plugins/baked_light_baker.h index 89788338d9..89788338d9 100644 --- a/tools/editor/plugins/baked_light_baker.h +++ b/editor/plugins/baked_light_baker.h diff --git a/tools/editor/plugins/baked_light_baker_cmpxchg.cpp b/editor/plugins/baked_light_baker_cmpxchg.cpp index 5e9228b7de..5e9228b7de 100644 --- a/tools/editor/plugins/baked_light_baker_cmpxchg.cpp +++ b/editor/plugins/baked_light_baker_cmpxchg.cpp diff --git a/tools/editor/plugins/baked_light_editor_plugin.cpp b/editor/plugins/baked_light_editor_plugin.cpp index 6a7e708b85..6a7e708b85 100644 --- a/tools/editor/plugins/baked_light_editor_plugin.cpp +++ b/editor/plugins/baked_light_editor_plugin.cpp diff --git a/tools/editor/plugins/baked_light_editor_plugin.h b/editor/plugins/baked_light_editor_plugin.h index e311fe9f17..a71de12bcc 100644 --- a/tools/editor/plugins/baked_light_editor_plugin.h +++ b/editor/plugins/baked_light_editor_plugin.h @@ -29,9 +29,9 @@ #ifndef BAKED_LIGHT_EDITOR_PLUGIN_H #define BAKED_LIGHT_EDITOR_PLUGIN_H -#include "tools/editor/editor_plugin.h" -#include "tools/editor/editor_node.h" -#include "tools/editor/plugins/baked_light_baker.h" +#include "editor/editor_plugin.h" +#include "editor/editor_node.h" +#include "editor/plugins/baked_light_baker.h" #include "scene/gui/spin_box.h" diff --git a/tools/editor/plugins/camera_editor_plugin.cpp b/editor/plugins/camera_editor_plugin.cpp index 7073acd2c0..7073acd2c0 100644 --- a/tools/editor/plugins/camera_editor_plugin.cpp +++ b/editor/plugins/camera_editor_plugin.cpp diff --git a/tools/editor/plugins/camera_editor_plugin.h b/editor/plugins/camera_editor_plugin.h index 7e79d0ec74..b5817b9960 100644 --- a/tools/editor/plugins/camera_editor_plugin.h +++ b/editor/plugins/camera_editor_plugin.h @@ -29,8 +29,8 @@ #ifndef CAMERA_EDITOR_PLUGIN_H #define CAMERA_EDITOR_PLUGIN_H -#include "tools/editor/editor_plugin.h" -#include "tools/editor/editor_node.h" +#include "editor/editor_plugin.h" +#include "editor/editor_node.h" #include "scene/3d/camera.h" /** diff --git a/tools/editor/plugins/canvas_item_editor_plugin.cpp b/editor/plugins/canvas_item_editor_plugin.cpp index 8af925db7a..1a0791d864 100644 --- a/tools/editor/plugins/canvas_item_editor_plugin.cpp +++ b/editor/plugins/canvas_item_editor_plugin.cpp @@ -29,7 +29,7 @@ #include "canvas_item_editor_plugin.h" #include "print_string.h" -#include "tools/editor/editor_node.h" +#include "editor/editor_node.h" #include "os/keyboard.h" #include "scene/main/viewport.h" #include "scene/main/canvas_layer.h" @@ -40,13 +40,13 @@ #include "scene/2d/screen_button.h" #include "global_config.h" #include "os/input.h" -#include "tools/editor/editor_settings.h" +#include "editor/editor_settings.h" #include "scene/gui/grid_container.h" #include "scene/gui/patch_9_rect.h" -#include "tools/editor/animation_editor.h" -#include "tools/editor/plugins/animation_player_editor_plugin.h" -#include "tools/editor/script_editor_debugger.h" -#include "tools/editor/plugins/script_editor_plugin.h" +#include "editor/animation_editor.h" +#include "editor/plugins/animation_player_editor_plugin.h" +#include "editor/script_editor_debugger.h" +#include "editor/plugins/script_editor_plugin.h" #include "scene/resources/packed_scene.h" diff --git a/tools/editor/plugins/canvas_item_editor_plugin.h b/editor/plugins/canvas_item_editor_plugin.h index dac8af5ae9..0c2dcdff3d 100644 --- a/tools/editor/plugins/canvas_item_editor_plugin.h +++ b/editor/plugins/canvas_item_editor_plugin.h @@ -29,8 +29,8 @@ #ifndef CONTROL_EDITOR_PLUGIN_H #define CONTROL_EDITOR_PLUGIN_H -#include "tools/editor/editor_plugin.h" -#include "tools/editor/editor_node.h" +#include "editor/editor_plugin.h" +#include "editor/editor_node.h" #include "scene/gui/button_group.h" #include "scene/gui/check_box.h" #include "scene/gui/label.h" diff --git a/tools/editor/plugins/collision_polygon_2d_editor_plugin.cpp b/editor/plugins/collision_polygon_2d_editor_plugin.cpp index 1149cdcfe1..5a45267c85 100644 --- a/tools/editor/plugins/collision_polygon_2d_editor_plugin.cpp +++ b/editor/plugins/collision_polygon_2d_editor_plugin.cpp @@ -30,7 +30,7 @@ #include "canvas_item_editor_plugin.h" #include "os/file_access.h" -#include "tools/editor/editor_settings.h" +#include "editor/editor_settings.h" void CollisionPolygon2DEditor::_notification(int p_what) { diff --git a/tools/editor/plugins/collision_polygon_2d_editor_plugin.h b/editor/plugins/collision_polygon_2d_editor_plugin.h index 2c573c1dcf..796328753d 100644 --- a/tools/editor/plugins/collision_polygon_2d_editor_plugin.h +++ b/editor/plugins/collision_polygon_2d_editor_plugin.h @@ -30,8 +30,8 @@ #define COLLISION_POLYGON_2D_EDITOR_PLUGIN_H -#include "tools/editor/editor_plugin.h" -#include "tools/editor/editor_node.h" +#include "editor/editor_plugin.h" +#include "editor/editor_node.h" #include "scene/2d/collision_polygon_2d.h" #include "scene/gui/tool_button.h" #include "scene/gui/button_group.h" diff --git a/tools/editor/plugins/collision_polygon_editor_plugin.cpp b/editor/plugins/collision_polygon_editor_plugin.cpp index 406c12b00a..3aad53b420 100644 --- a/tools/editor/plugins/collision_polygon_editor_plugin.cpp +++ b/editor/plugins/collision_polygon_editor_plugin.cpp @@ -30,7 +30,7 @@ #include "spatial_editor_plugin.h" #include "os/file_access.h" -#include "tools/editor/editor_settings.h" +#include "editor/editor_settings.h" #include "scene/3d/camera.h" #include "canvas_item_editor_plugin.h" diff --git a/tools/editor/plugins/collision_polygon_editor_plugin.h b/editor/plugins/collision_polygon_editor_plugin.h index cd722048db..aaad2174fe 100644 --- a/tools/editor/plugins/collision_polygon_editor_plugin.h +++ b/editor/plugins/collision_polygon_editor_plugin.h @@ -29,8 +29,8 @@ #ifndef COLLISION_POLYGON_EDITOR_PLUGIN_H #define COLLISION_POLYGON_EDITOR_PLUGIN_H -#include "tools/editor/editor_plugin.h" -#include "tools/editor/editor_node.h" +#include "editor/editor_plugin.h" +#include "editor/editor_node.h" #include "scene/3d/collision_polygon.h" #include "scene/3d/immediate_geometry.h" #include "scene/3d/mesh_instance.h" diff --git a/tools/editor/plugins/collision_shape_2d_editor_plugin.cpp b/editor/plugins/collision_shape_2d_editor_plugin.cpp index a05eeb7a27..a05eeb7a27 100644 --- a/tools/editor/plugins/collision_shape_2d_editor_plugin.cpp +++ b/editor/plugins/collision_shape_2d_editor_plugin.cpp diff --git a/tools/editor/plugins/collision_shape_2d_editor_plugin.h b/editor/plugins/collision_shape_2d_editor_plugin.h index 37708db5e0..f7e6da8b4e 100644 --- a/tools/editor/plugins/collision_shape_2d_editor_plugin.h +++ b/editor/plugins/collision_shape_2d_editor_plugin.h @@ -29,8 +29,8 @@ #ifndef COLLISION_SHAPE_2D_EDITOR_PLUGIN_H #define COLLISION_SHAPE_2D_EDITOR_PLUGIN_H -#include "tools/editor/editor_plugin.h" -#include "tools/editor/editor_node.h" +#include "editor/editor_plugin.h" +#include "editor/editor_node.h" #include "scene/2d/collision_shape_2d.h" diff --git a/tools/editor/plugins/color_ramp_editor_plugin.cpp b/editor/plugins/color_ramp_editor_plugin.cpp index 82674fabb8..82674fabb8 100644 --- a/tools/editor/plugins/color_ramp_editor_plugin.cpp +++ b/editor/plugins/color_ramp_editor_plugin.cpp diff --git a/tools/editor/plugins/color_ramp_editor_plugin.h b/editor/plugins/color_ramp_editor_plugin.h index 2f55ad65f1..0323bd7a46 100644 --- a/tools/editor/plugins/color_ramp_editor_plugin.h +++ b/editor/plugins/color_ramp_editor_plugin.h @@ -29,8 +29,8 @@ #ifndef TOOLS_EDITOR_PLUGINS_COLOR_RAMP_EDITOR_PLUGIN_H_ #define TOOLS_EDITOR_PLUGINS_COLOR_RAMP_EDITOR_PLUGIN_H_ -#include "tools/editor/editor_plugin.h" -#include "tools/editor/editor_node.h" +#include "editor/editor_plugin.h" +#include "editor/editor_node.h" #include "scene/gui/color_ramp_edit.h" class ColorRampEditorPlugin : public EditorPlugin { diff --git a/tools/editor/plugins/cube_grid_theme_editor_plugin.cpp b/editor/plugins/cube_grid_theme_editor_plugin.cpp index 563b8298eb..b8abd2e9cc 100644 --- a/tools/editor/plugins/cube_grid_theme_editor_plugin.cpp +++ b/editor/plugins/cube_grid_theme_editor_plugin.cpp @@ -33,9 +33,9 @@ #include "scene/3d/physics_body.h" #include "scene/main/viewport.h" #include "scene/resources/packed_scene.h" -#include "tools/editor/editor_node.h" +#include "editor/editor_node.h" #include "main/main.h" -#include "tools/editor/editor_settings.h" +#include "editor/editor_settings.h" #include "scene/3d/navigation_mesh.h" void MeshLibraryEditor::edit(const Ref<MeshLibrary>& p_theme) { diff --git a/tools/editor/plugins/cube_grid_theme_editor_plugin.h b/editor/plugins/cube_grid_theme_editor_plugin.h index f32f601023..07e7c7cadd 100644 --- a/tools/editor/plugins/cube_grid_theme_editor_plugin.h +++ b/editor/plugins/cube_grid_theme_editor_plugin.h @@ -30,7 +30,7 @@ #define CUBE_GRID_THEME_EDITOR_PLUGIN_H #include "scene/resources/mesh_library.h" -#include "tools/editor/editor_node.h" +#include "editor/editor_node.h" #if 0 class MeshLibraryEditor : public Control { diff --git a/tools/editor/plugins/editor_preview_plugins.cpp b/editor/plugins/editor_preview_plugins.cpp index 5d9b281874..3f31f1e0f1 100644 --- a/tools/editor/plugins/editor_preview_plugins.cpp +++ b/editor/plugins/editor_preview_plugins.cpp @@ -29,14 +29,14 @@ #include "editor_preview_plugins.h" #include "io/resource_loader.h" -#include "tools/editor/editor_settings.h" +#include "editor/editor_settings.h" #include "io/file_access_memory.h" #include "os/os.h" #include "scene/resources/material.h" //#include "scene/resources/sample.h" #include "scene/resources/mesh.h" #include "scene/resources/bit_mask.h" -#include "tools/editor/editor_scale.h" +#include "editor/editor_scale.h" #if 0 bool EditorTexturePreviewPlugin::handles(const String& p_type) const { diff --git a/tools/editor/plugins/editor_preview_plugins.h b/editor/plugins/editor_preview_plugins.h index 078e4cf8b5..b1d4fa0b38 100644 --- a/tools/editor/plugins/editor_preview_plugins.h +++ b/editor/plugins/editor_preview_plugins.h @@ -29,7 +29,7 @@ #ifndef EDITORPREVIEWPLUGINS_H #define EDITORPREVIEWPLUGINS_H -#include "tools/editor/editor_resource_preview.h" +#include "editor/editor_resource_preview.h" #if 0 class EditorTexturePreviewPlugin : public EditorResourcePreviewGenerator { diff --git a/tools/editor/plugins/gi_probe_editor_plugin.cpp b/editor/plugins/gi_probe_editor_plugin.cpp index 925ac8ef11..925ac8ef11 100644 --- a/tools/editor/plugins/gi_probe_editor_plugin.cpp +++ b/editor/plugins/gi_probe_editor_plugin.cpp diff --git a/tools/editor/plugins/gi_probe_editor_plugin.h b/editor/plugins/gi_probe_editor_plugin.h index 35e0b93aae..982a549368 100644 --- a/tools/editor/plugins/gi_probe_editor_plugin.h +++ b/editor/plugins/gi_probe_editor_plugin.h @@ -29,8 +29,8 @@ #ifndef GIPROBEEDITORPLUGIN_H #define GIPROBEEDITORPLUGIN_H -#include "tools/editor/editor_plugin.h" -#include "tools/editor/editor_node.h" +#include "editor/editor_plugin.h" +#include "editor/editor_node.h" #include "scene/resources/material.h" #include "scene/3d/gi_probe.h" diff --git a/tools/editor/plugins/item_list_editor_plugin.cpp b/editor/plugins/item_list_editor_plugin.cpp index f31074a9dc..f31074a9dc 100644 --- a/tools/editor/plugins/item_list_editor_plugin.cpp +++ b/editor/plugins/item_list_editor_plugin.cpp diff --git a/tools/editor/plugins/item_list_editor_plugin.h b/editor/plugins/item_list_editor_plugin.h index 74700d615e..25d6ed6757 100644 --- a/tools/editor/plugins/item_list_editor_plugin.h +++ b/editor/plugins/item_list_editor_plugin.h @@ -29,8 +29,8 @@ #ifndef ITEM_LIST_EDITOR_PLUGIN_H #define ITEM_LIST_EDITOR_PLUGIN_H -#include "tools/editor/editor_plugin.h" -#include "tools/editor/editor_node.h" +#include "editor/editor_plugin.h" +#include "editor/editor_node.h" #include "canvas_item_editor_plugin.h" #include "scene/gui/option_button.h" diff --git a/tools/editor/plugins/light_occluder_2d_editor_plugin.cpp b/editor/plugins/light_occluder_2d_editor_plugin.cpp index cc8bb63d78..be9e52e241 100644 --- a/tools/editor/plugins/light_occluder_2d_editor_plugin.cpp +++ b/editor/plugins/light_occluder_2d_editor_plugin.cpp @@ -30,7 +30,7 @@ #include "canvas_item_editor_plugin.h" #include "os/file_access.h" -#include "tools/editor/editor_settings.h" +#include "editor/editor_settings.h" void LightOccluder2DEditor::_notification(int p_what) { diff --git a/tools/editor/plugins/light_occluder_2d_editor_plugin.h b/editor/plugins/light_occluder_2d_editor_plugin.h index 431c01fe75..1f1c6e86eb 100644 --- a/tools/editor/plugins/light_occluder_2d_editor_plugin.h +++ b/editor/plugins/light_occluder_2d_editor_plugin.h @@ -31,8 +31,8 @@ -#include "tools/editor/editor_plugin.h" -#include "tools/editor/editor_node.h" +#include "editor/editor_plugin.h" +#include "editor/editor_node.h" #include "scene/2d/light_occluder_2d.h" #include "scene/gui/tool_button.h" #include "scene/gui/button_group.h" diff --git a/tools/editor/plugins/line_2d_editor_plugin.cpp b/editor/plugins/line_2d_editor_plugin.cpp index c90d1c4754..d00165d3ff 100644 --- a/tools/editor/plugins/line_2d_editor_plugin.cpp +++ b/editor/plugins/line_2d_editor_plugin.cpp @@ -2,7 +2,7 @@ #include "canvas_item_editor_plugin.h" #include "os/file_access.h" -#include "tools/editor/editor_settings.h" +#include "editor/editor_settings.h" #include "os/keyboard.h" diff --git a/tools/editor/plugins/line_2d_editor_plugin.h b/editor/plugins/line_2d_editor_plugin.h index 231f4c6ca7..8c6aed1d2d 100644 --- a/tools/editor/plugins/line_2d_editor_plugin.h +++ b/editor/plugins/line_2d_editor_plugin.h @@ -1,8 +1,8 @@ #ifndef LINE_2D_EDITOR_PLUGIN_H #define LINE_2D_EDITOR_PLUGIN_H -#include "tools/editor/editor_plugin.h" -#include "tools/editor/editor_node.h" +#include "editor/editor_plugin.h" +#include "editor/editor_node.h" #include "scene/2d/path_2d.h" #include "scene/gui/tool_button.h" #include "scene/gui/button_group.h" diff --git a/tools/editor/plugins/material_editor_plugin.cpp b/editor/plugins/material_editor_plugin.cpp index cdf7c70d39..cdf7c70d39 100644 --- a/tools/editor/plugins/material_editor_plugin.cpp +++ b/editor/plugins/material_editor_plugin.cpp diff --git a/tools/editor/plugins/material_editor_plugin.h b/editor/plugins/material_editor_plugin.h index 5daae124e0..604e7e61bd 100644 --- a/tools/editor/plugins/material_editor_plugin.h +++ b/editor/plugins/material_editor_plugin.h @@ -29,8 +29,8 @@ #ifndef MATERIAL_EDITOR_PLUGIN_H #define MATERIAL_EDITOR_PLUGIN_H -#include "tools/editor/editor_plugin.h" -#include "tools/editor/editor_node.h" +#include "editor/editor_plugin.h" +#include "editor/editor_node.h" #include "scene/resources/material.h" #include "scene/3d/light.h" #include "scene/3d/mesh_instance.h" diff --git a/tools/editor/plugins/mesh_editor_plugin.cpp b/editor/plugins/mesh_editor_plugin.cpp index 93f417247e..93f417247e 100644 --- a/tools/editor/plugins/mesh_editor_plugin.cpp +++ b/editor/plugins/mesh_editor_plugin.cpp diff --git a/tools/editor/plugins/mesh_editor_plugin.h b/editor/plugins/mesh_editor_plugin.h index 136290ffd4..80504ae445 100644 --- a/tools/editor/plugins/mesh_editor_plugin.h +++ b/editor/plugins/mesh_editor_plugin.h @@ -31,8 +31,8 @@ #if 0 -#include "tools/editor/editor_plugin.h" -#include "tools/editor/editor_node.h" +#include "editor/editor_plugin.h" +#include "editor/editor_node.h" #include "scene/resources/material.h" #include "scene/3d/light.h" #include "scene/3d/mesh_instance.h" diff --git a/tools/editor/plugins/mesh_instance_editor_plugin.cpp b/editor/plugins/mesh_instance_editor_plugin.cpp index 322e212534..322e212534 100644 --- a/tools/editor/plugins/mesh_instance_editor_plugin.cpp +++ b/editor/plugins/mesh_instance_editor_plugin.cpp diff --git a/tools/editor/plugins/mesh_instance_editor_plugin.h b/editor/plugins/mesh_instance_editor_plugin.h index 441d4d1d3f..de5be2fbbb 100644 --- a/tools/editor/plugins/mesh_instance_editor_plugin.h +++ b/editor/plugins/mesh_instance_editor_plugin.h @@ -30,8 +30,8 @@ #define MESH_INSTANCE_EDITOR_PLUGIN_H -#include "tools/editor/editor_plugin.h" -#include "tools/editor/editor_node.h" +#include "editor/editor_plugin.h" +#include "editor/editor_node.h" #include "scene/3d/mesh_instance.h" #include "scene/gui/spin_box.h" diff --git a/tools/editor/plugins/multimesh_editor_plugin.cpp b/editor/plugins/multimesh_editor_plugin.cpp index 6259ddf473..6259ddf473 100644 --- a/tools/editor/plugins/multimesh_editor_plugin.cpp +++ b/editor/plugins/multimesh_editor_plugin.cpp diff --git a/tools/editor/plugins/multimesh_editor_plugin.h b/editor/plugins/multimesh_editor_plugin.h index e322850238..a97b3758a1 100644 --- a/tools/editor/plugins/multimesh_editor_plugin.h +++ b/editor/plugins/multimesh_editor_plugin.h @@ -29,8 +29,8 @@ #ifndef MULTIMESH_EDITOR_PLUGIN_H #define MULTIMESH_EDITOR_PLUGIN_H -#include "tools/editor/editor_plugin.h" -#include "tools/editor/editor_node.h" +#include "editor/editor_plugin.h" +#include "editor/editor_node.h" #include "scene/3d/multimesh_instance.h" #include "scene/gui/spin_box.h" diff --git a/tools/editor/plugins/navigation_polygon_editor_plugin.cpp b/editor/plugins/navigation_polygon_editor_plugin.cpp index dfc9b2d6e2..654afb754e 100644 --- a/tools/editor/plugins/navigation_polygon_editor_plugin.cpp +++ b/editor/plugins/navigation_polygon_editor_plugin.cpp @@ -30,7 +30,7 @@ #include "canvas_item_editor_plugin.h" #include "os/file_access.h" -#include "tools/editor/editor_settings.h" +#include "editor/editor_settings.h" void NavigationPolygonEditor::_notification(int p_what) { diff --git a/tools/editor/plugins/navigation_polygon_editor_plugin.h b/editor/plugins/navigation_polygon_editor_plugin.h index 50df4df744..0d5e67e352 100644 --- a/tools/editor/plugins/navigation_polygon_editor_plugin.h +++ b/editor/plugins/navigation_polygon_editor_plugin.h @@ -31,8 +31,8 @@ -#include "tools/editor/editor_plugin.h" -#include "tools/editor/editor_node.h" +#include "editor/editor_plugin.h" +#include "editor/editor_node.h" #include "scene/2d/navigation_polygon.h" #include "scene/gui/tool_button.h" #include "scene/gui/button_group.h" diff --git a/tools/editor/plugins/particles_2d_editor_plugin.cpp b/editor/plugins/particles_2d_editor_plugin.cpp index 1efdbe9e68..1efdbe9e68 100644 --- a/tools/editor/plugins/particles_2d_editor_plugin.cpp +++ b/editor/plugins/particles_2d_editor_plugin.cpp diff --git a/tools/editor/plugins/particles_2d_editor_plugin.h b/editor/plugins/particles_2d_editor_plugin.h index c532a5fe73..ea71c739f3 100644 --- a/tools/editor/plugins/particles_2d_editor_plugin.h +++ b/editor/plugins/particles_2d_editor_plugin.h @@ -29,8 +29,8 @@ #ifndef PARTICLES_2D_EDITOR_PLUGIN_H #define PARTICLES_2D_EDITOR_PLUGIN_H -#include "tools/editor/editor_plugin.h" -#include "tools/editor/editor_node.h" +#include "editor/editor_plugin.h" +#include "editor/editor_node.h" #include "scene/2d/collision_polygon_2d.h" #include "scene/gui/box_container.h" diff --git a/tools/editor/plugins/particles_editor_plugin.cpp b/editor/plugins/particles_editor_plugin.cpp index fd5ec5b5b9..4ce1f5eb54 100644 --- a/tools/editor/plugins/particles_editor_plugin.cpp +++ b/editor/plugins/particles_editor_plugin.cpp @@ -31,7 +31,7 @@ #include "particles_editor_plugin.h" #include "io/resource_loader.h" #include "servers/visual/particle_system_sw.h" -#include "tools/editor/plugins/spatial_editor_plugin.h" +#include "editor/plugins/spatial_editor_plugin.h" void ParticlesEditor::_node_removed(Node *p_node) { diff --git a/tools/editor/plugins/particles_editor_plugin.h b/editor/plugins/particles_editor_plugin.h index c32fbe5ada..06134ddef2 100644 --- a/tools/editor/plugins/particles_editor_plugin.h +++ b/editor/plugins/particles_editor_plugin.h @@ -29,8 +29,8 @@ #ifndef PARTICLES_EDITOR_PLUGIN_H #define PARTICLES_EDITOR_PLUGIN_H -#include "tools/editor/editor_plugin.h" -#include "tools/editor/editor_node.h" +#include "editor/editor_plugin.h" +#include "editor/editor_node.h" #include "scene/3d/particles.h" #include "scene/gui/spin_box.h" diff --git a/tools/editor/plugins/path_2d_editor_plugin.cpp b/editor/plugins/path_2d_editor_plugin.cpp index 88dded72ae..00b026e25b 100644 --- a/tools/editor/plugins/path_2d_editor_plugin.cpp +++ b/editor/plugins/path_2d_editor_plugin.cpp @@ -30,7 +30,7 @@ #include "canvas_item_editor_plugin.h" #include "os/file_access.h" -#include "tools/editor/editor_settings.h" +#include "editor/editor_settings.h" #include "os/keyboard.h" void Path2DEditor::_notification(int p_what) { diff --git a/tools/editor/plugins/path_2d_editor_plugin.h b/editor/plugins/path_2d_editor_plugin.h index aa940e4edf..89f42d94cc 100644 --- a/tools/editor/plugins/path_2d_editor_plugin.h +++ b/editor/plugins/path_2d_editor_plugin.h @@ -29,8 +29,8 @@ #ifndef PATH_2D_EDITOR_PLUGIN_H #define PATH_2D_EDITOR_PLUGIN_H -#include "tools/editor/editor_plugin.h" -#include "tools/editor/editor_node.h" +#include "editor/editor_plugin.h" +#include "editor/editor_node.h" #include "scene/2d/path_2d.h" #include "scene/gui/tool_button.h" #include "scene/gui/button_group.h" diff --git a/tools/editor/plugins/path_editor_plugin.cpp b/editor/plugins/path_editor_plugin.cpp index a3df39fdaa..a3df39fdaa 100644 --- a/tools/editor/plugins/path_editor_plugin.cpp +++ b/editor/plugins/path_editor_plugin.cpp diff --git a/tools/editor/plugins/path_editor_plugin.h b/editor/plugins/path_editor_plugin.h index 79e978dc1d..fe1c5ad159 100644 --- a/tools/editor/plugins/path_editor_plugin.h +++ b/editor/plugins/path_editor_plugin.h @@ -30,7 +30,7 @@ #define PATH_EDITOR_PLUGIN_H -#include "tools/editor/spatial_editor_gizmos.h" +#include "editor/spatial_editor_gizmos.h" #include "scene/3d/path.h" # if 0 class PathSpatialGizmo : public EditorSpatialGizmo { diff --git a/tools/editor/plugins/polygon_2d_editor_plugin.cpp b/editor/plugins/polygon_2d_editor_plugin.cpp index efb3e6c4bc..3a41b2cb6b 100644 --- a/tools/editor/plugins/polygon_2d_editor_plugin.cpp +++ b/editor/plugins/polygon_2d_editor_plugin.cpp @@ -30,7 +30,7 @@ #include "canvas_item_editor_plugin.h" #include "os/file_access.h" -#include "tools/editor/editor_settings.h" +#include "editor/editor_settings.h" #include "os/keyboard.h" #include "os/input.h" diff --git a/tools/editor/plugins/polygon_2d_editor_plugin.h b/editor/plugins/polygon_2d_editor_plugin.h index 6011ee1f87..c994867705 100644 --- a/tools/editor/plugins/polygon_2d_editor_plugin.h +++ b/editor/plugins/polygon_2d_editor_plugin.h @@ -29,8 +29,8 @@ #ifndef POLYGON_2D_EDITOR_PLUGIN_H #define POLYGON_2D_EDITOR_PLUGIN_H -#include "tools/editor/editor_plugin.h" -#include "tools/editor/editor_node.h" +#include "editor/editor_plugin.h" +#include "editor/editor_node.h" #include "scene/2d/polygon_2d.h" #include "scene/gui/tool_button.h" #include "scene/gui/button_group.h" diff --git a/tools/editor/plugins/resource_preloader_editor_plugin.cpp b/editor/plugins/resource_preloader_editor_plugin.cpp index de2245d98f..e876fa55c6 100644 --- a/tools/editor/plugins/resource_preloader_editor_plugin.cpp +++ b/editor/plugins/resource_preloader_editor_plugin.cpp @@ -30,7 +30,7 @@ #include "io/resource_loader.h" #include "global_config.h" -#include "tools/editor/editor_settings.h" +#include "editor/editor_settings.h" void ResourcePreloaderEditor::_gui_input(InputEvent p_event) { diff --git a/tools/editor/plugins/resource_preloader_editor_plugin.h b/editor/plugins/resource_preloader_editor_plugin.h index 6990301ded..54ccad4341 100644 --- a/tools/editor/plugins/resource_preloader_editor_plugin.h +++ b/editor/plugins/resource_preloader_editor_plugin.h @@ -30,8 +30,8 @@ #define RESOURCE_PRELOADER_EDITOR_PLUGIN_H -#include "tools/editor/editor_plugin.h" -#include "tools/editor/editor_node.h" +#include "editor/editor_plugin.h" +#include "editor/editor_node.h" #include "scene/gui/tree.h" #include "scene/main/resource_preloader.h" #include "scene/gui/file_dialog.h" diff --git a/tools/editor/plugins/rich_text_editor_plugin.cpp b/editor/plugins/rich_text_editor_plugin.cpp index 797ee8e8ea..797ee8e8ea 100644 --- a/tools/editor/plugins/rich_text_editor_plugin.cpp +++ b/editor/plugins/rich_text_editor_plugin.cpp diff --git a/tools/editor/plugins/rich_text_editor_plugin.h b/editor/plugins/rich_text_editor_plugin.h index cf97d7517c..c7f95fb479 100644 --- a/tools/editor/plugins/rich_text_editor_plugin.h +++ b/editor/plugins/rich_text_editor_plugin.h @@ -29,8 +29,8 @@ #ifndef RICH_TEXT_EDITOR_PLUGIN_H #define RICH_TEXT_EDITOR_PLUGIN_H -#include "tools/editor/editor_plugin.h" -#include "tools/editor/editor_node.h" +#include "editor/editor_plugin.h" +#include "editor/editor_node.h" #include "scene/gui/rich_text_label.h" #include "scene/gui/file_dialog.h" diff --git a/tools/editor/plugins/sample_editor_plugin.cpp b/editor/plugins/sample_editor_plugin.cpp index 9445095771..b6b96c946e 100644 --- a/tools/editor/plugins/sample_editor_plugin.cpp +++ b/editor/plugins/sample_editor_plugin.cpp @@ -31,7 +31,7 @@ #if 0 #include "io/resource_loader.h" #include "global_config.h" -#include "tools/editor/editor_settings.h" +#include "editor/editor_settings.h" diff --git a/tools/editor/plugins/sample_editor_plugin.h b/editor/plugins/sample_editor_plugin.h index 651cd14a84..dae9cef9f4 100644 --- a/tools/editor/plugins/sample_editor_plugin.h +++ b/editor/plugins/sample_editor_plugin.h @@ -30,8 +30,8 @@ #define SAMPLE_EDITOR_PLUGIN_H #if 0 -#include "tools/editor/editor_plugin.h" -#include "tools/editor/editor_node.h" +#include "editor/editor_plugin.h" +#include "editor/editor_node.h" #include "scene/audio/sample_player.h" #include "scene/resources/sample.h" #include "scene/resources/sample_library.h" diff --git a/tools/editor/plugins/sample_library_editor_plugin.cpp b/editor/plugins/sample_library_editor_plugin.cpp index b996cafd1f..4ead1d2709 100644 --- a/tools/editor/plugins/sample_library_editor_plugin.cpp +++ b/editor/plugins/sample_library_editor_plugin.cpp @@ -32,7 +32,7 @@ #include "io/resource_loader.h" #include "global_config.h" -#include "tools/editor/editor_settings.h" +#include "editor/editor_settings.h" #include "scene/main/viewport.h" #include "sample_editor_plugin.h" diff --git a/tools/editor/plugins/sample_library_editor_plugin.h b/editor/plugins/sample_library_editor_plugin.h index 35028df859..4bbc29b147 100644 --- a/tools/editor/plugins/sample_library_editor_plugin.h +++ b/editor/plugins/sample_library_editor_plugin.h @@ -31,8 +31,8 @@ #if 0 -#include "tools/editor/editor_plugin.h" -#include "tools/editor/editor_node.h" +#include "editor/editor_plugin.h" +#include "editor/editor_node.h" #include "scene/audio/sample_player.h" #include "scene/resources/sample.h" #include "scene/gui/tree.h" diff --git a/tools/editor/plugins/sample_player_editor_plugin.cpp b/editor/plugins/sample_player_editor_plugin.cpp index 7e2683dedf..7e2683dedf 100644 --- a/tools/editor/plugins/sample_player_editor_plugin.cpp +++ b/editor/plugins/sample_player_editor_plugin.cpp diff --git a/tools/editor/plugins/sample_player_editor_plugin.h b/editor/plugins/sample_player_editor_plugin.h index ba1684497c..c1d599540a 100644 --- a/tools/editor/plugins/sample_player_editor_plugin.h +++ b/editor/plugins/sample_player_editor_plugin.h @@ -31,8 +31,8 @@ #if 0 -#include "tools/editor/editor_plugin.h" -#include "tools/editor/editor_node.h" +#include "editor/editor_plugin.h" +#include "editor/editor_node.h" #include "scene/3d/spatial_sample_player.h" #include "scene/gui/option_button.h" #include "scene/audio/sample_player.h" diff --git a/tools/editor/plugins/script_editor_plugin.cpp b/editor/plugins/script_editor_plugin.cpp index c7639dd4d3..3631d39f9a 100644 --- a/tools/editor/plugins/script_editor_plugin.cpp +++ b/editor/plugins/script_editor_plugin.cpp @@ -28,13 +28,13 @@ /*************************************************************************/ #include "script_editor_plugin.h" -#include "tools/editor/editor_settings.h" +#include "editor/editor_settings.h" #include "io/resource_loader.h" #include "io/resource_saver.h" #include "os/keyboard.h" #include "os/os.h" -#include "tools/editor/editor_node.h" -#include "tools/editor/script_editor_debugger.h" +#include "editor/editor_node.h" +#include "editor/script_editor_debugger.h" #include "global_config.h" #include "os/file_access.h" #include "scene/main/viewport.h" diff --git a/tools/editor/plugins/script_editor_plugin.h b/editor/plugins/script_editor_plugin.h index 75099fc5ec..bf5316363c 100644 --- a/tools/editor/plugins/script_editor_plugin.h +++ b/editor/plugins/script_editor_plugin.h @@ -29,8 +29,8 @@ #ifndef SCRIPT_EDITOR_PLUGIN_H #define SCRIPT_EDITOR_PLUGIN_H -#include "tools/editor/editor_plugin.h" -#include "tools/editor/script_create_dialog.h" +#include "editor/editor_plugin.h" +#include "editor/script_create_dialog.h" #include "scene/gui/tab_container.h" #include "scene/gui/text_edit.h" #include "scene/gui/menu_button.h" @@ -38,10 +38,10 @@ #include "scene/gui/tree.h" #include "scene/main/timer.h" #include "script_language.h" -#include "tools/editor/code_editor.h" +#include "editor/code_editor.h" #include "scene/gui/split_container.h" #include "scene/gui/item_list.h" -#include "tools/editor/editor_help.h" +#include "editor/editor_help.h" class ScriptEditorQuickOpen : public ConfirmationDialog { diff --git a/tools/editor/plugins/script_text_editor.cpp b/editor/plugins/script_text_editor.cpp index 9ec6266419..8723a863f0 100644 --- a/tools/editor/plugins/script_text_editor.cpp +++ b/editor/plugins/script_text_editor.cpp @@ -28,10 +28,10 @@ /*************************************************************************/ #include "script_text_editor.h" -#include "tools/editor/editor_settings.h" +#include "editor/editor_settings.h" #include "os/keyboard.h" -#include "tools/editor/script_editor_debugger.h" -#include "tools/editor/editor_node.h" +#include "editor/script_editor_debugger.h" +#include "editor/editor_node.h" Vector<String> ScriptTextEditor::get_functions() { diff --git a/tools/editor/plugins/script_text_editor.h b/editor/plugins/script_text_editor.h index e30a78340e..e30a78340e 100644 --- a/tools/editor/plugins/script_text_editor.h +++ b/editor/plugins/script_text_editor.h diff --git a/tools/editor/plugins/shader_editor_plugin.cpp b/editor/plugins/shader_editor_plugin.cpp index 56a8fccb9c..c14d1650fd 100644 --- a/tools/editor/plugins/shader_editor_plugin.cpp +++ b/editor/plugins/shader_editor_plugin.cpp @@ -28,14 +28,14 @@ /*************************************************************************/ #include "shader_editor_plugin.h" -#include "tools/editor/editor_settings.h" +#include "editor/editor_settings.h" #include "spatial_editor_plugin.h" #include "scene/resources/shader_graph.h" #include "io/resource_loader.h" #include "io/resource_saver.h" #include "os/keyboard.h" -#include "tools/editor/editor_node.h" -#include "tools/editor/property_editor.h" +#include "editor/editor_node.h" +#include "editor/property_editor.h" #include "os/os.h" #include "servers/visual/shader_types.h" diff --git a/tools/editor/plugins/shader_editor_plugin.h b/editor/plugins/shader_editor_plugin.h index e94b4d9c25..703913e431 100644 --- a/tools/editor/plugins/shader_editor_plugin.h +++ b/editor/plugins/shader_editor_plugin.h @@ -29,8 +29,8 @@ #ifndef SHADER_EDITOR_PLUGIN_H #define SHADER_EDITOR_PLUGIN_H -#include "tools/editor/code_editor.h" -#include "tools/editor/editor_plugin.h" +#include "editor/code_editor.h" +#include "editor/editor_plugin.h" #include "scene/gui/tab_container.h" #include "scene/gui/text_edit.h" #include "scene/gui/menu_button.h" diff --git a/tools/editor/plugins/shader_graph_editor_plugin.cpp b/editor/plugins/shader_graph_editor_plugin.cpp index dac63b4a9f..dac63b4a9f 100644 --- a/tools/editor/plugins/shader_graph_editor_plugin.cpp +++ b/editor/plugins/shader_graph_editor_plugin.cpp diff --git a/tools/editor/plugins/shader_graph_editor_plugin.h b/editor/plugins/shader_graph_editor_plugin.h index 477a45bd1f..5143722242 100644 --- a/tools/editor/plugins/shader_graph_editor_plugin.h +++ b/editor/plugins/shader_graph_editor_plugin.h @@ -30,14 +30,14 @@ #define SHADER_GRAPH_EDITOR_PLUGIN_H -#include "tools/editor/editor_plugin.h" -#include "tools/editor/editor_node.h" +#include "editor/editor_plugin.h" +#include "editor/editor_node.h" #include "scene/resources/shader.h" #include "scene/gui/tree.h" #include "scene/gui/button.h" #include "scene/gui/graph_edit.h" #include "scene/gui/popup.h" -#include "tools/editor/property_editor.h" +#include "editor/property_editor.h" #include "scene/resources/shader_graph.h" /** @author Juan Linietsky <reduzio@gmail.com> diff --git a/tools/editor/plugins/spatial_editor_plugin.cpp b/editor/plugins/spatial_editor_plugin.cpp index ef971034cd..8a7969c71b 100644 --- a/tools/editor/plugins/spatial_editor_plugin.cpp +++ b/editor/plugins/spatial_editor_plugin.cpp @@ -34,13 +34,13 @@ #include "scene/3d/camera.h" #include "camera_matrix.h" #include "sort.h" -#include "tools/editor/editor_node.h" -#include "tools/editor/editor_settings.h" +#include "editor/editor_node.h" +#include "editor/editor_settings.h" #include "scene/resources/surface_tool.h" -#include "tools/editor/spatial_editor_gizmos.h" +#include "editor/spatial_editor_gizmos.h" #include "global_config.h" -#include "tools/editor/plugins/animation_player_editor_plugin.h" -#include "tools/editor/animation_editor.h" +#include "editor/plugins/animation_player_editor_plugin.h" +#include "editor/animation_editor.h" #define DISTANCE_DEFAULT 4 diff --git a/tools/editor/plugins/spatial_editor_plugin.h b/editor/plugins/spatial_editor_plugin.h index 36f807c11f..44ce4a0281 100644 --- a/tools/editor/plugins/spatial_editor_plugin.h +++ b/editor/plugins/spatial_editor_plugin.h @@ -29,8 +29,8 @@ #ifndef SPATIAL_EDITOR_PLUGIN_H #define SPATIAL_EDITOR_PLUGIN_H -#include "tools/editor/editor_plugin.h" -#include "tools/editor/editor_node.h" +#include "editor/editor_plugin.h" +#include "editor/editor_node.h" #include "scene/3d/visual_instance.h" #include "scene/3d/immediate_geometry.h" #include "scene/3d/light.h" diff --git a/tools/editor/plugins/sprite_frames_editor_plugin.cpp b/editor/plugins/sprite_frames_editor_plugin.cpp index c3c68e471e..44d6d3c6e1 100644 --- a/tools/editor/plugins/sprite_frames_editor_plugin.cpp +++ b/editor/plugins/sprite_frames_editor_plugin.cpp @@ -30,7 +30,7 @@ #include "io/resource_loader.h" #include "global_config.h" -#include "tools/editor/editor_settings.h" +#include "editor/editor_settings.h" #include "scene/3d/sprite_3d.h" diff --git a/tools/editor/plugins/sprite_frames_editor_plugin.h b/editor/plugins/sprite_frames_editor_plugin.h index 36a022b7e4..11f545b443 100644 --- a/tools/editor/plugins/sprite_frames_editor_plugin.h +++ b/editor/plugins/sprite_frames_editor_plugin.h @@ -30,8 +30,8 @@ #define SPRITE_FRAMES_EDITOR_PLUGIN_H -#include "tools/editor/editor_plugin.h" -#include "tools/editor/editor_node.h" +#include "editor/editor_plugin.h" +#include "editor/editor_node.h" #include "scene/gui/tree.h" #include "scene/2d/animated_sprite.h" #include "scene/gui/file_dialog.h" diff --git a/tools/editor/plugins/stream_editor_plugin.cpp b/editor/plugins/stream_editor_plugin.cpp index 449f6f610e..449f6f610e 100644 --- a/tools/editor/plugins/stream_editor_plugin.cpp +++ b/editor/plugins/stream_editor_plugin.cpp diff --git a/tools/editor/plugins/stream_editor_plugin.h b/editor/plugins/stream_editor_plugin.h index cc853d4661..2ae3b7100e 100644 --- a/tools/editor/plugins/stream_editor_plugin.h +++ b/editor/plugins/stream_editor_plugin.h @@ -30,8 +30,8 @@ #define STREAM_EDITOR_PLUGIN_H #if 0 -#include "tools/editor/editor_plugin.h" -#include "tools/editor/editor_node.h" +#include "editor/editor_plugin.h" +#include "editor/editor_node.h" #include "scene/audio/stream_player.h" /** diff --git a/tools/editor/plugins/style_box_editor_plugin.cpp b/editor/plugins/style_box_editor_plugin.cpp index 396ebd0052..396ebd0052 100644 --- a/tools/editor/plugins/style_box_editor_plugin.cpp +++ b/editor/plugins/style_box_editor_plugin.cpp diff --git a/tools/editor/plugins/style_box_editor_plugin.h b/editor/plugins/style_box_editor_plugin.h index 29e98efd8b..01e636472b 100644 --- a/tools/editor/plugins/style_box_editor_plugin.h +++ b/editor/plugins/style_box_editor_plugin.h @@ -32,7 +32,7 @@ #include "scene/resources/style_box.h" #include "scene/gui/texture_rect.h" #include "scene/gui/option_button.h" -#include "tools/editor/editor_node.h" +#include "editor/editor_node.h" class StyleBoxEditor : public Control { diff --git a/tools/editor/plugins/texture_editor_plugin.cpp b/editor/plugins/texture_editor_plugin.cpp index 90a798667f..af05094e5e 100644 --- a/tools/editor/plugins/texture_editor_plugin.cpp +++ b/editor/plugins/texture_editor_plugin.cpp @@ -30,7 +30,7 @@ #include "io/resource_loader.h" #include "global_config.h" -#include "tools/editor/editor_settings.h" +#include "editor/editor_settings.h" void TextureEditor::_gui_input(InputEvent p_event) { diff --git a/tools/editor/plugins/texture_editor_plugin.h b/editor/plugins/texture_editor_plugin.h index 456a5249de..7ad0e918cf 100644 --- a/tools/editor/plugins/texture_editor_plugin.h +++ b/editor/plugins/texture_editor_plugin.h @@ -31,8 +31,8 @@ -#include "tools/editor/editor_plugin.h" -#include "tools/editor/editor_node.h" +#include "editor/editor_plugin.h" +#include "editor/editor_node.h" #include "scene/resources/texture.h" diff --git a/tools/editor/plugins/texture_region_editor_plugin.cpp b/editor/plugins/texture_region_editor_plugin.cpp index aabf938577..aabf938577 100644 --- a/tools/editor/plugins/texture_region_editor_plugin.cpp +++ b/editor/plugins/texture_region_editor_plugin.cpp diff --git a/tools/editor/plugins/texture_region_editor_plugin.h b/editor/plugins/texture_region_editor_plugin.h index da713a53d3..8e88f0b707 100644 --- a/tools/editor/plugins/texture_region_editor_plugin.h +++ b/editor/plugins/texture_region_editor_plugin.h @@ -33,8 +33,8 @@ #define TEXTURE_REGION_EDITOR_PLUGIN_H #include "canvas_item_editor_plugin.h" -#include "tools/editor/editor_plugin.h" -#include "tools/editor/editor_node.h" +#include "editor/editor_plugin.h" +#include "editor/editor_node.h" #include "scene/2d/sprite.h" #include "scene/gui/patch_9_rect.h" #include "scene/resources/style_box.h" diff --git a/tools/editor/plugins/theme_editor_plugin.cpp b/editor/plugins/theme_editor_plugin.cpp index 4b8fea5a45..4b8fea5a45 100644 --- a/tools/editor/plugins/theme_editor_plugin.cpp +++ b/editor/plugins/theme_editor_plugin.cpp diff --git a/tools/editor/plugins/theme_editor_plugin.h b/editor/plugins/theme_editor_plugin.h index 9251da8e07..f661da4cd5 100644 --- a/tools/editor/plugins/theme_editor_plugin.h +++ b/editor/plugins/theme_editor_plugin.h @@ -37,7 +37,7 @@ #include "scene/gui/button_group.h" #include "scene/gui/scroll_container.h" -#include "tools/editor/editor_node.h" +#include "editor/editor_node.h" diff --git a/tools/editor/plugins/tile_map_editor_plugin.cpp b/editor/plugins/tile_map_editor_plugin.cpp index 16b354c8b1..fb6d5a786a 100644 --- a/tools/editor/plugins/tile_map_editor_plugin.cpp +++ b/editor/plugins/tile_map_editor_plugin.cpp @@ -31,8 +31,8 @@ #include "os/keyboard.h" #include "os/input.h" #include "canvas_item_editor_plugin.h" -#include "tools/editor/editor_settings.h" -#include "tools/editor/editor_scale.h" +#include "editor/editor_settings.h" +#include "editor/editor_scale.h" void TileMapEditor::_notification(int p_what) { diff --git a/tools/editor/plugins/tile_map_editor_plugin.h b/editor/plugins/tile_map_editor_plugin.h index 08032d9afd..82e2a396d1 100644 --- a/tools/editor/plugins/tile_map_editor_plugin.h +++ b/editor/plugins/tile_map_editor_plugin.h @@ -29,8 +29,8 @@ #ifndef TILE_MAP_EDITOR_PLUGIN_H #define TILE_MAP_EDITOR_PLUGIN_H -#include "tools/editor/editor_plugin.h" -#include "tools/editor/editor_node.h" +#include "editor/editor_plugin.h" +#include "editor/editor_node.h" #include "scene/2d/tile_map.h" #include "scene/gui/line_edit.h" diff --git a/tools/editor/plugins/tile_set_editor_plugin.cpp b/editor/plugins/tile_set_editor_plugin.cpp index 3db6c94917..3db6c94917 100644 --- a/tools/editor/plugins/tile_set_editor_plugin.cpp +++ b/editor/plugins/tile_set_editor_plugin.cpp diff --git a/tools/editor/plugins/tile_set_editor_plugin.h b/editor/plugins/tile_set_editor_plugin.h index 7fec7fa162..02a82ebd6b 100644 --- a/tools/editor/plugins/tile_set_editor_plugin.h +++ b/editor/plugins/tile_set_editor_plugin.h @@ -32,8 +32,8 @@ #include "scene/resources/tile_set.h" -#include "tools/editor/editor_node.h" -#include "tools/editor/editor_name_dialog.h" +#include "editor/editor_node.h" +#include "editor/editor_name_dialog.h" class TileSetEditor : public Control { diff --git a/tools/editor/progress_dialog.cpp b/editor/progress_dialog.cpp index 76626c4556..76626c4556 100644 --- a/tools/editor/progress_dialog.cpp +++ b/editor/progress_dialog.cpp diff --git a/tools/editor/progress_dialog.h b/editor/progress_dialog.h index 60acf825a9..60acf825a9 100644 --- a/tools/editor/progress_dialog.h +++ b/editor/progress_dialog.h diff --git a/tools/editor/project_export.cpp b/editor/project_export.cpp index fc6d8793d8..fc6d8793d8 100644 --- a/tools/editor/project_export.cpp +++ b/editor/project_export.cpp diff --git a/tools/editor/project_export.h b/editor/project_export.h index c977e90e56..b58ce2dc9d 100644 --- a/tools/editor/project_export.h +++ b/editor/project_export.h @@ -33,7 +33,7 @@ #include "scene/gui/control.h" #include "scene/gui/tree.h" #include "scene/gui/label.h" -#include "tools/editor/editor_file_dialog.h" +#include "editor/editor_file_dialog.h" #include "scene/gui/button.h" #include "scene/gui/file_dialog.h" #include "scene/gui/dialogs.h" @@ -43,7 +43,7 @@ #include "scene/gui/option_button.h" #include "scene/gui/slider.h" -#include "tools/editor/editor_file_system.h" +#include "editor/editor_file_system.h" #include "property_editor.h" #include "editor_export.h" diff --git a/tools/editor/project_manager.cpp b/editor/project_manager.cpp index 34b2d3e82c..34b2d3e82c 100644 --- a/tools/editor/project_manager.cpp +++ b/editor/project_manager.cpp diff --git a/tools/editor/project_manager.h b/editor/project_manager.h index 1fd8a301ea..cb6c0b7f26 100644 --- a/tools/editor/project_manager.h +++ b/editor/project_manager.h @@ -34,7 +34,7 @@ #include "scene/gui/scroll_container.h" #include "scene/gui/file_dialog.h" #include "scene/gui/tool_button.h" -#include "tools/editor/asset_library_editor_plugin.h" +#include "editor/asset_library_editor_plugin.h" class NewProjectDialog; class ProjectListFilter; diff --git a/tools/editor/project_settings.cpp b/editor/project_settings.cpp index 15019b8ca8..15019b8ca8 100644 --- a/tools/editor/project_settings.cpp +++ b/editor/project_settings.cpp diff --git a/tools/editor/project_settings.h b/editor/project_settings.h index 96ac2e2c11..96ac2e2c11 100644 --- a/tools/editor/project_settings.h +++ b/editor/project_settings.h diff --git a/tools/editor/property_editor.cpp b/editor/property_editor.cpp index 533a5b156b..533a5b156b 100644 --- a/tools/editor/property_editor.cpp +++ b/editor/property_editor.cpp diff --git a/tools/editor/property_editor.h b/editor/property_editor.h index e31a3313c1..c9ae9a85cc 100644 --- a/tools/editor/property_editor.h +++ b/editor/property_editor.h @@ -33,7 +33,7 @@ #include "scene/gui/button.h" #include "scene/gui/check_box.h" #include "scene/gui/label.h" -#include "tools/editor/editor_file_dialog.h" +#include "editor/editor_file_dialog.h" #include "scene/gui/dialogs.h" #include "scene/gui/color_picker.h" #include "scene/gui/menu_button.h" diff --git a/tools/editor/property_selector.cpp b/editor/property_selector.cpp index 71ffae4729..71ffae4729 100644 --- a/tools/editor/property_selector.cpp +++ b/editor/property_selector.cpp diff --git a/tools/editor/property_selector.h b/editor/property_selector.h index d29183f85e..c2ce996be2 100644 --- a/tools/editor/property_selector.h +++ b/editor/property_selector.h @@ -29,7 +29,7 @@ #ifndef PROPERTYSELECTOR_H #define PROPERTYSELECTOR_H -#include "tools/editor/property_editor.h" +#include "editor/property_editor.h" #include "scene/gui/rich_text_label.h" #include "editor_help.h" diff --git a/tools/editor/pvrtc_compress.cpp b/editor/pvrtc_compress.cpp index b130f6c773..b130f6c773 100644 --- a/tools/editor/pvrtc_compress.cpp +++ b/editor/pvrtc_compress.cpp diff --git a/tools/editor/pvrtc_compress.h b/editor/pvrtc_compress.h index 4ba29026c5..4ba29026c5 100644 --- a/tools/editor/pvrtc_compress.h +++ b/editor/pvrtc_compress.h diff --git a/tools/editor/quick_open.cpp b/editor/quick_open.cpp index f43189a7bf..f43189a7bf 100644 --- a/tools/editor/quick_open.cpp +++ b/editor/quick_open.cpp diff --git a/tools/editor/quick_open.h b/editor/quick_open.h index ef91d910b1..ef91d910b1 100644 --- a/tools/editor/quick_open.h +++ b/editor/quick_open.h diff --git a/tools/editor/register_exporters.h b/editor/register_exporters.h index 30ec522a00..30ec522a00 100644 --- a/tools/editor/register_exporters.h +++ b/editor/register_exporters.h diff --git a/tools/editor/reparent_dialog.cpp b/editor/reparent_dialog.cpp index c5b74d9006..c5b74d9006 100644 --- a/tools/editor/reparent_dialog.cpp +++ b/editor/reparent_dialog.cpp diff --git a/tools/editor/reparent_dialog.h b/editor/reparent_dialog.h index 5e21f84581..200760314c 100644 --- a/tools/editor/reparent_dialog.h +++ b/editor/reparent_dialog.h @@ -33,7 +33,7 @@ #include "scene/gui/button.h" #include "scene/gui/check_button.h" #include "scene/gui/check_box.h" -#include "tools/editor/scene_tree_editor.h" +#include "editor/scene_tree_editor.h" #include "scene/gui/line_edit.h" /** @author Juan Linietsky <reduzio@gmail.com> diff --git a/tools/editor/resources_dock.cpp b/editor/resources_dock.cpp index 8648361bae..8648361bae 100644 --- a/tools/editor/resources_dock.cpp +++ b/editor/resources_dock.cpp diff --git a/tools/editor/resources_dock.h b/editor/resources_dock.h index e225786583..e225786583 100644 --- a/tools/editor/resources_dock.h +++ b/editor/resources_dock.h diff --git a/tools/editor/run_settings_dialog.cpp b/editor/run_settings_dialog.cpp index 4d69c7ad84..4d69c7ad84 100644 --- a/tools/editor/run_settings_dialog.cpp +++ b/editor/run_settings_dialog.cpp diff --git a/tools/editor/run_settings_dialog.h b/editor/run_settings_dialog.h index 2efc18e43f..2efc18e43f 100644 --- a/tools/editor/run_settings_dialog.h +++ b/editor/run_settings_dialog.h diff --git a/tools/editor/scene_tree_dock.cpp b/editor/scene_tree_dock.cpp index 4f3700adb5..47eb84ab79 100644 --- a/tools/editor/scene_tree_dock.cpp +++ b/editor/scene_tree_dock.cpp @@ -33,13 +33,13 @@ #include "os/keyboard.h" #include "scene/resources/packed_scene.h" #include "editor_settings.h" -#include "tools/editor/plugins/canvas_item_editor_plugin.h" -#include "tools/editor/plugins/spatial_editor_plugin.h" +#include "editor/plugins/canvas_item_editor_plugin.h" +#include "editor/plugins/spatial_editor_plugin.h" #include "script_editor_debugger.h" -#include "tools/editor/plugins/script_editor_plugin.h" +#include "editor/plugins/script_editor_plugin.h" #include "core/io/resource_saver.h" #include "multi_node_edit.h" -#include "tools/editor/plugins/animation_player_editor_plugin.h" +#include "editor/plugins/animation_player_editor_plugin.h" #include "animation_editor.h" #include "scene/main/viewport.h" diff --git a/tools/editor/scene_tree_dock.h b/editor/scene_tree_dock.h index 2ee7ba3d06..2ee7ba3d06 100644 --- a/tools/editor/scene_tree_dock.h +++ b/editor/scene_tree_dock.h diff --git a/tools/editor/scene_tree_editor.cpp b/editor/scene_tree_editor.cpp index 0e15040a35..fb21747ebb 100644 --- a/tools/editor/scene_tree_editor.cpp +++ b/editor/scene_tree_editor.cpp @@ -33,7 +33,7 @@ #include "print_string.h" #include "message_queue.h" #include "scene/main/viewport.h" -#include "tools/editor/plugins/canvas_item_editor_plugin.h" +#include "editor/plugins/canvas_item_editor_plugin.h" #include "scene/resources/packed_scene.h" Node *SceneTreeEditor::get_scene_node() { diff --git a/tools/editor/scene_tree_editor.h b/editor/scene_tree_editor.h index 5586f02c00..5586f02c00 100644 --- a/tools/editor/scene_tree_editor.h +++ b/editor/scene_tree_editor.h diff --git a/tools/editor/script_create_dialog.cpp b/editor/script_create_dialog.cpp index dfaa1f645c..dfaa1f645c 100644 --- a/tools/editor/script_create_dialog.cpp +++ b/editor/script_create_dialog.cpp diff --git a/tools/editor/script_create_dialog.h b/editor/script_create_dialog.h index df16efc73c..ad9616c071 100644 --- a/tools/editor/script_create_dialog.h +++ b/editor/script_create_dialog.h @@ -32,8 +32,8 @@ #include "scene/gui/dialogs.h" #include "scene/gui/line_edit.h" #include "scene/gui/option_button.h" -#include "tools/editor/editor_file_dialog.h" -#include "tools/editor/editor_settings.h" +#include "editor/editor_file_dialog.h" +#include "editor/editor_settings.h" #include "scene/gui/check_button.h" class ScriptCreateDialog : public ConfirmationDialog { diff --git a/tools/editor/script_editor_debugger.cpp b/editor/script_editor_debugger.cpp index fa33ffe5c7..fa33ffe5c7 100644 --- a/tools/editor/script_editor_debugger.cpp +++ b/editor/script_editor_debugger.cpp diff --git a/tools/editor/script_editor_debugger.h b/editor/script_editor_debugger.h index a02934bbaf..a02934bbaf 100644 --- a/tools/editor/script_editor_debugger.h +++ b/editor/script_editor_debugger.h diff --git a/tools/editor/settings_config_dialog.cpp b/editor/settings_config_dialog.cpp index 7d8d6ffcec..7d8d6ffcec 100644 --- a/tools/editor/settings_config_dialog.cpp +++ b/editor/settings_config_dialog.cpp diff --git a/tools/editor/settings_config_dialog.h b/editor/settings_config_dialog.h index 17a05c27d3..17a05c27d3 100644 --- a/tools/editor/settings_config_dialog.h +++ b/editor/settings_config_dialog.h diff --git a/tools/editor/spatial_editor_gizmos.cpp b/editor/spatial_editor_gizmos.cpp index 825db5356b..825db5356b 100644 --- a/tools/editor/spatial_editor_gizmos.cpp +++ b/editor/spatial_editor_gizmos.cpp diff --git a/tools/editor/spatial_editor_gizmos.h b/editor/spatial_editor_gizmos.h index 8a63d4f81e..c44a987144 100644 --- a/tools/editor/spatial_editor_gizmos.h +++ b/editor/spatial_editor_gizmos.h @@ -30,7 +30,7 @@ #define SPATIAL_EDITOR_GIZMOS_H -#include "tools/editor/plugins/spatial_editor_plugin.h" +#include "editor/plugins/spatial_editor_plugin.h" #include "scene/3d/light.h" #include "scene/3d/listener.h" #include "scene/3d/camera.h" diff --git a/tools/editor/translations/Makefile b/editor/translations/Makefile index bea20e877d..4f5d9f165f 100644 --- a/tools/editor/translations/Makefile +++ b/editor/translations/Makefile @@ -1,13 +1,13 @@ # Makefile providing various facilities to manage translations -TEMPLATE = tools.pot +TEMPLATE = editor.pot POFILES = $(wildcard *.po) LANGS = $(POFILES:%.po=%) all: update merge update: - @cd ../..; python2 tools/translations/extract.py + @cd ../..; python2 editor/translations/extract.py merge: @for po in $(POFILES); do \ diff --git a/tools/editor/translations/README.md b/editor/translations/README.md index 351bc9e2d1..351bc9e2d1 100644 --- a/tools/editor/translations/README.md +++ b/editor/translations/README.md diff --git a/tools/editor/translations/ar.po b/editor/translations/ar.po index 539b94ab62..539b94ab62 100644 --- a/tools/editor/translations/ar.po +++ b/editor/translations/ar.po diff --git a/tools/editor/translations/bg.po b/editor/translations/bg.po index fe711e1b30..fe711e1b30 100644 --- a/tools/editor/translations/bg.po +++ b/editor/translations/bg.po diff --git a/tools/editor/translations/bn.po b/editor/translations/bn.po index 0b1993caa0..0b1993caa0 100644 --- a/tools/editor/translations/bn.po +++ b/editor/translations/bn.po diff --git a/tools/editor/translations/ca.po b/editor/translations/ca.po index c45cad964b..c45cad964b 100644 --- a/tools/editor/translations/ca.po +++ b/editor/translations/ca.po diff --git a/tools/editor/translations/cs.po b/editor/translations/cs.po index 3dc52fa536..3dc52fa536 100644 --- a/tools/editor/translations/cs.po +++ b/editor/translations/cs.po diff --git a/tools/editor/translations/da.po b/editor/translations/da.po index 6148d0b82d..6148d0b82d 100644 --- a/tools/editor/translations/da.po +++ b/editor/translations/da.po diff --git a/tools/editor/translations/de.po b/editor/translations/de.po index 0545ea2f21..0545ea2f21 100644 --- a/tools/editor/translations/de.po +++ b/editor/translations/de.po diff --git a/tools/editor/translations/de_CH.po b/editor/translations/de_CH.po index 0420d3fc97..0420d3fc97 100644 --- a/tools/editor/translations/de_CH.po +++ b/editor/translations/de_CH.po diff --git a/tools/editor/translations/tools.pot b/editor/translations/editor.pot index 8e54d88989..8e54d88989 100644 --- a/tools/editor/translations/tools.pot +++ b/editor/translations/editor.pot diff --git a/tools/editor/translations/es.po b/editor/translations/es.po index a1108822fa..a1108822fa 100644 --- a/tools/editor/translations/es.po +++ b/editor/translations/es.po diff --git a/tools/editor/translations/es_AR.po b/editor/translations/es_AR.po index d921254859..d921254859 100644 --- a/tools/editor/translations/es_AR.po +++ b/editor/translations/es_AR.po diff --git a/tools/editor/translations/extract.py b/editor/translations/extract.py index 1192c19011..616fec17a0 100755 --- a/tools/editor/translations/extract.py +++ b/editor/translations/extract.py @@ -17,7 +17,7 @@ for arg in sys.argv[1:]: os.sys.exit("Non supported argument '" + arg + "'. Aborting.") -if (not os.path.exists("tools")): +if (not os.path.exists("editor")): os.sys.exit("ERROR: This script should be started from the root of the git repo.") @@ -51,7 +51,7 @@ msgstr "" "Content-Transfer-Encoding: 8-bit\\n" """ -print("Updating the tools.pot template...") +print("Updating the editor.pot template...") for fname in matches: @@ -102,20 +102,20 @@ for fname in matches: f.close() -f = open("tools.pot", "wb") +f = open("editor.pot", "wb") f.write(main_po) f.close() if (os.name == "posix"): print("Wrapping template at 79 characters for compatibility with Weblate.") - os.system("msgmerge -w79 tools.pot tools.pot > tools.pot.wrap") - shutil.move("tools.pot.wrap", "tools.pot") + os.system("msgmerge -w79 editor.pot editor.pot > editor.pot.wrap") + shutil.move("editor.pot.wrap", "editor.pot") -shutil.move("tools.pot", "tools/translations/tools.pot") +shutil.move("editor.pot", "editor/translations/editor.pot") # TODO: Make that in a portable way, if we care; if not, kudos to Unix users if (os.name == "posix"): - added = subprocess.check_output("git diff tools/translations/tools.pot | grep \+msgid | wc -l", shell=True) - removed = subprocess.check_output("git diff tools/translations/tools.pot | grep \\\-msgid | wc -l", shell=True) + added = subprocess.check_output("git diff editor/translations/editor.pot | grep \+msgid | wc -l", shell=True) + removed = subprocess.check_output("git diff editor/translations/editor.pot | grep \\\-msgid | wc -l", shell=True) print("\n# Template changes compared to the staged status:") print("# Additions: %s msgids.\n# Deletions: %s msgids." % (int(added), int(removed))) diff --git a/tools/editor/translations/fa.po b/editor/translations/fa.po index 41a686ba52..41a686ba52 100644 --- a/tools/editor/translations/fa.po +++ b/editor/translations/fa.po diff --git a/tools/editor/translations/fr.po b/editor/translations/fr.po index 2c4f7144fe..2c4f7144fe 100644 --- a/tools/editor/translations/fr.po +++ b/editor/translations/fr.po diff --git a/tools/editor/translations/hu.po b/editor/translations/hu.po index 335ab25c6a..335ab25c6a 100644 --- a/tools/editor/translations/hu.po +++ b/editor/translations/hu.po diff --git a/tools/editor/translations/id.po b/editor/translations/id.po index 30bd357a21..30bd357a21 100644 --- a/tools/editor/translations/id.po +++ b/editor/translations/id.po diff --git a/tools/editor/translations/it.po b/editor/translations/it.po index 8fefe67677..8fefe67677 100644 --- a/tools/editor/translations/it.po +++ b/editor/translations/it.po diff --git a/tools/editor/translations/ja.po b/editor/translations/ja.po index ea314db101..ea314db101 100644 --- a/tools/editor/translations/ja.po +++ b/editor/translations/ja.po diff --git a/tools/editor/translations/ko.po b/editor/translations/ko.po index a0ecb70bf5..a0ecb70bf5 100644 --- a/tools/editor/translations/ko.po +++ b/editor/translations/ko.po diff --git a/tools/editor/translations/nb.po b/editor/translations/nb.po index cbd2a09951..cbd2a09951 100644 --- a/tools/editor/translations/nb.po +++ b/editor/translations/nb.po diff --git a/tools/editor/translations/pl.po b/editor/translations/pl.po index 50afecad1b..50afecad1b 100644 --- a/tools/editor/translations/pl.po +++ b/editor/translations/pl.po diff --git a/tools/editor/translations/pr.po b/editor/translations/pr.po index 8ea2967a22..8ea2967a22 100644 --- a/tools/editor/translations/pr.po +++ b/editor/translations/pr.po diff --git a/tools/editor/translations/pt_BR.po b/editor/translations/pt_BR.po index 9ab81786b1..9ab81786b1 100644 --- a/tools/editor/translations/pt_BR.po +++ b/editor/translations/pt_BR.po diff --git a/tools/editor/translations/pt_PT.po b/editor/translations/pt_PT.po index da9d971347..da9d971347 100644 --- a/tools/editor/translations/pt_PT.po +++ b/editor/translations/pt_PT.po diff --git a/tools/editor/translations/ru.po b/editor/translations/ru.po index 0595a675b3..0595a675b3 100644 --- a/tools/editor/translations/ru.po +++ b/editor/translations/ru.po diff --git a/tools/editor/translations/sk.po b/editor/translations/sk.po index 6aa2e16664..6aa2e16664 100644 --- a/tools/editor/translations/sk.po +++ b/editor/translations/sk.po diff --git a/tools/editor/translations/sl.po b/editor/translations/sl.po index 4934be97d7..4934be97d7 100644 --- a/tools/editor/translations/sl.po +++ b/editor/translations/sl.po diff --git a/tools/editor/translations/tr.po b/editor/translations/tr.po index 5c0b6ebca8..5c0b6ebca8 100644 --- a/tools/editor/translations/tr.po +++ b/editor/translations/tr.po diff --git a/tools/editor/translations/ur_PK.po b/editor/translations/ur_PK.po index b898301d0c..b898301d0c 100644 --- a/tools/editor/translations/ur_PK.po +++ b/editor/translations/ur_PK.po diff --git a/tools/editor/translations/zh_CN.po b/editor/translations/zh_CN.po index 47c77f6170..47c77f6170 100644 --- a/tools/editor/translations/zh_CN.po +++ b/editor/translations/zh_CN.po diff --git a/tools/editor/translations/zh_HK.po b/editor/translations/zh_HK.po index b0bb11d527..b0bb11d527 100644 --- a/tools/editor/translations/zh_HK.po +++ b/editor/translations/zh_HK.po diff --git a/tools/editor/translations/zh_TW.po b/editor/translations/zh_TW.po index 3e9b61ec0f..3e9b61ec0f 100644 --- a/tools/editor/translations/zh_TW.po +++ b/editor/translations/zh_TW.po diff --git a/main/main.cpp b/main/main.cpp index fb7f2ebceb..32aea6a4a5 100644 --- a/main/main.cpp +++ b/main/main.cpp @@ -54,9 +54,9 @@ #include "scene/main/viewport.h" #ifdef TOOLS_ENABLED -#include "tools/editor/doc/doc_data.h" -#include "tools/editor/editor_node.h" -#include "tools/editor/project_manager.h" +#include "editor/doc/doc_data.h" +#include "editor/editor_node.h" +#include "editor/project_manager.h" #endif #include "io/file_access_network.h" diff --git a/modules/gdscript/register_types.cpp b/modules/gdscript/register_types.cpp index db47ee43ce..d1d69c6709 100644 --- a/modules/gdscript/register_types.cpp +++ b/modules/gdscript/register_types.cpp @@ -41,10 +41,10 @@ ResourceFormatSaverGDScript *resource_saver_gd=NULL; #if 0 #ifdef TOOLS_ENABLED -#include "tools/editor/editor_import_export.h" +#include "editor/editor_import_export.h" #include "gd_tokenizer.h" -#include "tools/editor/editor_node.h" -#include "tools/editor/editor_settings.h" +#include "editor/editor_node.h" +#include "editor/editor_settings.h" class EditorExportGDScript : public EditorExportPlugin { diff --git a/modules/gridmap/grid_map_editor_plugin.cpp b/modules/gridmap/grid_map_editor_plugin.cpp index 2630360058..a5d2f84c68 100644 --- a/modules/gridmap/grid_map_editor_plugin.cpp +++ b/modules/gridmap/grid_map_editor_plugin.cpp @@ -27,9 +27,9 @@ /* SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. */ /*************************************************************************/ #include "grid_map_editor_plugin.h" -#include "tools/editor/plugins/spatial_editor_plugin.h" +#include "editor/plugins/spatial_editor_plugin.h" #include "scene/3d/camera.h" -#include "tools/editor/editor_settings.h" +#include "editor/editor_settings.h" #include "os/keyboard.h" #include "geometry.h" diff --git a/modules/gridmap/grid_map_editor_plugin.h b/modules/gridmap/grid_map_editor_plugin.h index 66ec5dc4bc..07ac34cd4e 100644 --- a/modules/gridmap/grid_map_editor_plugin.h +++ b/modules/gridmap/grid_map_editor_plugin.h @@ -29,10 +29,10 @@ #ifndef GRID_MAP_EDITOR_PLUGIN_H #define GRID_MAP_EDITOR_PLUGIN_H -#include "tools/editor/editor_plugin.h" -#include "tools/editor/editor_node.h" +#include "editor/editor_plugin.h" +#include "editor/editor_node.h" #include "grid_map.h" -#include "tools/editor/pane_drag.h" +#include "editor/pane_drag.h" /** @author Juan Linietsky <reduzio@gmail.com> */ diff --git a/modules/visual_script/visual_script_editor.cpp b/modules/visual_script/visual_script_editor.cpp index eadc9a8892..3f5ba63b98 100644 --- a/modules/visual_script/visual_script_editor.cpp +++ b/modules/visual_script/visual_script_editor.cpp @@ -1,11 +1,11 @@ #include "visual_script_editor.h" -#include "tools/editor/editor_node.h" +#include "editor/editor_node.h" #include "visual_script_nodes.h" #include "visual_script_flow_control.h" #include "visual_script_func_nodes.h" #include "visual_script_expression.h" #include "os/input.h" -#include "tools/editor/editor_resource_preview.h" +#include "editor/editor_resource_preview.h" #include "os/keyboard.h" #ifdef TOOLS_ENABLED diff --git a/modules/visual_script/visual_script_editor.h b/modules/visual_script/visual_script_editor.h index 1dc62b3e69..df3aa20d39 100644 --- a/modules/visual_script/visual_script_editor.h +++ b/modules/visual_script/visual_script_editor.h @@ -1,12 +1,12 @@ #ifndef VisualSCRIPT_EDITOR_H #define VisualSCRIPT_EDITOR_H -#include "tools/editor/plugins/script_editor_plugin.h" +#include "editor/plugins/script_editor_plugin.h" #include "visual_script.h" -#include "tools/editor/property_editor.h" +#include "editor/property_editor.h" #include "scene/gui/graph_edit.h" -#include "tools/editor/create_dialog.h" -#include "tools/editor/property_selector.h" +#include "editor/create_dialog.h" +#include "editor/property_selector.h" class VisualScriptEditorSignalEdit; class VisualScriptEditorVariableEdit; diff --git a/platform/android/export/export.cpp b/platform/android/export/export.cpp index 1d1ee25622..3fc822860d 100644 --- a/platform/android/export/export.cpp +++ b/platform/android/export/export.cpp @@ -28,9 +28,9 @@ /*************************************************************************/ #include "version.h" #include "export.h" -#include "tools/editor/editor_settings.h" -#include "tools/editor/editor_export.h" -#include "tools/editor/editor_node.h" +#include "editor/editor_settings.h" +#include "editor/editor_export.h" +#include "editor/editor_node.h" #include "io/zip_io.h" #include "io/marshalls.h" #include "global_config.h" diff --git a/platform/bb10/export/export.cpp b/platform/bb10/export/export.cpp index 2643c96576..cf8e2fcc0a 100644 --- a/platform/bb10/export/export.cpp +++ b/platform/bb10/export/export.cpp @@ -28,9 +28,9 @@ /*************************************************************************/ #include "version.h" #include "export.h" -#include "tools/editor/editor_settings.h" -#include "tools/editor/editor_export.h" -#include "tools/editor/editor_node.h" +#include "editor/editor_settings.h" +#include "editor/editor_export.h" +#include "editor/editor_node.h" #include "io/zip_io.h" #include "io/marshalls.h" #include "global_config.h" diff --git a/platform/javascript/export/export.cpp b/platform/javascript/export/export.cpp index 2657eaddb5..b9ef63fe2f 100644 --- a/platform/javascript/export/export.cpp +++ b/platform/javascript/export/export.cpp @@ -28,9 +28,9 @@ /*************************************************************************/ #include "version.h" #include "export.h" -#include "tools/editor/editor_settings.h" -#include "tools/editor/editor_export.h" -#include "tools/editor/editor_node.h" +#include "editor/editor_settings.h" +#include "editor/editor_export.h" +#include "editor/editor_node.h" #include "io/zip_io.h" #include "io/marshalls.h" #include "global_config.h" diff --git a/platform/osx/export/export.cpp b/platform/osx/export/export.cpp index 69973dc95d..4af2aaca63 100644 --- a/platform/osx/export/export.cpp +++ b/platform/osx/export/export.cpp @@ -28,9 +28,9 @@ /*************************************************************************/ #include "version.h" #include "export.h" -#include "tools/editor/editor_settings.h" -#include "tools/editor/editor_export.h" -#include "tools/editor/editor_node.h" +#include "editor/editor_settings.h" +#include "editor/editor_export.h" +#include "editor/editor_node.h" #include "io/zip_io.h" #include "io/marshalls.h" #include "io/resource_saver.h" diff --git a/platform/uwp/export/export.cpp b/platform/uwp/export/export.cpp index 4966489188..52a22a1942 100644 --- a/platform/uwp/export/export.cpp +++ b/platform/uwp/export/export.cpp @@ -69,8 +69,8 @@ SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. #include "version.h" #include "export.h" #include "object.h" -#include "tools/editor/editor_import_export.h" -#include "tools/editor/editor_node.h" +#include "editor/editor_import_export.h" +#include "editor/editor_node.h" #include "platform/uwp/logo.h" #include "os/file_access.h" #include "io/zip.h" diff --git a/platform/windows/export/export.cpp b/platform/windows/export/export.cpp index 1c827a93b0..44c0acdb2e 100644 --- a/platform/windows/export/export.cpp +++ b/platform/windows/export/export.cpp @@ -28,7 +28,7 @@ /*************************************************************************/ #include "export.h" #include "platform/windows/logo.h" -#include "tools/editor/editor_export.h" +#include "editor/editor_export.h" void register_windows_exporter() { diff --git a/platform/x11/export/export.cpp b/platform/x11/export/export.cpp index 5c7f98c1f3..c40b8f3c1f 100644 --- a/platform/x11/export/export.cpp +++ b/platform/x11/export/export.cpp @@ -28,7 +28,7 @@ /*************************************************************************/ #include "export.h" #include "platform/x11/logo.h" -#include "tools/editor/editor_export.h" +#include "editor/editor_export.h" #include "scene/resources/texture.h" diff --git a/scene/gui/control.cpp b/scene/gui/control.cpp index 4161725ad5..496b1e03cf 100644 --- a/scene/gui/control.cpp +++ b/scene/gui/control.cpp @@ -40,7 +40,7 @@ #include "scene/gui/panel.h" #include "scene/gui/label.h" #ifdef TOOLS_ENABLED -#include "tools/editor/editor_settings.h" +#include "editor/editor_settings.h" #endif #include <stdio.h> diff --git a/scene/gui/line_edit.cpp b/scene/gui/line_edit.cpp index 893670efea..7f61cf80ec 100644 --- a/scene/gui/line_edit.cpp +++ b/scene/gui/line_edit.cpp @@ -33,7 +33,7 @@ #include "label.h" #include "translation.h" #ifdef TOOLS_ENABLED -#include "tools/editor/editor_settings.h" +#include "editor/editor_settings.h" #endif static bool _is_text_char(CharType c) { |