mirror of
https://gitee.com/sui-feng-cb/AzurLaneAutoScript1
synced 2026-03-12 03:58:22 +08:00
Upd: BACK_ARROW for template matching
This commit is contained in:
@@ -91,7 +91,7 @@ class ShopUI(UI):
|
||||
continue
|
||||
|
||||
# End
|
||||
if self.appear(BACK_ARROW, offset=(20, 20)):
|
||||
if self.appear(BACK_ARROW, offset=(30, 30)):
|
||||
if exit_timer.reached():
|
||||
break
|
||||
else:
|
||||
|
||||
Reference in New Issue
Block a user