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

Fix: Research pending and research unavailable

- RESEARCH_PENDING change from detecting "]" to detecting the letter, because the "]" is moving up and down randomly
- Screenshot speed back to normal after research_receive
- Add a max_color checker to RESEARCH_UNAVAILABLE and RESEARCH_START, because RESEARCH_UNAVAILABLE is a translucent item and color is changing according to research rarity
This commit is contained in:
LmeSzinc
2020-08-07 18:51:31 +08:00
parent 57ab388b1d
commit a35e7daad4
8 changed files with 10 additions and 9 deletions

View File

@@ -105,9 +105,6 @@ class ModuleBase:
Args:
button(Button): Button instance.
Returns:
PIL.Image.Image:
"""
return self.device.image.crop(button.area)