MuniMuni!

This commit is contained in:
Joshua Sigona 2021-05-28 12:00:32 +09:00
parent 05af402170
commit 13e8547092
3 changed files with 4 additions and 1 deletions

Binary file not shown.

View File

@ -112,7 +112,7 @@ class SubmitThread implements Runnable{
public class App public class App
{ {
public static Image paragraph/*,paragraph2,paragraph3*/; public static Image paragraph/*,paragraph2,paragraph3*/;
final static int EVENT = 19; final static int EVENT = 20;
public static int[] lastScores = new int[]{0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0}; public static int[] lastScores = new int[]{0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0};
public static int[] lastLowerTierScores = new int[]{0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0}; public static int[] lastLowerTierScores = new int[]{0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0};
public static Font myFont = new Font("Serif", Font.BOLD, 26); public static Font myFont = new Font("Serif", Font.BOLD, 26);
@ -373,6 +373,9 @@ public class App
"00011","00012","00013","00014","00015","00016","00017","00018","00019","00020", "00011","00012","00013","00014","00015","00016","00017","00018","00019","00020",
"00050","00100","00500","01000","02000","05000","10000","20000","30000","50000" "00050","00100","00500","01000","02000","05000","10000","20000","30000","50000"
}; };
int[] dupData = new int[] {
-1,-1,-1,-1,-1
}; //Contains specifically 5k,10k,20k,30k,and 50k data.
System.out.println(count+"/"+s.length); System.out.println(count+"/"+s.length);
while (count<s.length) { while (count<s.length) {
if (s[count].equalsIgnoreCase(orderedRanks[rankIndex])) { if (s[count].equalsIgnoreCase(orderedRanks[rankIndex])) {

Binary file not shown.