Converted the game into pong.

This commit is contained in:
2014-10-21 15:56:11 -04:30
parent 4c5fe58225
commit 5c829f5ea7
31 changed files with 710 additions and 138 deletions

View File

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