Fixes
This commit is contained in:
parent
e68645a73c
commit
727b90ad48
Binary file not shown.
@ -199,6 +199,9 @@ public class App
|
|||||||
}count=0;
|
}count=0;
|
||||||
while (count++<MAXTRIES) {
|
while (count++<MAXTRIES) {
|
||||||
Color c = new Color(leaderboard2.getRGB(146, YMarker--));
|
Color c = new Color(leaderboard2.getRGB(146, YMarker--));
|
||||||
|
if (YMarker<=1) {
|
||||||
|
break;
|
||||||
|
}
|
||||||
if (c.getRed()==36&&c.getGreen()==17&&c.getBlue()==77) {
|
if (c.getRed()==36&&c.getGreen()==17&&c.getBlue()==77) {
|
||||||
System.out.println("Step 3 - Found! Y:"+(YMarker+1));
|
System.out.println("Step 3 - Found! Y:"+(YMarker+1));
|
||||||
break;
|
break;
|
||||||
|
Binary file not shown.
Loading…
x
Reference in New Issue
Block a user