Skip to content

Commit 254b03b

Browse files
author
alfredoheights
committed
fix: stuck on splash page
This bug has only been reported to occur on a OnePlus 8T (by me) and I'm not sure it affects anyone else.
1 parent 6e8ec5e commit 254b03b

File tree

1 file changed

+6
-4
lines changed
  • scripts/com.r2studio.TsumBeta/src

1 file changed

+6
-4
lines changed

scripts/com.r2studio.TsumBeta/src/index.js

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -127,6 +127,7 @@ var Button = {
127127
outSendHeartEnd3: {x: 316, y: 1224, color: {r: 55, g: 91, b: 139}},
128128
outFriendScoreFrom: {x: 550, y: 935, color: {"a":0,"b":140,"g":93,"r":55}},
129129
outFriendScoreTo: {x: 760, y: 935},
130+
outSplashPageTapToStart: {x: 510, y: 1510},
130131
skillLuke1: {x: 1000, y: 1372},
131132
skillLuke2: {x: 830, y: 1402},
132133
skillLuke3: {x: 670, y: 1447},
@@ -1516,10 +1517,11 @@ Tsum.prototype.exitUnknownPage = function() {
15161517
keycode('KEYCODE_DPAD_DOWN', 50);
15171518
this.sleep(500);
15181519
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);
15231525
this.sleep(500);
15241526
}
15251527

0 commit comments

Comments
 (0)