mirror of
https://thingvellir.net/git/overte
synced 2025-03-27 23:52:03 +01:00
Shorter teleport parabola
This commit is contained in:
parent
7e46a99400
commit
fce45339a2
1 changed files with 1 additions and 1 deletions
|
@ -109,7 +109,7 @@ Script.include("/~/system/libraries/controllers.js");
|
||||||
SEAT: 'seat' // The current target is a seat
|
SEAT: 'seat' // The current target is a seat
|
||||||
};
|
};
|
||||||
|
|
||||||
var speed = 12.0;
|
var speed = 7.4422;
|
||||||
var accelerationAxis = {x: 0.0, y: -5.0, z: 0.0};
|
var accelerationAxis = {x: 0.0, y: -5.0, z: 0.0};
|
||||||
|
|
||||||
function Teleporter(hand) {
|
function Teleporter(hand) {
|
||||||
|
|
Loading…
Reference in a new issue