mirror of
https://gitee.com/sui-feng-cb/AzurLaneAutoScript1
synced 2026-03-09 18:39:04 +08:00
Fix: QUIT_CONFIRM in exercise
- Modify offset to avoid replacing assets
This commit is contained in:
parent
00a467a00a
commit
9bfa8165f9
@ -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
|
||||
|
||||
Loading…
Reference in New Issue
Block a user