Browse Source

Add Texture2D and Texture3D icons

(cherry picked from commit 6cdd406c3d331854c63720ebf443c319a0c2fa0e)
MewPurPur 2 năm trước cách đây
mục cha
commit
28818d1d6c
2 tập tin đã thay đổi với 2 bổ sung0 xóa
  1. 1 0
      editor/icons/Texture2D.svg
  2. 1 0
      editor/icons/Texture3D.svg

+ 1 - 0
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>

+ 1 - 0
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>