diff options
author | Hugo Locurcio <hugo.locurcio@hugo.pro> | 2023-09-11 22:47:33 +0200 |
---|---|---|
committer | Hugo Locurcio <hugo.locurcio@hugo.pro> | 2023-09-15 20:44:45 +0200 |
commit | 5345cf3e756e3084c227a823a1e31a8b9716d584 (patch) | |
tree | f0487e87a80cbeaa754eeeca065a62eedbc41ef8 /editor/icons/GizmoDecal.svg | |
parent | 221884e6bc260c38f16422081b7d4efd49a71375 (diff) | |
download | redot-engine-5345cf3e756e3084c227a823a1e31a8b9716d584.tar.gz |
Add 3D editor gizmo icons for Decal, LightmapProbe and FogVolume
- Tweak CPUParticles3D editor gizmo icon to use the same outline
color as other gizmo icons. Make the internal icon easier to see
by using an orange color instead of gray.
Co-authored-by: MewPurPur <mew.pur.pur@abv.bg>
Diffstat (limited to 'editor/icons/GizmoDecal.svg')
-rw-r--r-- | editor/icons/GizmoDecal.svg | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/editor/icons/GizmoDecal.svg b/editor/icons/GizmoDecal.svg new file mode 100644 index 0000000000..bd3b3f608f --- /dev/null +++ b/editor/icons/GizmoDecal.svg @@ -0,0 +1 @@ +<svg height="128" viewBox="0 0 128 128" width="128" xmlns="http://www.w3.org/2000/svg"><circle cx="64" cy="64" fill="none" stroke="#000" stroke-width="8" stroke-opacity=".3" r="48"/><path d="M111.313 55.934a48 48 0 1 0-71.28 49.528z" fill="#f7f5cf"/><path d="M111.313 55.934a48 48 0 0 0-71.28 49.528z" fill="#e1b44c"/><path d="M40.033 105.462a48 48 0 0 0 71.28-49.528z" fill="#f7f5cf" fill-opacity=".4"/></svg> |