Converted the game into pong.
This commit is contained in:
@@ -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);
|
||||
}
|
||||
|
Reference in New Issue
Block a user