Add new font
This commit is contained in:
@ -8,9 +8,10 @@ public class DesktopLauncher {
|
||||
public static void main (String[] arg) {
|
||||
LwjglApplicationConfiguration config = new LwjglApplicationConfiguration();
|
||||
config.title = "Asteroids";
|
||||
config.resizable = false;
|
||||
config.resizable = true;
|
||||
// config.fullscreen = false;
|
||||
config.width = 800;
|
||||
config.height = 600;
|
||||
config.height = 400;
|
||||
new LwjglApplication(new Asteroids(), config);
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user