Reduce strength of teleport parabola

This commit is contained in:
David Rowe 2018-08-21 11:18:00 +12:00
parent 3f92430bb6
commit 67eb03ba7d

View file

@ -110,7 +110,7 @@ Script.include("/~/system/libraries/controllers.js");
SEAT: 'seat' // The current target is a seat
};
var speed = 12.0;
var speed = 9.3;
var accelerationAxis = {x: 0.0, y: -5.0, z: 0.0};
function Teleporter(hand) {