mirror of
https://gitee.com/sui-feng-cb/AzurLaneAutoScript1
synced 2026-03-12 03:58:22 +08:00
initial commit
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user