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