2017-08-19 09:09:58 +02:00
|
|
|
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:
|
2018-06-30 10:14:10 +02:00
|
|
|
https://github.com/godotengine/godot-design/tree/master/engine/icons
|
2017-08-19 09:09:58 +02:00
|
|
|
|
|
|
|
There you can find the optimizer script.
|
|
|
|
|
|
|
|
If you add a new icon, please make a pull request to this repo:
|
2018-06-30 10:14:10 +02:00
|
|
|
https://github.com/godotengine/godot-design/
|
2017-08-19 09:09:58 +02:00
|
|
|
|
2018-09-13 03:38:39 +02:00
|
|
|
and store the optimized SVG version here.
|