1
0
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:
LmeSzinc
2022-12-29 18:00:48 +08:00
parent ffbac284dd
commit 09f69f5938
9 changed files with 6 additions and 6 deletions

View File

@@ -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: