summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRémi Verschelde <rverschelde@gmail.com>2023-08-16 09:18:35 +0200
committerRémi Verschelde <rverschelde@gmail.com>2023-08-16 09:18:35 +0200
commitd2f7f8de342822a90c80d0064bb31df1af453a4b (patch)
tree5a3e55806b471a2be89ae95e9176d9211eefc84e
parented81c93be75b41a76e4add2ba5066d24716bfbce (diff)
parent8498078ee9958c102f8d08e66f46a83c0489055b (diff)
downloadredot-engine-d2f7f8de342822a90c80d0064bb31df1af453a4b.tar.gz
Merge pull request #80659 from MewPurPur/portable-texture-icon
Add PortableCompressedTexture2D icon
-rw-r--r--editor/icons/ImageTexture.svg2
-rw-r--r--editor/icons/PortableCompressedTexture2D.svg1
-rw-r--r--editor/icons/ProxyTexture.svg1
3 files changed, 2 insertions, 2 deletions
diff --git a/editor/icons/ImageTexture.svg b/editor/icons/ImageTexture.svg
index 25d4b53d00..17fc57d31d 100644
--- a/editor/icons/ImageTexture.svg
+++ b/editor/icons/ImageTexture.svg
@@ -1 +1 @@
-<svg height="16" viewBox="0 0 16 16" width="16" xmlns="http://www.w3.org/2000/svg"><path d="m2 1a1 1 0 0 0 -1 1v12a1 1 0 0 0 1 1h12a1 1 0 0 0 1-1v-12a1 1 0 0 0 -1-1zm1 2h10v8h-10zm6 2v1h-1v1h-2v1h-1v1h-1v1h2 2 2 2v-2h-1v-2h-1v-1z" fill="#e0e0e0"/></svg>
+<svg height="16" viewBox="0 0 16 16" width="16" xmlns="http://www.w3.org/2000/svg"><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 2h10v8H3zm6 2v1H8v1H6v1H5v1H4v1h8V8h-1V6h-1V5z" fill="#e0e0e0"/></svg>
diff --git a/editor/icons/PortableCompressedTexture2D.svg b/editor/icons/PortableCompressedTexture2D.svg
new file mode 100644
index 0000000000..3f63ddae51
--- /dev/null
+++ b/editor/icons/PortableCompressedTexture2D.svg
@@ -0,0 +1 @@
+<svg height="16" viewBox="0 0 16 16" width="16" xmlns="http://www.w3.org/2000/svg"><path d="M2 1a1 1 0 0 0-1 1v12a1 1 0 0 0 1 1h7v-4H3V3h6V1zm6 5v1H6v1H5v1H4v1h5V6zm3-5h4v4h-4Zm0 5h4v4h-4Zm0 5h4v4h-4Z" fill="#e0e0e0"/></svg>
diff --git a/editor/icons/ProxyTexture.svg b/editor/icons/ProxyTexture.svg
deleted file mode 100644
index 5fe39f4da8..0000000000
--- a/editor/icons/ProxyTexture.svg
+++ /dev/null
@@ -1 +0,0 @@
-<svg height="16" viewBox="0 0 16 16" width="16" xmlns="http://www.w3.org/2000/svg"><path d="M1 1v4h4V1zm6 0v2h6v8H7v4h7a1 1 0 0 0 1-1V2a1 1 0 0 0-1-1zm2 4v1H8v1H7v3h5V8h-1V6h-1V5zM1 6v4h4V6zm0 5v4h4v-4z" fill="#e0e0e0"/></svg>