Move song select color detection for Future Tone up a bit.
This commit is contained in:
parent
d4424b0f31
commit
1b98d6f72b
Binary file not shown.
@ -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) {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user