mirror of
https://github.com/overte-org/overte.git
synced 2025-04-22 20:53:33 +02:00
update turn rate for left stick
This commit is contained in:
parent
855561c014
commit
b694b8e541
2 changed files with 2 additions and 3 deletions
scripts/system/controllers
|
@ -37,7 +37,7 @@ var COLORS_TELEPORT_TOO_CLOSE = {
|
|||
blue: 73
|
||||
};
|
||||
|
||||
var TELEPORT_CANCEL_RANGE = 1.5;
|
||||
var TELEPORT_CANCEL_RANGE = 1;
|
||||
var USE_COOL_IN = true;
|
||||
var COOL_IN_DURATION = 500;
|
||||
|
||||
|
|
|
@ -23,7 +23,6 @@ if (previousSetting === true) {
|
|||
isChecked = true;
|
||||
}
|
||||
if (previousSetting === false) {
|
||||
previousSetting = false;
|
||||
isChecked = false;
|
||||
}
|
||||
|
||||
|
@ -81,7 +80,7 @@ function registerBasicMapping() {
|
|||
rotate180();
|
||||
Script.setTimeout(function() {
|
||||
inFlipTurn = false;
|
||||
}, 250)
|
||||
}, TURN_RATE)
|
||||
} else {
|
||||
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue