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

Fix: Radar prediction out of view when going to port

Limit port in camera sight
- Opt: Increase click interval of ZONE_ENTRANCE, because it's slow to load
This commit is contained in:
LmeSzinc
2021-04-21 22:11:35 +08:00
parent f5910c2b14
commit 098d7dfbd6
4 changed files with 18 additions and 6 deletions

View File

@@ -201,7 +201,7 @@ class GlobeOperation(ActionPointHandler, MapEventHandler):
in: is_zone_pinned
out: is_in_map
"""
click_timer = Timer(3)
click_timer = Timer(10)
confirm_timer = Timer(1, count=2).start()
pinned = None
while 1: