1
0
mirror of https://gitee.com/sui-feng-cb/AzurLaneAutoScript1 synced 2026-03-11 22:08:20 +08:00

Opt: Comments for Ash beacon entrance difference

This commit is contained in:
LmeSzinc
2021-01-15 22:06:10 +08:00
parent f4d8c107e0
commit 5a6542dee9

View File

@@ -107,6 +107,9 @@ class OSAsh(AshCombat, UI):
in: Any page
out: page_os
"""
# If the main story in OS is not cleared, ASH_ENTRANCE is the first button counted from bottom right.
# When main story is cleared, ASH_ENTRANCE move to the second one.
# Here use an offset to handle that.
entrance_offset = (200, 5)
self.ui_ensure(page_os)
self.ui_click(ASH_ENTRANCE, check_button=self.is_in_ash, offset=entrance_offset, skip_first_screenshot=True)