From: Matthias Braun Date: Wed, 11 Jan 2006 23:37:47 +0000 (+0000) Subject: forgot to commit some files? X-Git-Url: https://git.verplant.org/?a=commitdiff_plain;h=fc17c545dc4ee62ff6b697ece0523d727a4131cc;p=supertux.git forgot to commit some files? SVN-Revision: 2985 --- diff --git a/data/images/objects/bullets/firebullet.sprite b/data/images/objects/bullets/firebullet.sprite new file mode 100644 index 000000000..6224912df --- /dev/null +++ b/data/images/objects/bullets/firebullet.sprite @@ -0,0 +1,11 @@ +(supertux-sprite + (action + (x-offset 12) + (x-offset 12) + (fps 20) + (images "fire_bullet-0.png" + "fire_bullet-1.png" + "fire_bullet-2.png" + "fire_bullet-3.png") + ) +) diff --git a/data/images/objects/bullets/icebullet.sprite b/data/images/objects/bullets/icebullet.sprite new file mode 100644 index 000000000..4a2791488 --- /dev/null +++ b/data/images/objects/bullets/icebullet.sprite @@ -0,0 +1,8 @@ +(supertux-sprite + (action + (x-offset 12) + (x-offset 12) + (fps 20) + (images "ice_bullet.png") + ) +)