GammelJAN 6 years ago
parent f45ef144b8
commit b41103f0d8

@ -488,6 +488,7 @@ public class Controller extends ApplicationAdapter implements InputProcessor{
v = null; v = null;
m = new GameScreen(d, volume); m = new GameScreen(d, volume);
return true; return true;
} }
return true; return true;

@ -15,6 +15,6 @@ public class DesktopLauncher {
config.resizable = true; config.resizable = true;
//config.addIcon("logo.png", Files.FileType.Internale); //config.addIcon("logo.png", Files.FileType.Internale);
new LwjglApplication(new Controller(), config); new LwjglApplication(new Controller(), config);
} }
} }

Loading…
Cancel
Save