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

Revert "Add: Box recycle module"

This commit is contained in:
LmeSzinc
2020-09-16 22:54:49 +08:00
committed by GitHub
parent 71627dd555
commit 1f058030f6
39 changed files with 4 additions and 536 deletions

View File

@@ -6,7 +6,7 @@ from module.base.decorator import cached_property
from module.base.mask import Mask
from module.base.utils import crop
EQUIP_MASK = Mask(file='./assets/mask/MASK_MAP_UI.png')
UI_MASK = Mask(file='./assets/mask/MASK_MAP_UI.png')
TILE_CENTER = Mask(file='./assets/map_detection/TILE_CENTER.png')
TILE_CORNER = Mask(file='./assets/map_detection/TILE_CORNER.png')
@@ -14,7 +14,7 @@ TILE_CORNER = Mask(file='./assets/map_detection/TILE_CORNER.png')
class Assets:
@cached_property
def ui_mask(self):
return EQUIP_MASK.image
return UI_MASK.image
@cached_property
def ui_mask_stroke(self):