1
0
mirror of https://gitee.com/sui-feng-cb/AzurLaneAutoScript1 synced 2026-03-19 04:53:34 +08:00

Fix: [EN] meow_confirm increase horizontal offset

Upd: [EN] offset for MEOWFFICER_STATUS, MEOWFFICER_TRAIN_CLICK_SAFE_AREA position move
This commit is contained in:
nEEtdo0d
2021-09-03 23:17:56 -04:00
parent d20f4a3ccd
commit 94209df83f
3 changed files with 3 additions and 3 deletions

View File

@@ -53,7 +53,7 @@ class RewardMeowfficer(UI):
return True
def handle_meow_popup_confirm(self):
if self.appear_then_click(MEOWFFICER_CONFIRM, offset=(20, 20), interval=5):
if self.appear_then_click(MEOWFFICER_CONFIRM, offset=(40, 20), interval=5):
return True
else:
return False
@@ -116,7 +116,7 @@ class RewardMeowfficer(UI):
else:
self.device.screenshot()
if self.appear(MEOWFFICER_STATUS, interval=1):
if self.appear(MEOWFFICER_STATUS, offset=(20, 20), interval=1):
self.device.multi_click(MEOWFFICER_TRAIN_CLICK_SAFE_AREA, 2)
confirm_timer.reset()
continue