mirror of
https://github.com/overte-org/overte.git
synced 2025-04-11 13:42:38 +02:00
Merge pull request #13846 from ctrlaltdavid/M17652-b
Reduce strength of teleport parabola
This commit is contained in:
commit
1b4314ae45
1 changed files with 1 additions and 1 deletions
|
@ -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) {
|
||||
|
|
Loading…
Reference in a new issue