Merge remote-tracking branch 'origin/master'
This commit is contained in:
@@ -140,7 +140,7 @@ class Sodoku(GameBase):
|
|||||||
return
|
return
|
||||||
|
|
||||||
def deploy_finding_to_game(self, e, i, color):
|
def deploy_finding_to_game(self, e, i, color):
|
||||||
cv.waitKey(random.randint(4000, 6500))
|
cv.waitKey(random.randint(3500, 5500))
|
||||||
click_pt = self.get_click_point(self.data_coordinates[e, i])
|
click_pt = self.get_click_point(self.data_coordinates[e, i])
|
||||||
self.dig_point(click_pt[0] + self.offset_left, click_pt[1] + self.offset_down, 500)
|
self.dig_point(click_pt[0] + self.offset_left, click_pt[1] + self.offset_down, 500)
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user