1
0
mirror of https://github.com/godotengine/godot.git synced 2026-01-03 19:11:41 +00:00
Files
godot/editor/icons
Hugo Locurcio 1339a5c1cb Add an icon for OGG samples
The icon is the same as WAV samples, as both formats are accepted
in AudioStreamPlayer.

This closes #35163.
2020-01-15 22:32:08 +01:00
..
2018-09-12 21:39:17 -04: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: https://github.com/godotengine/godot-design/tree/master/engine/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/godotengine/godot-design/

and store the optimized SVG version here.