Set GPS momentum default to 80
This commit is contained in:
@@ -15,10 +15,12 @@ DEFAULT_INSTALL_PATH = Path(
|
||||
|
||||
PRESETS: dict[str, float] = {
|
||||
"vanilla": 0.0,
|
||||
"default": 8.0,
|
||||
"legacy-default": 8.0,
|
||||
"mild": 4.0,
|
||||
"strong": 16.0,
|
||||
"default": 80.0,
|
||||
"silly": 80.0,
|
||||
"overstrong": 160.0,
|
||||
"pathological": 250.0,
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user