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:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user