1
0
mirror of https://gitee.com/sui-feng-cb/AzurLaneAutoScript1 synced 2026-03-12 05:08:19 +08:00

Add: Do random map events in OpSi

- Opt: Select the second story option from the bottom in OpSi
- Fix: ui_mask_homo_stroke in OpSi
- Dev: Fix relative_crop.py
This commit is contained in:
LmeSzinc
2022-05-14 23:56:42 +08:00
parent acec98e435
commit 9f2df3c2c5
22 changed files with 318 additions and 50 deletions

View File

@@ -179,7 +179,7 @@ class MapEventHandler(EnemySearchingHandler):
drop (DropImage):
skip_first_screenshot (bool):
"""
confirm_timer = Timer(1, count=2).start()
confirm_timer = Timer(1.2, count=3).start()
while 1:
if skip_first_screenshot:
skip_first_screenshot = False