Skip to content

Commit c2a74bd

Browse files
authored
Merge pull request #46 from A-Edusei/master
Amended Pipe Design
2 parents 7edac64 + 4bbf370 commit c2a74bd

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

graphics/pipe_marshmallow_fix.png

20.3 KB
Loading

sketch.js

+2-2
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,8 @@ var prevTouched = touched;
2727

2828

2929
function preload() {
30-
pipeBodySprite = loadImage('graphics/pipe_marshmallow.png');
31-
pipePeakSprite = loadImage('graphics/pipe_marshmallow.png');
30+
pipeBodySprite = loadImage('graphics/pipe_marshmallow_fix.png');
31+
pipePeakSprite = loadImage('graphics/pipe_marshmallow_fix.png');
3232
birdSprite = loadImage('graphics/train.png');
3333
bgImg = loadImage('graphics/background.png');
3434
}

0 commit comments

Comments
 (0)