Added basic rendering and positioning systems. Ball renders OK.

This commit is contained in:
2014-10-20 11:43:48 -04:30
parent 0d751a749f
commit 4c5fe58225
14 changed files with 179 additions and 39 deletions

View File

@@ -25,7 +25,7 @@ public class DesktopLauncher {
config.width = 1024;
config.height = 768;
config.resizable = false;
config.resizable = true;
config.title = "PouKémon";
new LwjglApplication(new GameCore(), config);