1
0
mirror of https://github.com/sui-feng-cb/AzurLaneAutoScript1.git synced 2026-06-30 10:11:53 +08:00

Fix: update offset and EN assets of rewards

This commit is contained in:
sui-feng-cb
2024-12-19 14:51:29 +08:00
parent df1a6c904e
commit 08cdb30553
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