diff --git a/graphics/pipe_marshmallow_fix.png b/graphics/pipe_marshmallow_fix.png new file mode 100644 index 0000000..0e0296e Binary files /dev/null and b/graphics/pipe_marshmallow_fix.png differ diff --git a/sketch.js b/sketch.js index 7e9d45b..7693c80 100644 --- a/sketch.js +++ b/sketch.js @@ -26,8 +26,8 @@ var prevTouched = touched; function preload() { - pipeBodySprite = loadImage('graphics/pipe_marshmallow.png'); - pipePeakSprite = loadImage('graphics/pipe_marshmallow.png'); + pipeBodySprite = loadImage('graphics/pipe_marshmallow_fix.png'); + pipePeakSprite = loadImage('graphics/pipe_marshmallow_fix.png'); birdSprite = loadImage('graphics/train.png'); bgImg = loadImage('graphics/background.png'); }