Merge pull request #38687 from Calinou/tweak-editor-icons-readme

Update the editor icons README to remove outdated information
This commit is contained in:
Rémi Verschelde
2020-05-12 10:09:44 +02:00
committed by GitHub

View File

@@ -1,12 +1,7 @@
The icons here are optimized SVGs, because the editor renders the svgs at runtime, they need # Editor icons
to be small in size, so they can be efficiently parsed.
The original icons can be found at: This folder contains all the icons used by Godot editor (except for platform
https://github.com/godotengine/godot-design/tree/master/engine/icons icons which are located in their respective platform folder).
There you can find the optimizer script. See [Editor icons](https://docs.godotengine.org/en/latest/development/editor/creating_icons.html)
in the documentation for details on creating icons for the Godot editor.
If you add a new icon, please make a pull request to this repo:
https://github.com/godotengine/godot-design/
and store the optimized SVG version here.