update turn rate for left stick

This commit is contained in:
James B. Pollack 2016-08-18 17:24:18 -07:00
parent 855561c014
commit b694b8e541
2 changed files with 2 additions and 3 deletions

View file

@ -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;

View file

@ -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 {
}