1
0
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:
LmeSzinc
2020-09-18 21:09:26 +08:00
parent a189076da8
commit c56ef3568c
3 changed files with 55 additions and 6 deletions

View File

@@ -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