diff --git a/graphics/pantDotNet/horn_body.pdn b/graphics/pantDotNet/horn_body.pdn deleted file mode 100644 index cca6b66..0000000 Binary files a/graphics/pantDotNet/horn_body.pdn and /dev/null differ diff --git a/graphics/pantDotNet/horn_body_filled.pdn b/graphics/pantDotNet/horn_body_filled.pdn deleted file mode 100644 index d8967f5..0000000 Binary files a/graphics/pantDotNet/horn_body_filled.pdn and /dev/null differ diff --git a/graphics/pantDotNet/horn_tip.pdn b/graphics/pantDotNet/horn_tip.pdn deleted file mode 100644 index 1ae788d..0000000 Binary files a/graphics/pantDotNet/horn_tip.pdn and /dev/null differ diff --git a/graphics/pantDotNet/horn_tip_filled.pdn b/graphics/pantDotNet/horn_tip_filled.pdn deleted file mode 100644 index 50d9619..0000000 Binary files a/graphics/pantDotNet/horn_tip_filled.pdn and /dev/null differ diff --git a/sketch.js b/sketch.js index f167b69..7eaae15 100644 --- a/sketch.js +++ b/sketch.js @@ -14,8 +14,8 @@ var bgImg; var bgX = 0; function preload() { - pipeBodySprite = loadImage("./graphics/pipe_body.png"); - pipePeakSprite = loadImage("./graphics/pipe_body.png"); + pipeBodySprite = loadImage("./graphics/horn_body_filled.png"); + pipePeakSprite = loadImage("./graphics/horn_body_filled.png"); birdSprite = loadImage("graphics/train.png"); bgImg = loadImage("graphics/background.png"); }