desktop: change run parameters

This commit is contained in:
Hannes Janetzek 2014-03-18 23:25:05 +01:00
parent d507022c4a
commit d50a67527e

View File

@ -63,6 +63,10 @@ public class GdxMapApp extends GdxMap {
new LwjglApplication(map, (config == null ? getConfig() : config));
}
public static void run(LwjglApplicationConfiguration config, int tileSize, GdxMap map) {
run(map, config, tileSize);
}
static protected LwjglApplicationConfiguration getConfig() {
LwjglApplicationConfiguration cfg = new LwjglApplicationConfiguration();
cfg.title = "vtm-gdx";