diff options
author | Andrii Doroshenko (Xrayez) <xrayez@gmail.com> | 2020-03-08 19:32:25 +0200 |
---|---|---|
committer | Andrii Doroshenko (Xrayez) <xrayez@gmail.com> | 2020-03-08 19:32:25 +0200 |
commit | 3acebdeecdbd31be44be26bb3f56c37a8fd1416e (patch) | |
tree | e5ae42869aac7f1fdf7524a3e948c2ef16e4b4dd /modules/csg/icons/CSGCombiner.svg | |
parent | 78adce833bce49ef1bf1503956a6162a1c6dd8b2 (diff) | |
download | redot-engine-3acebdeecdbd31be44be26bb3f56c37a8fd1416e.tar.gz |
Fix missing module editor icons
Module icons need to be renamed to PascalCase as well
for them to be registered in 4.0.
See godotengine/godot#36513.
Diffstat (limited to 'modules/csg/icons/CSGCombiner.svg')
-rw-r--r-- | modules/csg/icons/CSGCombiner.svg | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/modules/csg/icons/CSGCombiner.svg b/modules/csg/icons/CSGCombiner.svg new file mode 100644 index 0000000000..cce2902e24 --- /dev/null +++ b/modules/csg/icons/CSGCombiner.svg @@ -0,0 +1,8 @@ +<svg width="16" height="16" version="1.1" viewBox="0 0 16 16" xmlns="http://www.w3.org/2000/svg"> +<g transform="translate(0 -1036.4)"> +<path transform="translate(0 1036.4)" d="m12 9c-0.55401 0-1 0.44599-1 1v1h2v2h1c0.55401 0 1-0.44599 1-1v-2c0-0.55401-0.44599-1-1-1h-2zm1 4h-2v-2h-1c-0.55401 0-1 0.44599-1 1v2c0 0.55401 0.44599 1 1 1h2c0.55401 0 1-0.44599 1-1v-1z" fill="#84c2ff"/> +<g fill="#fc9c9c"> +<path transform="translate(0 1036.4)" d="m3 1c-1.1046 0-2 0.89543-2 2h2zm2 0v2h2v-2zm4 0v2h2v-2zm4 0v2h2c0-1.1046-0.89543-2-2-2zm-12 4v2h2v-2zm12 0v2h2v-2zm-12 4v2h2v-2zm0 4c0 1.1046 0.89543 2 2 2v-2zm4 0v2h2v-2z" fill="#fc9c9c"/> +</g> +</g> +</svg> |