Fix position 10/11 offset
This commit is contained in:
parent
45319cb724
commit
e153a8fea7
Binary file not shown.
@ -184,7 +184,7 @@ public class App
|
|||||||
int count=0;
|
int count=0;
|
||||||
int YMarker=145;
|
int YMarker=145;
|
||||||
while (count++<MAXTRIES) {
|
while (count++<MAXTRIES) {
|
||||||
Color c = new Color(leaderboard2.getRGB(164, YMarker++));
|
Color c = new Color(leaderboard2.getRGB(146, YMarker++));
|
||||||
if (c.getRed()==255&&c.getGreen()==255&&c.getBlue()==255) {
|
if (c.getRed()==255&&c.getGreen()==255&&c.getBlue()==255) {
|
||||||
System.out.println("Step 1 - Found! Y:"+(YMarker-1));
|
System.out.println("Step 1 - Found! Y:"+(YMarker-1));
|
||||||
break;
|
break;
|
||||||
@ -379,9 +379,9 @@ public class App
|
|||||||
String name = (names.size()>i)?names.get(i):"";
|
String name = (names.size()>i)?names.get(i):"";
|
||||||
System.out.println(ranks[i]+"-"+name+": "+scores.get(i));
|
System.out.println(ranks[i]+"-"+name+": "+scores.get(i));
|
||||||
|
|
||||||
new Thread(
|
/*new Thread(
|
||||||
new SubmitThread(name,desc,scores.get(i),EVENT,ranks[i]))
|
new SubmitThread(name,desc,scores.get(i),EVENT,ranks[i]))
|
||||||
.start();
|
.start();*/
|
||||||
}
|
}
|
||||||
/*System.out.println(scores);
|
/*System.out.println(scores);
|
||||||
System.out.println(names);
|
System.out.println(names);
|
||||||
|
Binary file not shown.
Binary file not shown.
Before Width: | Height: | Size: 236 KiB After Width: | Height: | Size: 243 KiB |
Loading…
x
Reference in New Issue
Block a user