mirror of
https://github.com/W1NDes/M-AzurLaneAutoScript.git
synced 2026-05-14 07:08:04 +08:00
fix(retire): 调整装备确认按钮的偏移值
- 减小 EQUIP_CONFIRM_2 按钮的点击偏移量,防止在唯一保护窗口陷入三按钮点击死循环
This commit is contained in:
parent
46a86de21b
commit
9abdfd862b
@ -138,7 +138,7 @@ class Retirement(Enhancement, QuickRetireSettingHandler):
|
||||
if self.appear_then_click(EQUIP_CONFIRM, offset=(30, 30), interval=2):
|
||||
executed = True
|
||||
continue
|
||||
if self.appear_then_click(EQUIP_CONFIRM_2, offset=(30, 30), interval=2):
|
||||
if self.appear_then_click(EQUIP_CONFIRM_2, offset=(10, 10), interval=2):
|
||||
self.interval_clear(GET_ITEMS_1)
|
||||
continue
|
||||
# Get items
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user