mirror of
https://gitee.com/sui-feng-cb/AzurLaneAutoScript1
synced 2026-03-11 20:58:19 +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()
|
||||
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
|
||||
end = True
|
||||
continue
|
||||
|
||||
Reference in New Issue
Block a user