mirror of
https://github.com/overte-org/overte.git
synced 2025-08-07 02:29: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
|
@ -37,7 +37,7 @@ var COLORS_TELEPORT_TOO_CLOSE = {
|
||||||
blue: 73
|
blue: 73
|
||||||
};
|
};
|
||||||
|
|
||||||
var TELEPORT_CANCEL_RANGE = 1.5;
|
var TELEPORT_CANCEL_RANGE = 1;
|
||||||
var USE_COOL_IN = true;
|
var USE_COOL_IN = true;
|
||||||
var COOL_IN_DURATION = 500;
|
var COOL_IN_DURATION = 500;
|
||||||
|
|
||||||
|
|
|
@ -23,7 +23,6 @@ if (previousSetting === true) {
|
||||||
isChecked = true;
|
isChecked = true;
|
||||||
}
|
}
|
||||||
if (previousSetting === false) {
|
if (previousSetting === false) {
|
||||||
previousSetting = false;
|
|
||||||
isChecked = false;
|
isChecked = false;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -81,7 +80,7 @@ function registerBasicMapping() {
|
||||||
rotate180();
|
rotate180();
|
||||||
Script.setTimeout(function() {
|
Script.setTimeout(function() {
|
||||||
inFlipTurn = false;
|
inFlipTurn = false;
|
||||||
}, 250)
|
}, TURN_RATE)
|
||||||
} else {
|
} else {
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue