Mr. Bomb now supports custom sprites.
[supertux.git] / src / badguy / bomb.hpp
index 1bc4cb0..94d7159 100644 (file)
@@ -25,7 +25,7 @@
 class Bomb : public BadGuy
 {
 public:
-  Bomb(const Vector& pos, Direction dir);
+  Bomb(const Vector& pos, Direction dir, std::string custom_sprite = "images/creatures/mr_cherry/cherry.sprite" );
   Bomb(const Bomb& bomb);
 
   void write(lisp::Writer& writer);