mirror of
https://gitee.com/sui-feng-cb/AzurLaneAutoScript1
synced 2026-03-26 02:25:03 +08:00
Fix: 修复了退役模块无船可退时进入死循环的问题
- 退役时会关闭常用舰船的筛选 - 退役数量为0时, 将停止运行
This commit is contained in:
@@ -4,6 +4,8 @@ from module.base.template import Template
|
||||
# This file is generated by module.dev_tools.asset_extract.
|
||||
# Don't modified it manually.
|
||||
|
||||
COMMON_SHIP_FILTER_DISABLE = Button(area=(666, 6, 802, 48), color=(71, 88, 125), button=(666, 6, 802, 48), file='./assets/retire/COMMON_SHIP_FILTER_DISABLE.png')
|
||||
COMMON_SHIP_FILTER_ENABLE = Button(area=(666, 6, 802, 48), color=(182, 145, 96), button=(666, 6, 802, 48), file='./assets/retire/COMMON_SHIP_FILTER_ENABLE.png')
|
||||
EQUIP_CONFIRM = Button(area=(871, 516, 1044, 573), color=(95, 143, 203), button=(871, 516, 1044, 573), file='./assets/retire/EQUIP_CONFIRM.png')
|
||||
EQUIP_CONFIRM_2 = Button(area=(720, 541, 893, 598), color=(94, 142, 202), button=(720, 541, 893, 598), file='./assets/retire/EQUIP_CONFIRM_2.png')
|
||||
GET_ITEMS_1_RETIREMENT_SAVE = Button(area=(951, 654, 987, 687), color=(64, 62, 69), button=(951, 654, 987, 687), file='./assets/retire/GET_ITEMS_1_RETIREMENT_SAVE.png')
|
||||
|
||||
Reference in New Issue
Block a user