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

Merge branch 'dev' into master

This commit is contained in:
Erik
2020-06-16 13:36:05 -03:00
committed by GitHub
5 changed files with 72 additions and 12 deletions

View File

@@ -21,9 +21,9 @@ class Config:
cfg = AzurLaneConfig().merge(Config())
# Folder to save temp images
folder = ''
folder = './screenshots/temp/'
# Put Screenshot here
file = ''
file = './screenshots/TEMPLATE_AMBUSH_EVADE_FAILED.png'
i = Image.open(file).convert('RGB')
grids = Grids(i, cfg)