fix calcolo punteggi + notifiche non permesse quando in gioco + ordinamento degli highscores per ordine crescente

This commit is contained in:
Lorenzo Iovino 2017-07-11 01:25:20 +02:00
parent dc206c0bb0
commit 4a29569052
16 changed files with 839 additions and 428 deletions

View file

@ -23,7 +23,7 @@ public class Config {
public static String NotificationServerName ="notification";
public static int timeoutGame = 5;
public static int timeoutGame = 10;
public static String getNotificationServerURI(){

View file

@ -9,7 +9,7 @@ public class Palette {
public static Color root_backgroundColor = new Color(145,181,88);
public static Color inputBox_backgroundColor = new Color(250,250,250); //"#FAFAFA;
public static Color button_backgroundColor = new Color(105,130,63); //#69823f
public static Font inputBox_font = new Font("DK Trained Monkey", Font.BOLD, 26);
public static Font inputBox_font = new Font("Arial Black", Font.BOLD, 20);
public static Font password_font = new Font("Arial Black", Font.BOLD, 26);
public static Color fontColor = new Color(95,0,0);
public static Color registerLblBtn_color = new Color(95,0,0);
@ -20,7 +20,7 @@ public class Palette {
public static Color dialog_success = new Color(53,66,32);
public static Font button_font = new Font("DK Trained Monkey", Font.BOLD, 30);
public static Font button_font = new Font("DK Trained Monkey", Font.BOLD, 25);
public Palette() {
//TODO fetchare dal server questi dati