1
0
mirror of https://gitee.com/sui-feng-cb/AzurLaneAutoScript1 synced 2026-03-12 06:18:21 +08:00

Fix: update offset and EN assets of rewards

This commit is contained in:
Air111
2024-05-26 22:30:55 +08:00
committed by LmeSzinc
parent 234fd8d00a
commit fdf28b2032
4 changed files with 4 additions and 4 deletions

View File

@@ -45,11 +45,11 @@ class Reward(UI):
confirm_timer.reset()
click_timer.reset()
continue
if coin and click_timer.reached() and self.appear_then_click(COIN, offset=(20, 50), interval=60):
if coin and click_timer.reached() and self.appear_then_click(COIN, offset=(25, 50), interval=60):
confirm_timer.reset()
click_timer.reset()
continue
if exp and click_timer.reached() and self.appear_then_click(EXP, offset=(20, 50), interval=60):
if exp and click_timer.reached() and self.appear_then_click(EXP, offset=(30, 50), interval=60):
confirm_timer.reset()
click_timer.reset()
continue