We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 92226b4 commit 6d6a2c1Copy full SHA for 6d6a2c1
1 file changed
TitleScreen/TitleScreen.cs
@@ -37,7 +37,7 @@ public override void _Input(InputEvent @event)
37
38
if (!(@event is not InputEventJoypadButton and not InputEventKey and not InputEventJoypadMotion))
39
{
40
- if (@event is InputEventJoypadMotion motion && Math.Abs( motion.AxisValue) < 0.1f) return;
+ if (@event is InputEventJoypadMotion motion && Math.Abs( motion.AxisValue) < 0.5f) return;
41
42
if (_isScreensaverActive)
43
0 commit comments