mirror of
https://github.com/HifiExperiments/overte.git
synced 2025-04-07 10:02:24 +02:00
relocate/archive original doppleganger mirror into unpublishedScripts/marketplace/doppleganger-mirror
This commit is contained in:
parent
5352e85418
commit
89ebf4998f
4 changed files with 2 additions and 2 deletions
|
@ -14,8 +14,8 @@ var DopplegangerClass = Script.require('./doppleganger.js');
|
|||
|
||||
var tablet = Tablet.getTablet('com.highfidelity.interface.tablet.system'),
|
||||
button = tablet.addButton({
|
||||
icon: "icons/tablet-icons/doppleganger-i.svg",
|
||||
activeIcon: "icons/tablet-icons/doppleganger-a.svg",
|
||||
icon: Script.resolvePath('./doppleganger-i.svg'),
|
||||
activeIcon: Script.resolvePath('./doppleganger-a.svg'),
|
||||
text: 'MIRROR'
|
||||
});
|
||||
|
Before Width: | Height: | Size: 5.8 KiB After Width: | Height: | Size: 5.8 KiB |
Before Width: | Height: | Size: 5.9 KiB After Width: | Height: | Size: 5.9 KiB |
Loading…
Reference in a new issue