Added crosshair and wrote the coords of the mouse on the screen
This commit is contained in:
@@ -8,6 +8,9 @@ public class DesktopLauncher {
|
||||
public static void main (String[] arg) {
|
||||
LwjglApplicationConfiguration config = new LwjglApplicationConfiguration();
|
||||
config.foregroundFPS = 60;
|
||||
config.resizable = true;
|
||||
config.width = 1280;
|
||||
config.height = 720;
|
||||
new LwjglApplication(new Main(), config);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user