Skip to content

Commit

Permalink
somebody else's problem
Browse files Browse the repository at this point in the history
  • Loading branch information
zpmorgan committed Mar 16, 2011
1 parent 785960d commit 216d4b1
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions first/Level.pm
Expand Up @@ -4,6 +4,7 @@ use strict;
use feature 'say';

use Viewport;
use SDLx::Rect;
use Collision::2D ':all';
#use Collision::2D::Entity::Grid;
#use Collision::2D::Entity::Rect;
Expand Down
1 change: 1 addition & 0 deletions first/Viewport.pm
Expand Up @@ -3,6 +3,7 @@ use warnings;
use strict;

use SDL::Rect;
use SDLx::Rect;

use POSIX qw/floor ceil/;

Expand Down
2 changes: 1 addition & 1 deletion first/cyberhack.pl
Expand Up @@ -134,7 +134,7 @@
$cryptopod->set_freefall;
}
$cryptopod->do;
$app->draw_rect( [ 0, 0, $app->w, $app->h ], 0x0 );
$app->draw_rect( [ 0, 0, $app->w, $app->h ], 0x000000FF );
$viewport->draw();
$rock_surf->blit ($app, $rect32, $rect32);
}
Expand Down

0 comments on commit 216d4b1

Please sign in to comment.