|
@@ -274,10 +274,14 @@ def task_start_game(type=0):
|
|
|
waitClickImg_withBool(gameStart_img.second_game, 100, 0)
|
|
|
if waitClickImg_withBool(gameStart_img.ico, 5, 1) == False:
|
|
|
return False
|
|
|
+
|
|
|
+ waitTime = 10
|
|
|
+ if waitClickImg_withBool(check_img.auto_download, 10, 0) == True:
|
|
|
+ waitTime += 200
|
|
|
|
|
|
- waitFindImg_withBool(place_img.gameIn, 10, 50)
|
|
|
+ waitFindImg_withBool(place_img.gameIn, waitTime, 50)
|
|
|
basic_operate.go_town()
|
|
|
- if waitFindImg_withBool(place_img.gameIn, 10, 20) == False:
|
|
|
+ if waitFindImg_withBool(place_img.gameIn, waitTime, 20) == False:
|
|
|
return False
|
|
|
|
|
|
myTimeSleep_big()
|