mirror of
https://github.com/overte-org/overte.git
synced 2025-04-08 07:12:40 +02:00
Reduce strength of teleport parabola
This commit is contained in:
parent
3f92430bb6
commit
67eb03ba7d
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