added pellet entity as well as minor changes to collision functions

This commit is contained in:
2017-06-01 23:41:04 -05:00
parent e6be886888
commit 615789fe81
73 changed files with 40 additions and 23 deletions

View File

@@ -12,7 +12,7 @@ public class DesktopLauncher {
config.width = 800;
config.height = 480;
config.resizable = false;
System.setProperty("org.lwjgl.opengl.Window.undecorated", "true");
// System.setProperty("org.lwjgl.opengl.Window.undecorated", "true");
new LwjglApplication(new Polyjet(), config);