From: Benjamin P. Jung Date: Thu, 4 May 2006 19:11:47 +0000 (+0000) Subject: Added an (animated) candle. Might be useful for the casle-level backgrounds... X-Git-Url: https://git.verplant.org/?a=commitdiff_plain;h=a3fc9e00564cf5d64ac37970a653f0bc276ec122;p=supertux.git Added an (animated) candle. Might be useful for the casle-level backgrounds... SVN-Revision: 3490 --- diff --git a/data/images/objects/candle/candle-1.png b/data/images/objects/candle/candle-1.png new file mode 100644 index 000000000..97a191b60 Binary files /dev/null and b/data/images/objects/candle/candle-1.png differ diff --git a/data/images/objects/candle/candle-2.png b/data/images/objects/candle/candle-2.png new file mode 100644 index 000000000..5cb8c3566 Binary files /dev/null and b/data/images/objects/candle/candle-2.png differ diff --git a/data/images/objects/candle/candle-3.png b/data/images/objects/candle/candle-3.png new file mode 100644 index 000000000..3145a761b Binary files /dev/null and b/data/images/objects/candle/candle-3.png differ diff --git a/data/images/objects/candle/candle-4.png b/data/images/objects/candle/candle-4.png new file mode 100644 index 000000000..9af1a1e6e Binary files /dev/null and b/data/images/objects/candle/candle-4.png differ diff --git a/data/images/objects/candle/candle.sprite b/data/images/objects/candle/candle.sprite new file mode 100644 index 000000000..987c55333 --- /dev/null +++ b/data/images/objects/candle/candle.sprite @@ -0,0 +1,12 @@ +(supertux-sprite + (action + (name "default") + (images + "candle-0.png" + "candle-1.png" + "candle-2.png" + "candle-3.png" + ) + ) + ) +