@@ -127,6 +127,7 @@ var Button = {
127
127
outSendHeartEnd3 : { x : 316 , y : 1224 , color : { r : 55 , g : 91 , b : 139 } } ,
128
128
outFriendScoreFrom : { x : 550 , y : 935 , color : { "a" :0 , "b" :140 , "g" :93 , "r" :55 } } ,
129
129
outFriendScoreTo : { x : 760 , y : 935 } ,
130
+ outSplashPageTapToStart : { x : 510 , y : 1510 } ,
130
131
skillLuke1 : { x : 1000 , y : 1372 } ,
131
132
skillLuke2 : { x : 830 , y : 1402 } ,
132
133
skillLuke3 : { x : 670 , y : 1447 } ,
@@ -1516,10 +1517,11 @@ Tsum.prototype.exitUnknownPage = function() {
1516
1517
keycode ( 'KEYCODE_DPAD_DOWN' , 50 ) ;
1517
1518
this . sleep ( 500 ) ;
1518
1519
keycode ( 'KEYCODE_ENTER' , 50 ) ;
1519
- this . tap ( Button . gameQuestionCancel ) ;
1520
- this . tap ( Button . gameQuestionCancel2 ) ;
1521
- this . tap ( Button . outClose ) ;
1522
- this . tap ( Button . gameStop ) ;
1520
+ this . tap ( Button . outSplashPageTapToStart , 250 ) ;
1521
+ this . tap ( Button . gameQuestionCancel , 250 ) ;
1522
+ this . tap ( Button . gameQuestionCancel2 , 250 ) ;
1523
+ this . tap ( Button . outClose , 250 ) ;
1524
+ this . tap ( Button . outStart , 250 ) ;
1523
1525
this . sleep ( 500 ) ;
1524
1526
}
1525
1527
0 commit comments