mirror of
https://gitee.com/sui-feng-cb/AzurLaneAutoScript1
synced 2026-03-11 22:08:20 +08:00
Opt: Simplify sea grids detect and increase swipe distance in OS
This commit is contained in:
@@ -70,3 +70,9 @@ class OSCamera(OSMapOperation, Camera):
|
||||
else:
|
||||
x = 0
|
||||
return x == 0 and y == 0
|
||||
|
||||
def ensure_edge_insight(self, reverse=False, preset=None, swipe_limit=(4, 3)):
|
||||
return super().ensure_edge_insight(reverse=reverse, preset=preset, swipe_limit=swipe_limit)
|
||||
|
||||
def focus_to(self, location, swipe_limit=(4, 3)):
|
||||
return super().focus_to(location, swipe_limit=swipe_limit)
|
||||
|
||||
Reference in New Issue
Block a user