Merge pull request #13846 from ctrlaltdavid/M17652-b

Reduce strength of teleport parabola
This commit is contained in:
John Conklin II 2018-08-21 11:32:40 -07:00 committed by GitHub
commit 1b4314ae45
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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) {