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

Refactor: [ALAS] Page class

Path findings in page class
This commit is contained in:
LmeSzinc
2023-07-02 15:24:40 +08:00
parent 11d094c025
commit 2f771d8ca5
15 changed files with 94 additions and 117 deletions

View File

@@ -1,7 +1,8 @@
import re
from module.base.mask import Mask
from module.ui.page import *
from module.ui.assets import PLAYER_CHECK
from module.ui.page import MAIN_CHECK
MASK_MAIN = Mask('./assets/mask/MASK_MAIN.png')
MASK_PLAYER = Mask('./assets/mask/MASK_PLAYER.png')