Move song select color detection for Future Tone up a bit.

This commit is contained in:
sigonasr2 2020-09-29 12:52:13 +09:00
parent d4424b0f31
commit 1b98d6f72b
2 changed files with 1 additions and 1 deletions

Binary file not shown.

View File

@ -1024,7 +1024,7 @@ public class MyRobot{
} }
} else } else
{ {
cr = new ColorRegion(MYROBOT.createScreenCapture(),new Rectangle(741,171,5,5)); cr = new ColorRegion(MYROBOT.createScreenCapture(),new Rectangle(735,158,5,5));
if (!onSongSelect&&cr.getAllRange(160,200,0,15,170,200)) { if (!onSongSelect&&cr.getAllRange(160,200,0,15,170,200)) {
stillOnSongSelect++; stillOnSongSelect++;
if (stillOnSongSelect>=5) { if (stillOnSongSelect>=5) {