mirror of
https://gitee.com/sui-feng-cb/AzurLaneAutoScript1
synced 2026-04-05 10:50:59 +08:00
Fix: QUIT_CONFIRM in exercise
- Modify offset to avoid replacing assets
This commit is contained in:
@@ -82,7 +82,7 @@ class ExerciseCombat(HpDaemon, OpponentChoose, ExerciseEquipment):
|
|||||||
show_hp_timer.reset()
|
show_hp_timer.reset()
|
||||||
self._show_hp()
|
self._show_hp()
|
||||||
|
|
||||||
if self.appear_then_click(QUIT_CONFIRM, offset=True, interval=5):
|
if self.appear_then_click(QUIT_CONFIRM, offset=(20, 20), interval=5):
|
||||||
success = False
|
success = False
|
||||||
end = True
|
end = True
|
||||||
continue
|
continue
|
||||||
|
|||||||
Reference in New Issue
Block a user