Skip to content

Commit

Permalink
Merge pull request #43 from A-Edusei/master
Browse files Browse the repository at this point in the history
New Pipe Design
  • Loading branch information
Versatilus authored Mar 29, 2018
2 parents 51e9207 + 4bf8515 commit e89ca21
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Binary file added graphics/pipe_marshmallow.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 2 additions & 2 deletions sketch.js
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,8 @@ var prevTouched = touched;


function preload() {
pipeBodySprite = loadImage('./graphics/pipe_body.png');
pipePeakSprite = loadImage('./graphics/pipe_body.png');
pipeBodySprite = loadImage('graphics/pipe_marshmallow.png');
pipePeakSprite = loadImage('graphics/pipe_marshmallow.png');
birdSprite = loadImage('graphics/train.png');
bgImg = loadImage('graphics/background.png');
}
Expand Down

0 comments on commit e89ca21

Please sign in to comment.