Added a bunch more turrets

This commit is contained in:
Anuken
2017-04-29 22:15:41 -04:00
parent 218ba8a942
commit 4c26efaef6
8 changed files with 286 additions and 137 deletions

View File

@@ -11,6 +11,7 @@ public class DesktopLauncher {
config.setTitle("Moment");
config.setMaximized(true);
config.useVsync(false);
config.setWindowedMode(800, 600);
new Lwjgl3Application(new Moment(), config);
}
}