|
|
|
|
@ -5,17 +5,17 @@ import com.badlogic.gdx.backends.lwjgl.LwjglApplicationConfiguration;
|
|
|
|
|
import com.trs.main.Main;
|
|
|
|
|
|
|
|
|
|
public class DesktopLauncher {
|
|
|
|
|
public static void main (String[] arg) {
|
|
|
|
|
LwjglApplicationConfiguration config = new LwjglApplicationConfiguration();
|
|
|
|
|
config.resizable = true;
|
|
|
|
|
public static void main (String[] arg) {
|
|
|
|
|
LwjglApplicationConfiguration config = new LwjglApplicationConfiguration();
|
|
|
|
|
config.resizable = true;
|
|
|
|
|
|
|
|
|
|
config.width=1280;
|
|
|
|
|
config.height=720;
|
|
|
|
|
config.fullscreen = false;
|
|
|
|
|
config.width=1280;
|
|
|
|
|
config.height=720;
|
|
|
|
|
config.fullscreen = false;
|
|
|
|
|
|
|
|
|
|
//config.width=1920;
|
|
|
|
|
//config.height=1080;
|
|
|
|
|
//config.fullscreen = true;
|
|
|
|
|
new LwjglApplication(new Main(), config);
|
|
|
|
|
}
|
|
|
|
|
//config.width=1920;
|
|
|
|
|
//config.height=1080;
|
|
|
|
|
//config.fullscreen = true;
|
|
|
|
|
new LwjglApplication(new Main(), config);
|
|
|
|
|
}
|
|
|
|
|
}
|