diff options
author | tetrapod00 <145553014+tetrapod00@users.noreply.github.com> | 2024-09-14 19:38:17 -0700 |
---|---|---|
committer | tetrapod00 <145553014+tetrapod00@users.noreply.github.com> | 2024-11-01 14:20:10 -0700 |
commit | 6454ea4606293fee236f51f8ea5e81d9a6a2ca79 (patch) | |
tree | e4f3f884c9ed8f1b559fecad2ddfdea57cdc5576 /editor/icons/MaterialPreviewQuad.svg | |
parent | c6c464cf9ae56e8b68620af65125dd980d0e8122 (diff) | |
download | redot-engine-6454ea4606293fee236f51f8ea5e81d9a6a2ca79.tar.gz |
Add quad mesh to material preview
Diffstat (limited to 'editor/icons/MaterialPreviewQuad.svg')
-rw-r--r-- | editor/icons/MaterialPreviewQuad.svg | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/editor/icons/MaterialPreviewQuad.svg b/editor/icons/MaterialPreviewQuad.svg new file mode 100644 index 0000000000..9765a15df7 --- /dev/null +++ b/editor/icons/MaterialPreviewQuad.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16"><path fill="none" stroke="#000" stroke-linejoin="round" stroke-opacity=".8" stroke-width="2" d="m2 1 12 1v11l-12 1z"/><path fill="#f9f9f9" d="m2 14 12-1v-11l-12-1z"/></svg>
\ No newline at end of file |