diff options
author | Rémi Verschelde <rverschelde@gmail.com> | 2024-04-04 14:31:49 +0200 |
---|---|---|
committer | Rémi Verschelde <rverschelde@gmail.com> | 2024-04-04 14:31:49 +0200 |
commit | 8516304b82a3815ac140e50780ce303bf4f7704c (patch) | |
tree | cb30c0877a3e130564a4f224e0665681afaed951 /editor/icons | |
parent | c97885be7d1da7ac1e327f36b68d061d42c46a56 (diff) | |
parent | 5c83d14698c454d38b7e1eb2dd50f7013ee39ba4 (diff) | |
download | redot-engine-8516304b82a3815ac140e50780ce303bf4f7704c.tar.gz |
Merge pull request #89847 from GreenCrowDev/missing-bezier-handles
UX and stability improvements for `Path3D` node
Diffstat (limited to 'editor/icons')
-rw-r--r-- | editor/icons/CurveTilt.svg | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/editor/icons/CurveTilt.svg b/editor/icons/CurveTilt.svg new file mode 100644 index 0000000000..4cf7c5bff3 --- /dev/null +++ b/editor/icons/CurveTilt.svg @@ -0,0 +1 @@ +<svg enable-background="new 0 0 16 16" viewBox="0 0 16 16" xmlns="http://www.w3.org/2000/svg"><circle cx="8" cy="8" fill="none" r="5" stroke="#ff6" stroke-miterlimit="10" stroke-width="2"/><path d="m8 8v-5" fill="none" stroke="#ff6" stroke-linecap="round" stroke-miterlimit="10" stroke-width="2"/><path d="m8 1c-1.1 0-2 .9-2 2s.9 2 2 2 2-.9 2-2-.9-2-2-2z" fill="#fff"/></svg>
\ No newline at end of file |