Skip to content

Commit 780efce

Browse files
committed
fixed sprite to normal ones that CodingTrain#23 made
1 parent 44b55b0 commit 780efce

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

sketch.js

+2-2
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,8 @@ var bgImg;
1414
var bgX = 0;
1515

1616
function preload() {
17-
pipeBodySprite = loadImage("./graphics/pipe_body.png");
18-
pipePeakSprite = loadImage("./graphics/pipe_body.png");
17+
pipeBodySprite = loadImage("./graphics/horn_body_filled.png");
18+
pipePeakSprite = loadImage("./graphics/horn_tip_filled.png");
1919
birdSprite = loadImage("graphics/train.png");
2020
bgImg = loadImage("graphics/background.png");
2121
}

0 commit comments

Comments
 (0)