Bläddra i källkod

!2 修复启动过早点击情况

pcacc 3 veckor sedan
förälder
incheckning
6540a1fa2d
1 ändrade filer med 1 tillägg och 3 borttagningar
  1. 1 3
      dongri_task.py

+ 1 - 3
dongri_task.py

@@ -276,9 +276,7 @@ def task_start_game(type=0):
         if waitClickImg_withBool(gameStart_img.ico, 5, 1) == False:
             return False
     
-    waitFindImg_withBool(place_img.gameIn, 10, 20)
-    basic_operate.go_town()
-    waitFindImg_withBool(place_img.gameIn, 10, 20)
+    waitFindImg_withBool(place_img.gameIn, 10, 50)
     basic_operate.go_town()
     if waitFindImg_withBool(place_img.gameIn, 10, 20) == False:
         return False