|
|
|
@ -21,8 +21,8 @@ public class Main extends Game{
|
|
|
|
public static int gamestate = 0;
|
|
|
|
public static int gamestate = 0;
|
|
|
|
public static boolean debugUI = false;
|
|
|
|
public static boolean debugUI = false;
|
|
|
|
private int fallbackState = 0;
|
|
|
|
private int fallbackState = 0;
|
|
|
|
public static float CAMERA_WIDTH = 854;
|
|
|
|
public static float CAMERA_WIDTH = 1280;
|
|
|
|
public static float CAMERA_HEIGHT = 480;
|
|
|
|
public static float CAMERA_HEIGHT = 720;
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
MenuScreen menuScreen;
|
|
|
|
MenuScreen menuScreen;
|
|
|
|
|