steve1316 / granblue-automation-pyautogui

Educational application aimed at automating user-defined workflows for the mobile game, "Granblue Fantasy", using a variety of CV technologies in the backend such as OpenCV, PyAutoGUI and EasyOCR and a frontend coded in Typescript.
https://github.com/steve1316/granblue-automation-pyautogui/wiki
120 stars 36 forks source link

Request Backup Error #59

Closed PortablePanda closed 3 years ago

PortablePanda commented 3 years ago

It seems like Request Backup currently scrolls down, then fails to click the button and causes battle mode to terminate.

steve1316 commented 3 years ago

Alright, I fixed the issue. Apparently, the Request Backup button had its text moved slightly to the right for some reason so I made the new image asset more general to account for cases like this. Let me know how it goes!

PortablePanda commented 3 years ago

Seems to be fixed, thank you!