mirror of
https://github.com/JulianGro/overte.git
synced 2025-04-29 19:02:55 +02:00
cleanup
This commit is contained in:
parent
4f899d8752
commit
ee970c5e07
1 changed files with 0 additions and 4 deletions
|
@ -6,8 +6,6 @@
|
||||||
// Distributed under the Apache License, Version 2.0.
|
// Distributed under the Apache License, Version 2.0.
|
||||||
// See the accompanying file LICENSE or http://www.apache.org/licenses/LICENSE-2.0.html
|
// See the accompanying file LICENSE or http://www.apache.org/licenses/LICENSE-2.0.html
|
||||||
|
|
||||||
|
|
||||||
// defaults with instant jump with fade. to try smooth arrival mode, change use fade to false and then switch the number of arrival steps and spacing
|
|
||||||
var inTeleportMode = false;
|
var inTeleportMode = false;
|
||||||
|
|
||||||
var currentFadeSphereOpacity = 1;
|
var currentFadeSphereOpacity = 1;
|
||||||
|
@ -567,8 +565,6 @@ var rightPad = new ThumbPad('right');
|
||||||
var leftTrigger = new Trigger('left');
|
var leftTrigger = new Trigger('left');
|
||||||
var rightTrigger = new Trigger('right');
|
var rightTrigger = new Trigger('right');
|
||||||
|
|
||||||
//create a controller mapping and make sure to disable it when the script is stopped
|
|
||||||
|
|
||||||
var mappingName, teleportMapping;
|
var mappingName, teleportMapping;
|
||||||
|
|
||||||
var TELEPORT_DELAY = 100;
|
var TELEPORT_DELAY = 100;
|
||||||
|
|
Loading…
Reference in a new issue