increase gamepad aim assist zone

This commit is contained in:
ShirosakiMio 2024-03-19 20:46:04 +08:00
parent 632f80ec3a
commit b18134d01d
2 changed files with 2 additions and 2 deletions

View File

@ -251,7 +251,7 @@ public class MenuSetting {
this.gamepadDeadzoneProperty.set(gamepadDeadzone);
}
private final DoubleProperty gamepadAimAssistZoneProperty = new SimpleDoubleProperty(this, "gamepadAimAssistZone", 1d);
private final DoubleProperty gamepadAimAssistZoneProperty = new SimpleDoubleProperty(this, "gamepadAimAssistZone", 0.95d);
public DoubleProperty gamepadAimAssistZoneProperty() {
return gamepadAimAssistZoneProperty;

View File

@ -465,7 +465,7 @@
<com.tungsten.fcllibrary.component.view.FCLSeekBar
android:layout_marginTop="10dp"
android:layout_marginBottom="5dp"
android:max="100"
android:max="150"
android:min="0"
android:layout_width="match_parent"
android:layout_height="wrap_content"