This commit is contained in:
Joshua Sigona 2021-03-07 12:09:21 +09:00
parent e68645a73c
commit 727b90ad48
3 changed files with 3 additions and 0 deletions

Binary file not shown.

View File

@ -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.