mirror of
https://gitee.com/sui-feng-cb/AzurLaneAutoScript1
synced 2026-03-12 16:47:03 +08:00
Refactor: Fleet switching and fleet reverse
- Revert swipe limit of ensure_edge_insight
This commit is contained in:
@@ -172,7 +172,7 @@ class Camera(MapOperation):
|
||||
def show_camera(self):
|
||||
logger.attr_align('Camera', location2node(self.camera))
|
||||
|
||||
def ensure_edge_insight(self, reverse=False, preset=None, swipe_limit=(4, 3)):
|
||||
def ensure_edge_insight(self, reverse=False, preset=None, swipe_limit=(3, 2)):
|
||||
"""
|
||||
Swipe to bottom left until two edges insight.
|
||||
Edges are used to locate camera.
|
||||
|
||||
Reference in New Issue
Block a user