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