Skip to content

Commit 5fece23

Browse files
committed
Upd: Magic map swipe multipliers in OpSi
1 parent 2010c80 commit 5fece23

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

module/os/config.py

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,9 @@ class OSConfig:
1010
IGNORE_LOW_EMOTION_WARN = False
1111

1212
MAP_GRID_CENTER_TOLERANCE = 0.2
13-
MAP_SWIPE_MULTIPLY = (1.320, 1.009)
14-
MAP_SWIPE_MULTIPLY_MINITOUCH = (1.276, 0.974)
13+
MAP_SWIPE_MULTIPLY = (1.174, 1.200)
14+
MAP_SWIPE_MULTIPLY_MINITOUCH = (1.135, 1.160)
15+
MAP_SWIPE_MULTIPLY_MAATOUCH = (1.102, 1.126)
1516

1617
DETECTION_BACKEND = 'perspective'
1718
MID_DIFF_RANGE_H = (103 - 3, 103 + 3)

0 commit comments

Comments
 (0)