Set GPS momentum default to 80

This commit is contained in:
2026-06-27 04:16:59 -05:00
parent 186fc303e5
commit c725e7ebc3
14 changed files with 3702 additions and 2 deletions
+3 -1
View File
@@ -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,
}