New event

This commit is contained in:
Joshua Sigona 2021-03-17 03:12:42 +09:00
parent 01c97f629c
commit 5d1aca52a3
2 changed files with 1 additions and 1 deletions

View File

@ -102,7 +102,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 = 12; final static int EVENT = 13;
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};

Binary file not shown.