Skip to content

Commit

Permalink
Correct width.
Browse files Browse the repository at this point in the history
  • Loading branch information
jtpalmer committed Aug 20, 2010
1 parent 0da554a commit c3679b9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/Games/Maze/SDL.pm
Expand Up @@ -20,7 +20,7 @@ sub run {
my $cell_height = 40;
my $player_width = 24;
my $player_height = 24;
my $cells_x = 15;
my $cells_x = 16;
my $cells_y = 12;
my $dt = 25;

Expand Down

0 comments on commit c3679b9

Please sign in to comment.