Changed the default deadzone value for new actions from 0.5 to 0.2
This commit is contained in:
@ -1398,7 +1398,7 @@ void ProjectSettings::_add_builtin_input_map() {
|
||||
}
|
||||
|
||||
Dictionary action;
|
||||
action["deadzone"] = Variant(0.5f);
|
||||
action["deadzone"] = Variant(0.2f);
|
||||
action["events"] = events;
|
||||
|
||||
String action_name = "input/" + E.key;
|
||||
|
||||
Reference in New Issue
Block a user