mirror of
https://github.com/lubosz/overte.git
synced 2025-08-07 16:41:02 +02:00
updated images
This commit is contained in:
parent
287dc3e1b8
commit
e84d0358cc
1 changed files with 2 additions and 2 deletions
|
@ -18,8 +18,8 @@ var HTML_URL = "https://s3.amazonaws.com/hifi-public/tony/html/puck-attach.html"
|
||||||
var tablet = Tablet.getTablet("com.highfidelity.interface.tablet.system");
|
var tablet = Tablet.getTablet("com.highfidelity.interface.tablet.system");
|
||||||
var tabletButton = tablet.addButton({
|
var tabletButton = tablet.addButton({
|
||||||
text: TABLET_BUTTON_NAME,
|
text: TABLET_BUTTON_NAME,
|
||||||
icon: "https://s3.amazonaws.com/hifi-public/tony/icons/tpose-i.svg",
|
icon: "https://s3.amazonaws.com/hifi-public/tony/icons/puck-i.svg",
|
||||||
activeIcon: "https://s3.amazonaws.com/hifi-public/tony/icons/tpose-a.svg"
|
activeIcon: "https://s3.amazonaws.com/hifi-public/tony/icons/puck-a.svg"
|
||||||
});
|
});
|
||||||
|
|
||||||
tabletButton.clicked.connect(function () {
|
tabletButton.clicked.connect(function () {
|
||||||
|
|
Loading…
Reference in a new issue