This commit is contained in:
Joshua Sigona 2021-05-18 12:00:59 +09:00
parent d344cccb2c
commit 05af402170
3 changed files with 1 additions and 1 deletions

Binary file not shown.

View File

@ -112,7 +112,7 @@ class SubmitThread implements Runnable{
public class App
{
public static Image paragraph/*,paragraph2,paragraph3*/;
final static int EVENT = 18;
final static int EVENT = 19;
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 Font myFont = new Font("Serif", Font.BOLD, 26);

Binary file not shown.