diff options
Diffstat (limited to 'editor/icons/README.md')
-rw-r--r-- | editor/icons/README.md | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/editor/icons/README.md b/editor/icons/README.md new file mode 100644 index 0000000000..f3aaa23666 --- /dev/null +++ b/editor/icons/README.md @@ -0,0 +1,12 @@ +The icons here are optimized SVGs, because the editor renders the svgs at runtime, they need +to be small in size, so they can be efficiently parsed. + +The original icons can be found at: +https://github.com/djrm/godot-design/tree/master/assets/icons + +There you can find the optimizer script. + +If you add a new icon, please make a pull request to this repo: +https://github.com/djrm/godot-design/ + +and store the the optimized SVG version here. |