Skip to content

Commit

Permalink
changed background image
Browse files Browse the repository at this point in the history
  • Loading branch information
Tobias Leich committed Jul 25, 2010
1 parent 674de49 commit 71412b5
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 1 deletion.
Binary file added data/background.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed res/0002.png
Binary file not shown.
2 changes: 1 addition & 1 deletion solitaire.pl
Original file line number Diff line number Diff line change
Expand Up @@ -242,7 +242,7 @@ sub show_card {
}

sub init_background {
my $background = SDLx::Sprite->new(image => 'res/0002.png');
my $background = SDLx::Sprite->new(image => 'data/background.png');
$layers->add($background, {id => 'background'});
for(0..6) {
my $empty_stack = SDLx::Sprite->new(image => 'data/empty_stack.png');
Expand Down

0 comments on commit 71412b5

Please sign in to comment.