Skip to content

Commit

Permalink
Change resolution back to 800x600
Browse files Browse the repository at this point in the history
  • Loading branch information
stefanhendriks committed Aug 4, 2017
1 parent f957ad4 commit 82dfee5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/main/java/com/fundynamic/d2tm/Game.java
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,8 @@ public class Game extends StateBasedGame {

public static final String GAME_TITLE = "Dune II - The Maker";

public static final int SCREEN_WIDTH = 1024;
public static final int SCREEN_HEIGHT = 768;
public static final int SCREEN_WIDTH = 800;
public static final int SCREEN_HEIGHT = 600;
public static final boolean SHOW_FPS = false;
public static final boolean VSYNC = true;

Expand Down

0 comments on commit 82dfee5

Please sign in to comment.