1
0
mirror of https://gitee.com/sui-feng-cb/AzurLaneAutoScript1 synced 2026-03-11 20:58:19 +08:00

Dev: Leave arguments in relative_crop empty

This commit is contained in:
LmeSzinc
2020-10-31 15:46:37 +08:00
parent 2fe1f66b7f
commit ec48a45dc8

View File

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