Prechádzať zdrojové kódy

Updated Terminal icon sets

Toby Chui 2 týždňov pred
rodič
commit
7070fb513b

BIN
src/web/Terminal/img/desktop_icon.png


BIN
src/web/Terminal/img/desktop_icon.psd


+ 0 - 5
src/web/Terminal/img/icon.svg

@@ -1,5 +0,0 @@
-<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48">
-  <rect width="48" height="48" rx="8" fill="#1e1e1e"/>
-  <polygon points="8,16 20,24 8,32" fill="#4ec94e"/>
-  <rect x="22" y="29" width="18" height="3" rx="1.5" fill="#4ec94e"/>
-</svg>

BIN
src/web/Terminal/img/module_icon.png


BIN
src/web/Terminal/img/module_icon.psd


+ 1 - 1
src/web/Terminal/init.agi

@@ -12,7 +12,7 @@ var moduleLaunchInfo = {
     Name: "Terminal",
     Desc: "Interactive AGI script execution terminal with persistent VM session",
     Group: "Development",
-    IconPath: "Terminal/img/icon.svg",
+    IconPath: "Terminal/img/module_icon.png",
     Version: "1.0",
     StartDir: "Terminal/index.html",
     SupportFW: true,