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

Add: 增加了掉船的截图, 修复丢失截图的问题

- 调整了战斗模块的函数
- 修改了GUI的文字说明
- 修复有文字窗口时紧急委托截图的问题
This commit is contained in:
LmeSzinc
2020-04-15 21:44:11 +08:00
parent 8ce405f28a
commit b94baf8831
6 changed files with 60 additions and 22 deletions

View File

@@ -84,4 +84,5 @@ class ModuleBase:
return self.device.image.crop(button.area)
def interval_reset(self, button):
self.interval_timer[button.name].reset()
if button.name in self.interval_timer:
self.interval_timer[button.name].reset()