diff options
author | RĂ©mi Verschelde <rverschelde@gmail.com> | 2020-05-18 10:02:02 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-05-18 10:02:02 +0200 |
commit | 0187cdae9ae34b762501b0e6b8da61b3986d079b (patch) | |
tree | 5f33dd0dd8cc87d0063e8492b56029c149a2965e /editor | |
parent | cf9f7bc1c1ea75be2ba6d8c851723d9a0d6bd79a (diff) | |
parent | 50585e2cfac7f93caea6f8c1f3293426362832a8 (diff) |
Merge pull request #38800 from YeldhamDev/icons_complete
Add more missing node icons
Diffstat (limited to 'editor')
-rw-r--r-- | editor/icons/RootMotionView.svg | 1 | ||||
-rw-r--r-- | editor/icons/ShaderGlobalsOverride.svg | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/editor/icons/RootMotionView.svg b/editor/icons/RootMotionView.svg new file mode 100644 index 0000000000..4d33420383 --- /dev/null +++ b/editor/icons/RootMotionView.svg @@ -0,0 +1 @@ +<svg height="16" viewBox="0 0 16 16" width="16" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink"><radialGradient id="a" cx="8" cy="8" gradientTransform="matrix(.85714281 -.00000007 .00000004 .85714284 1.142858 1.142858)" gradientUnits="userSpaceOnUse" r="7"><stop offset="0" stop-color="#fc9c9c"/><stop offset=".83333331" stop-color="#fc9c9c" stop-opacity=".701961"/><stop offset="1" stop-color="#fc9c9c" stop-opacity="0"/></radialGradient><path d="m5 2v3h-3v2h3v2h-3v2h3v3h2v-3h2v3h2v-3h3v-2h-3v-2h3v-2h-3v-3h-2v3h-2v-3zm2 5h2v2h-2z" fill="url(#a)"/></svg>
\ No newline at end of file diff --git a/editor/icons/ShaderGlobalsOverride.svg b/editor/icons/ShaderGlobalsOverride.svg new file mode 100644 index 0000000000..2fe76ed777 --- /dev/null +++ b/editor/icons/ShaderGlobalsOverride.svg @@ -0,0 +1 @@ +<svg height="16" viewBox="0 0 16 16" width="16" xmlns="http://www.w3.org/2000/svg"><path d="m2 1c-.55226.0001-.99994.4477-1 1v12c.0000552.5523.44774.9999 1 1h12c.55226-.0001.99994-.4477 1-1v-8l-5-5zm1 2h6v3c0 .554.44599 1 1 1h3v6h-10zm1 1v1h3v-1zm0 2v1h2v-1zm3 0v1h1v-1zm-2 3 3 3 3-3z" fill="#e0e0e0"/></svg>
\ No newline at end of file |