1
0
mirror of https://gitee.com/sui-feng-cb/AzurLaneAutoScript1 synced 2026-03-17 08:45:25 +08:00

Add: Able to goto another map in OS

This commit is contained in:
LmeSzinc
2021-04-04 17:54:58 +08:00
parent bf95121ff4
commit 886ed14ef0
6 changed files with 59 additions and 28 deletions

View File

@@ -146,19 +146,3 @@ class GlobeCamera(GlobeOperation, ZoneManager):
if pinned_zone == zone:
logger.attr('Globe_pinned', pinned_zone)
break
def globe_goto(self, zone):
"""
Args:
zone (str, int, Zone): Name in CN/EN/JP, zone id, or Zone instance.
Pages:
in: IN_GLOBE or IN_MAP
out: IN_MAP
"""
pass
# g = GlobeCamera('alas')
# g.globe_update()
# g.globe_focus_to('NY')