Age | Commit message (Collapse) | Author | |
---|---|---|---|
2021-05-11 | Increase icon saturation by 30% for all editor icons | Hugo Locurcio | |
More saturated icons go better with the new editor theme. These color changes only apply when using a dark theme. The editor icon saturation can still be adjusted in the Editor Settings. Setting the editor icon saturation setting to 0.77 should roughly match the old icon saturation. | |||
2020-10-25 | Optimize SVG using `svgcleaner --multipass` | Hugo Locurcio | |
This decreases the editor binary size by about 8 KB. | |||
2020-03-08 | Fix missing module editor icons | Andrii Doroshenko (Xrayez) | |
Module icons need to be renamed to PascalCase as well for them to be registered in 4.0. See godotengine/godot#36513. |