mirror of
https://gitee.com/sui-feng-cb/AzurLaneAutoScript1
synced 2026-03-09 18:39:04 +08:00
Fix: use offset for PROJECT_START
This commit is contained in:
parent
d114817ca3
commit
5eee579cea
@ -596,7 +596,7 @@ class IslandProjectRun(IslandUI):
|
||||
continue
|
||||
last = product
|
||||
else:
|
||||
if self.appear_then_click(PROJECT_START, offset=(20,20), interval=2):
|
||||
if self.appear_then_click(PROJECT_START, offset=(100, 0), interval=2):
|
||||
timeout.reset()
|
||||
self.interval_clear(ISLAND_MANAGEMENT_CHECK)
|
||||
continue
|
||||
|
||||
Loading…
Reference in New Issue
Block a user