Skip to content

Commit

Permalink
Smaller window
Browse files Browse the repository at this point in the history
  • Loading branch information
jtpalmer committed Aug 21, 2011
1 parent 3aaf937 commit 83b15e9
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion examples/test.pl
Expand Up @@ -6,7 +6,10 @@
use SDLx::App;
use SDLx::Controller::FPS;

my $app = SDLx::App->new();
my $app = SDLx::App->new(
w => 320,
h => 240,
);

my $fps = 30;

Expand Down

0 comments on commit 83b15e9

Please sign in to comment.