master
GammelJAN 5 years ago
parent 5b220f4bd4
commit 9deb603a79

@ -13,8 +13,8 @@ public class Main extends Game{
// 0: normal game world, 1: dialogue, 2: fight
public static int gamestate = 0;
public static float CAMERA_WIDTH = 400f;
public static float CAMERA_HEIGHT = 400f;
public static float CAMERA_WIDTH = 640f;
public static float CAMERA_HEIGHT = 640f;
@Override
public void create () {

Loading…
Cancel
Save