Skip to content

Commit

Permalink
Update game title
Browse files Browse the repository at this point in the history
  • Loading branch information
srikavin committed Jan 13, 2020
1 parent e9e2d44 commit c0bf520
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,11 @@
import me.srikavin.fbla.game.FBLAGame;

public class DesktopLauncher {
public static void main (String[] arg) {
public static void main(String[] arg) {
LwjglApplicationConfiguration config = new LwjglApplicationConfiguration();
config.height = 1080;
config.width = 1920;
config.title = "The Quest for Success";
// config.foregroundFPS = 1000;
// config.vSyncEnabled = false;
// config.fullscreen = true;
Expand Down

0 comments on commit c0bf520

Please sign in to comment.