mirror of
https://gitee.com/sui-feng-cb/AzurLaneAutoScript1
synced 2026-03-12 03:58:22 +08:00
Add: 适配B2B3,D2D3
- 修复超大地图时location2node出错 - 增加走路出错时, 重新定位相机 - 调整CD图的透视识别参数 - 修复开荒时每战过后重新定位相机的多余操作
This commit is contained in:
@@ -174,7 +174,7 @@ def node2location(node):
|
||||
Returns:
|
||||
tuple: Example: (6, 4)
|
||||
"""
|
||||
return ord(node[0]) % 32 - 1, int(node[1]) - 1
|
||||
return ord(node[0]) % 32 - 1, int(node[1:]) - 1
|
||||
|
||||
|
||||
def location2node(location):
|
||||
|
||||
Reference in New Issue
Block a user