mirror of
https://gitee.com/sui-feng-cb/AzurLaneAutoScript1
synced 2026-03-18 02:11:29 +08:00
Opt: Upped swipe distance, removed unused assets and packages
This commit is contained in:
@@ -58,7 +58,7 @@ class CampaignBase(CampaignBase_):
|
||||
|
||||
backup = self.config.cover(DEVICE_CONTROL_METHOD='minitouch')
|
||||
p1, p2 = random_rectangle_vector(
|
||||
(0, -225), box=detection_area, random_range=(-50, -50, 50, 50), padding=20)
|
||||
(0, -275), box=detection_area, random_range=(-50, -50, 50, 50), padding=20)
|
||||
self.device.drag(p1, p2, segments=2, shake=(0, 25), point_random=(0, 0, 0, 0), shake_random=(0, -5, 0, 5))
|
||||
backup.recover()
|
||||
self.device.sleep(0.3)
|
||||
|
||||
Reference in New Issue
Block a user