summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMewPurPur <mew.pur.pur@gmail.com>2023-08-30 17:35:22 +0300
committerMewPurPur <mew.pur.pur@gmail.com>2023-12-05 19:21:04 +0200
commit6cdd406c3d331854c63720ebf443c319a0c2fa0e (patch)
tree590f59937e0d326c640b759d026f8abb8b492827
parent6758a7f8c07d1f4c8ec4f052ded6d26402967ebe (diff)
downloadredot-engine-6cdd406c3d331854c63720ebf443c319a0c2fa0e.tar.gz
Add Texture2D and Texture3D icons
-rw-r--r--editor/icons/Texture2D.svg1
-rw-r--r--editor/icons/Texture3D.svg1
2 files changed, 2 insertions, 0 deletions
diff --git a/editor/icons/Texture2D.svg b/editor/icons/Texture2D.svg
new file mode 100644
index 0000000000..635547ba03
--- /dev/null
+++ b/editor/icons/Texture2D.svg
@@ -0,0 +1 @@
+<svg width="16" height="16" viewBox="0 0 16 16" xmlns="http://www.w3.org/2000/svg"><g fill="#808080"><path d="M2 1a1 1 0 0 0-1 1v12a1 1 0 0 0 1 1h12a1 1 0 0 0 1-1V2a1 1 0 0 0-1-1zm1 2h10v8H3z"/><path d="M3.5 3.5h9v7h-9" fill-opacity=".2"/></g></svg>
diff --git a/editor/icons/Texture3D.svg b/editor/icons/Texture3D.svg
new file mode 100644
index 0000000000..208fa41b61
--- /dev/null
+++ b/editor/icons/Texture3D.svg
@@ -0,0 +1 @@
+<svg width="16" height="16" viewBox="0 0 16 16" xmlns="http://www.w3.org/2000/svg"><g fill="gray"><path d="M1 14a1 1 0 0 0 1 1h9.5a1 1 0 0 0 .707-.293l2.5-2.5A1 1 0 0 0 15 11.5V2a1 1 0 0 0-1-1H4.5a1 1 0 0 0-.707.293l-2.5 2.5A1 1 0 0 0 1 4.5zm1.25-9H11v7H2.25zm10 6.25v-6.5L14 3v6.5zm-1-7.5H3L4.75 2H13z"/><path d="M2.75 5.5h7.75v6H2.75" fill-opacity=".2"/></g></svg>