mirror of
https://gitee.com/sui-feng-cb/AzurLaneAutoScript1
synced 2026-03-12 00:28:20 +08:00
Upd: Magic map swipe multipliers
This commit is contained in:
@@ -89,6 +89,8 @@ class GlobeCamera(GlobeOperation, ZoneManager):
|
||||
if np.any(np.abs(vector) > 25):
|
||||
if self.config.DEVICE_CONTROL_METHOD == 'minitouch':
|
||||
distance = self.config.MAP_SWIPE_MULTIPLY_MINITOUCH
|
||||
elif self.config.DEVICE_CONTROL_METHOD == 'MaaTouch':
|
||||
distance = self.config.MAP_SWIPE_MULTIPLY_MAATOUCH
|
||||
else:
|
||||
distance = self.config.MAP_SWIPE_MULTIPLY
|
||||
vector = np.array(distance) * vector
|
||||
|
||||
Reference in New Issue
Block a user