mirror of
https://github.com/overte-org/overte.git
synced 2025-08-10 01:24:36 +02:00
fix tabs?
This commit is contained in:
parent
b515a0468b
commit
a85c6aa956
1 changed files with 2 additions and 5 deletions
|
@ -39,9 +39,6 @@ if (leftHanded) {
|
||||||
controllerID = 3;
|
controllerID = 3;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
var screenSize = Controller.getViewportDimensions();
|
var screenSize = Controller.getViewportDimensions();
|
||||||
var offButton = Overlays.addOverlay("image", {
|
var offButton = Overlays.addOverlay("image", {
|
||||||
x: screenSize.x - 48,
|
x: screenSize.x - 48,
|
||||||
|
@ -98,8 +95,8 @@ function createEntities() {
|
||||||
alpha: 1,
|
alpha: 1,
|
||||||
visible: true,
|
visible: true,
|
||||||
lineWidth: 2 });
|
lineWidth: 2 });
|
||||||
|
|
||||||
MyAvatar.stopAnimation(leftHanded ? leftHandAnimation: rightHandAnimation);
|
MyAvatar.stopAnimation(leftHanded ? leftHandAnimation: rightHandAnimation);
|
||||||
MyAvatar.startAnimation(leftHanded ? leftHandAnimation: rightHandAnimation, 15.0, 1.0, false, true, 0.0, 6);
|
MyAvatar.startAnimation(leftHanded ? leftHandAnimation: rightHandAnimation, 15.0, 1.0, false, true, 0.0, 6);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue