Skip to content

Commit

Permalink
fixed sprite to normal ones that CodingTrain#23 made
Browse files Browse the repository at this point in the history
  • Loading branch information
DaGuT committed Mar 10, 2018
1 parent 44b55b0 commit 780efce
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions sketch.js
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@ var bgImg;
var bgX = 0;

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

0 comments on commit 780efce

Please sign in to comment.