Skip to content

Commit

Permalink
Changed Screen Size to 1024 * 720
Browse files Browse the repository at this point in the history
  • Loading branch information
Calum Gilchrist committed Apr 24, 2012
1 parent 8be98b1 commit 5a4ac3d
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -106,7 +106,7 @@ public void init() {

Globals.state = Globals.STATE_MENU;

graphics().setSize(1336, 768);
graphics().setSize(1024, 720);

// create and add background image layer
Image bgImage = assets().getImage("images/starfield.png");
Expand Down

0 comments on commit 5a4ac3d

Please sign in to comment.