Skip to content

Commit

Permalink
Merge
Browse files Browse the repository at this point in the history
  • Loading branch information
criticalham committed Jan 29, 2012
1 parent e2e5837 commit e158eec
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
Binary file added data/background_alt.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion src/Bground.as
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ package

public class Bground extends FlxSprite
{
[Embed(source = '../data/background.jpg')] private var BackGroundSprite:Class;
[Embed(source = '../data/background_alt.png')] private var BackGroundSprite:Class;

/// game board info
public static const FRAME_WIDTH:int = 2000;
Expand Down

0 comments on commit e158eec

Please sign in to comment.