mirror of
https://gitee.com/sui-feng-cb/AzurLaneAutoScript1
synced 2026-03-11 22:08:20 +08:00
Upd: BACK_ARROW for template matching
This commit is contained in:
@@ -412,7 +412,7 @@ class Combat(Level, HPBalancer, Retirement, SubmarineCall, CombatAuto, CombatMan
|
||||
break
|
||||
if expected_end == 'no_searching' and self.handle_in_map_no_enemy_searching(drop=drop):
|
||||
break
|
||||
if expected_end == 'in_ui' and self.appear(BACK_ARROW, offset=(20, 20)):
|
||||
if expected_end == 'in_ui' and self.appear(BACK_ARROW, offset=(30, 30)):
|
||||
break
|
||||
if callable(expected_end):
|
||||
if expected_end():
|
||||
|
||||
Reference in New Issue
Block a user