1
0
mirror of https://github.com/sui-feng-cb/AzurLaneAutoScript1.git synced 2026-08-14 03:20:49 +08:00

Fix: character image_crop too early

This commit is contained in:
xiaomcingn
2026-08-09 22:46:42 +08:00
committed by sui-feng-cb
parent 4f6d7b03f8
commit 01a2014f4d

View File

@@ -435,6 +435,7 @@ class IslandProjectRun(IslandUI):
self.appear_then_click(ROLE_SELECT_ENTER, threshold=10, interval=2): self.appear_then_click(ROLE_SELECT_ENTER, threshold=10, interval=2):
success = True success = True
self.interval_clear(GET_ITEMS_ISLAND) self.interval_clear(GET_ITEMS_ISLAND)
self.device.sleep(0.3)
click_timer.reset() click_timer.reset()
continue continue