1
0
mirror of https://gitee.com/sui-feng-cb/AzurLaneAutoScript1 synced 2026-03-21 19:29:18 +08:00

Opt: Avoid swiping at the edge of globe map

- Opt: [CN] Zone name detection
This commit is contained in:
LmeSzinc
2021-04-17 00:01:21 +08:00
parent ca2ed318b1
commit 4f353c922b
5 changed files with 13 additions and 6 deletions

View File

@@ -10,6 +10,7 @@ from module.map_detection.perspective import Perspective
from module.map_detection.utils import *
GLOBE_MAP = './assets/map_detection/os_globe_map.png'
GLOBE_MAP_SHAPE = (2570, 1696)
class GlobeDetection: