Shorter teleport parabola

This commit is contained in:
David Rowe 2018-08-18 12:39:34 +12:00
parent 7e46a99400
commit fce45339a2

View file

@ -109,7 +109,7 @@ Script.include("/~/system/libraries/controllers.js");
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};
function Teleporter(hand) {