added pellet entity as well as minor changes to collision functions
This commit is contained in:
@@ -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);
|
||||
|
Reference in New Issue
Block a user