mirror of
https://gitee.com/sui-feng-cb/AzurLaneAutoScript1
synced 2026-03-12 00:28:20 +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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user