1
0
mirror of https://gitee.com/sui-feng-cb/AzurLaneAutoScript1 synced 2026-03-11 23:18:22 +08:00

Upd: Research S8 series assets

This commit is contained in:
LmeSzinc
2025-07-11 00:02:19 +08:00
parent 75d802fdef
commit da837c391e
8 changed files with 3 additions and 0 deletions

View File

@@ -14,6 +14,8 @@ RESEARCH_SCALING = [
def match_series(image, scaling):
image = rgb2gray(image)
if TEMPLATE_S8.match(image, scaling=scaling):
return 8
if TEMPLATE_S7.match(image, scaling=scaling):
return 7
if TEMPLATE_S6.match(image, scaling=scaling):