From e6e1ae16db76ef9485aa0be94db24081e39271b9 Mon Sep 17 00:00:00 2001 From: humbletim Date: Mon, 19 Jun 2017 17:21:52 -0400 Subject: [PATCH] swap-in different icon for now --- .../doppleganger-attachments/Hat4.svg | 328 --------- .../Pullover-lineart-inverted.svg | 647 ++++++++++++++++++ .../Pullover-lineart-normal.svg | 646 +++++++++++++++++ .../app-doppleganger-attachments.js | 4 +- 4 files changed, 1295 insertions(+), 330 deletions(-) delete mode 100644 unpublishedScripts/marketplace/doppleganger-attachments/Hat4.svg create mode 100644 unpublishedScripts/marketplace/doppleganger-attachments/Pullover-lineart-inverted.svg create mode 100644 unpublishedScripts/marketplace/doppleganger-attachments/Pullover-lineart-normal.svg diff --git a/unpublishedScripts/marketplace/doppleganger-attachments/Hat4.svg b/unpublishedScripts/marketplace/doppleganger-attachments/Hat4.svg deleted file mode 100644 index 8d628cf1cd..0000000000 --- a/unpublishedScripts/marketplace/doppleganger-attachments/Hat4.svg +++ /dev/null @@ -1,328 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/unpublishedScripts/marketplace/doppleganger-attachments/Pullover-lineart-inverted.svg b/unpublishedScripts/marketplace/doppleganger-attachments/Pullover-lineart-inverted.svg new file mode 100644 index 0000000000..52aed00285 --- /dev/null +++ b/unpublishedScripts/marketplace/doppleganger-attachments/Pullover-lineart-inverted.svg @@ -0,0 +1,647 @@ + + + + + Pullover + + + + + + image/svg+xml + + Pullover + + 2014-02-03 + + + Frank Tremmel + + + + + pulli + pullover + sweater + shirt + clothes + clothings + kleidung + + + + outline pullover + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/unpublishedScripts/marketplace/doppleganger-attachments/Pullover-lineart-normal.svg b/unpublishedScripts/marketplace/doppleganger-attachments/Pullover-lineart-normal.svg new file mode 100644 index 0000000000..9cab6592aa --- /dev/null +++ b/unpublishedScripts/marketplace/doppleganger-attachments/Pullover-lineart-normal.svg @@ -0,0 +1,646 @@ + + + + + Pullover + + + + + + image/svg+xml + + Pullover + + 2014-02-03 + + + Frank Tremmel + + + + + pulli + pullover + sweater + shirt + clothes + clothings + kleidung + + + + outline pullover + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/unpublishedScripts/marketplace/doppleganger-attachments/app-doppleganger-attachments.js b/unpublishedScripts/marketplace/doppleganger-attachments/app-doppleganger-attachments.js index e0ba47162e..71be8d72af 100644 --- a/unpublishedScripts/marketplace/doppleganger-attachments/app-doppleganger-attachments.js +++ b/unpublishedScripts/marketplace/doppleganger-attachments/app-doppleganger-attachments.js @@ -18,8 +18,8 @@ var DopplegangerClass = require('./doppleganger.js'), var tablet = Tablet.getTablet('com.highfidelity.interface.tablet.system'), button = tablet.addButton({ - icon: Script.resolvePath("./Hat4.svg"), - // activeIcon: Script.resolvePath("./app-a.svg"), + icon: Script.resolvePath('./Pullover-lineart-normal.svg'), + activeIcon: Script.resolvePath('./Pullover-lineart-inverted.svg'), text: 'Mannequin' });