From 66a84b29d8f25f0515ec8d293e95639416ff53db Mon Sep 17 00:00:00 2001 From: Thaddeus Crews Date: Tue, 21 Feb 2023 09:38:04 -0600 Subject: [PATCH 1/7] Godot vector optimization --- icons/godot-assets.svg | 2 +- icons/godot.svg | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/icons/godot-assets.svg b/icons/godot-assets.svg index 26e3a5604..ad19c1029 100644 --- a/icons/godot-assets.svg +++ b/icons/godot-assets.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/icons/godot.svg b/icons/godot.svg index 688ea1a15..9e321cc0e 100644 --- a/icons/godot.svg +++ b/icons/godot.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file From d440af151981d124edce426a5c228df2c1f91d4b Mon Sep 17 00:00:00 2001 From: Thaddeus Crews Date: Tue, 21 Feb 2023 09:39:38 -0600 Subject: [PATCH 2/7] Godot folder using optimized vector --- icons/folder-godot-open.svg | 1 + icons/folder-godot.svg | 1 + src/icons/folderIcons.ts | 4 ++++ 3 files changed, 6 insertions(+) create mode 100644 icons/folder-godot-open.svg create mode 100644 icons/folder-godot.svg diff --git a/icons/folder-godot-open.svg b/icons/folder-godot-open.svg new file mode 100644 index 000000000..9e6c83910 --- /dev/null +++ b/icons/folder-godot-open.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/icons/folder-godot.svg b/icons/folder-godot.svg new file mode 100644 index 000000000..65a664304 --- /dev/null +++ b/icons/folder-godot.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/src/icons/folderIcons.ts b/src/icons/folderIcons.ts index 8922d1413..d1f4d84a6 100644 --- a/src/icons/folderIcons.ts +++ b/src/icons/folderIcons.ts @@ -807,6 +807,10 @@ export const folderIcons: FolderTheme[] = [ name: 'folder-proto', folderNames: ['protobufs', 'proto'], }, + { + name: 'folder-godot', + folderNames: ['godot', '.godot', 'godot-cpp'], + }, ], }, { From bc6f2a526c2b254b01e47e646aa016aa3113cfd4 Mon Sep 17 00:00:00 2001 From: Thaddeus Crews Date: Tue, 21 Feb 2023 10:55:09 -0600 Subject: [PATCH 3/7] More godot-assets associations --- src/icons/fileIcons.ts | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/icons/fileIcons.ts b/src/icons/fileIcons.ts index b109ce8d8..9326c7ca1 100644 --- a/src/icons/fileIcons.ts +++ b/src/icons/fileIcons.ts @@ -1623,7 +1623,9 @@ export const fileIcons: FileIcons = { 'gdnlib', 'gdshader', 'gdextension', + 'import', ], + fileNames: ['.gdignore', '._sc_', '_sc_'], }, { name: 'azure-pipelines', From e0654b51990354ee17d7d28181970b3488f4b8c0 Mon Sep 17 00:00:00 2001 From: Thaddeus Crews Date: Sat, 25 Feb 2023 08:32:44 -0600 Subject: [PATCH 4/7] Add gdshaderinc to godot-assets --- src/icons/fileIcons.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/src/icons/fileIcons.ts b/src/icons/fileIcons.ts index 17186ef61..6c21b6507 100644 --- a/src/icons/fileIcons.ts +++ b/src/icons/fileIcons.ts @@ -1626,6 +1626,7 @@ export const fileIcons: FileIcons = { 'gdns', 'gdnlib', 'gdshader', + 'gdshaderinc', 'gdextension', 'import', ], From f5ed7e677d0b7487fd13c72132f4dd8a9b6db705 Mon Sep 17 00:00:00 2001 From: Thaddeus Crews Date: Sun, 26 Feb 2023 12:23:58 -0600 Subject: [PATCH 5/7] Remove ".import" from godot-assets --- src/icons/fileIcons.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/src/icons/fileIcons.ts b/src/icons/fileIcons.ts index 6c21b6507..a304965d3 100644 --- a/src/icons/fileIcons.ts +++ b/src/icons/fileIcons.ts @@ -1628,7 +1628,6 @@ export const fileIcons: FileIcons = { 'gdshader', 'gdshaderinc', 'gdextension', - 'import', ], fileNames: ['.gdignore', '._sc_', '_sc_'], }, From eb033e34cac599be1120e1b863642bcc67023bb7 Mon Sep 17 00:00:00 2001 From: Thaddeus Crews Date: Sun, 26 Feb 2023 13:31:43 -0600 Subject: [PATCH 6/7] Extra folder name --- src/icons/folderIcons.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/icons/folderIcons.ts b/src/icons/folderIcons.ts index 0b6c91734..fa4bcce8f 100644 --- a/src/icons/folderIcons.ts +++ b/src/icons/folderIcons.ts @@ -813,7 +813,7 @@ export const folderIcons: FolderTheme[] = [ }, { name: 'folder-godot', - folderNames: ['godot', '.godot', 'godot-cpp'], + folderNames: ['godot', '.godot', 'godot-cpp', '.godot-cpp'], }, ], }, From 99f8a75f3267f39763158da8ee8ff4c9318478b3 Mon Sep 17 00:00:00 2001 From: Philipp Kief Date: Thu, 23 Mar 2023 20:57:46 +0100 Subject: [PATCH 7/7] Update godot icons --- icons/folder-godot-open.svg | 3 ++- icons/folder-godot.svg | 9 ++++++++- icons/godot-assets.svg | 8 +++++++- icons/godot.svg | 8 +++++++- 4 files changed, 24 insertions(+), 4 deletions(-) diff --git a/icons/folder-godot-open.svg b/icons/folder-godot-open.svg index 9e6c83910..f2ed217d8 100644 --- a/icons/folder-godot-open.svg +++ b/icons/folder-godot-open.svg @@ -1 +1,2 @@ - \ No newline at end of file + + diff --git a/icons/folder-godot.svg b/icons/folder-godot.svg index 65a664304..263084276 100644 --- a/icons/folder-godot.svg +++ b/icons/folder-godot.svg @@ -1 +1,8 @@ - \ No newline at end of file + + + + + + + + diff --git a/icons/godot-assets.svg b/icons/godot-assets.svg index ad19c1029..1484d3cca 100644 --- a/icons/godot-assets.svg +++ b/icons/godot-assets.svg @@ -1 +1,7 @@ - \ No newline at end of file + + + + + + + diff --git a/icons/godot.svg b/icons/godot.svg index 9e321cc0e..0f751a2bb 100644 --- a/icons/godot.svg +++ b/icons/godot.svg @@ -1 +1,7 @@ - \ No newline at end of file + + + + + + +