We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 7edac64 + 4bbf370 commit c2a74bdCopy full SHA for c2a74bd
graphics/pipe_marshmallow_fix.png
20.3 KB
sketch.js
@@ -27,8 +27,8 @@ var prevTouched = touched;
27
28
29
function preload() {
30
- pipeBodySprite = loadImage('graphics/pipe_marshmallow.png');
31
- pipePeakSprite = loadImage('graphics/pipe_marshmallow.png');
+ pipeBodySprite = loadImage('graphics/pipe_marshmallow_fix.png');
+ pipePeakSprite = loadImage('graphics/pipe_marshmallow_fix.png');
32
birdSprite = loadImage('graphics/train.png');
33
bgImg = loadImage('graphics/background.png');
34
}
0 commit comments