We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 44b55b0 commit 780efceCopy full SHA for 780efce
sketch.js
@@ -14,8 +14,8 @@ var bgImg;
14
var bgX = 0;
15
16
function preload() {
17
- pipeBodySprite = loadImage("./graphics/pipe_body.png");
18
- pipePeakSprite = loadImage("./graphics/pipe_body.png");
+ pipeBodySprite = loadImage("./graphics/horn_body_filled.png");
+ pipePeakSprite = loadImage("./graphics/horn_tip_filled.png");
19
birdSprite = loadImage("graphics/train.png");
20
bgImg = loadImage("graphics/background.png");
21
}
0 commit comments