mirror of
https://github.com/lubosz/overte.git
synced 2025-08-08 03:08:00 +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'),
|
var tablet = Tablet.getTablet('com.highfidelity.interface.tablet.system'),
|
||||||
button = tablet.addButton({
|
button = tablet.addButton({
|
||||||
icon: "icons/tablet-icons/doppleganger-i.svg",
|
icon: Script.resolvePath('./doppleganger-i.svg'),
|
||||||
activeIcon: "icons/tablet-icons/doppleganger-a.svg",
|
activeIcon: Script.resolvePath('./doppleganger-a.svg'),
|
||||||
text: 'MIRROR'
|
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