mirror of
https://gitee.com/sui-feng-cb/AzurLaneAutoScript1
synced 2026-03-12 07:28:21 +08:00
Add: Handle campaign ball
- Fix: Handle doing map detection on in_stage image
This commit is contained in:
@@ -10,10 +10,9 @@ from module.map.camera import Camera
|
||||
from module.map.map_base import SelectedGrids
|
||||
from module.map.map_base import location2node, location_ensure
|
||||
from module.map.utils import match_movable
|
||||
from module.map.map_operation import MapOperation
|
||||
|
||||
|
||||
class Fleet(Camera, MapOperation, AmbushHandler):
|
||||
class Fleet(Camera, AmbushHandler):
|
||||
fleet_1_location = ()
|
||||
fleet_2_location = ()
|
||||
fleet_current_index = 1
|
||||
|
||||
Reference in New Issue
Block a user