summaryrefslogtreecommitdiffstats
path: root/editor/icons/CameraTexture.svg
Commit message (Collapse)AuthorAgeFilesLines
* Style: Optimize `.svg` files with `svgo`Thaddeus Crews2024-06-231-1/+1
|
* Revert to the old Camera iconsMewPurPur2023-08-221-1/+1
|
* Readd a Camera3D icon gizmo to the 3D editor, renew Camera2D/3D iconsHugo Locurcio2023-08-081-1/+1
| | | | | | | | | | | The lack of icon gizmo made it no longer possible to select Camera3D nodes in the 3D viewport by clicking on them. A new Camera3D icon gizmo was designed to be direction-neutral. This avoids the issue that the previous icon gizmo had, since it was always facing right. This also adds icons for CameraAttributesPractical and CameraAttributesPhysical.
* Manually optimize a lot of SVGsVolTer2023-05-271-1/+1
|
* Fix near one opacity in editor iconsPaweł2022-11-241-1/+1
|
* Commit only the SVG files changed by file_format.shAaron Franke2020-07-131-1/+1
| | | | There were a lot of SVG files changed by file_format.sh
* Use PascalCase file names for editor iconsHugo Locurcio2020-02-241-0/+1
Using PascalCase file names without any conversion step is less confusing to new contributors.