menti words init

This commit is contained in:
2023-07-26 16:49:09 +02:00
parent 95f87d1c2e
commit f1bb158b21

View File

@@ -83,7 +83,7 @@ class MentiWords(GameBase):
#screenshot = cv.imread("menti_words/screenshot.jpg")
screenshot = self.capture_window.get_screenshot()
screenshot = screenshot[870:1240, 1080:1480]
screenshot = screenshot[870:1270, 1080:1480]
#cv.imshow("screenshot", screenshot)
#cv.waitKey(150)