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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user