From fc17c545dc4ee62ff6b697ece0523d727a4131cc Mon Sep 17 00:00:00 2001 From: Matthias Braun Date: Wed, 11 Jan 2006 23:37:47 +0000 Subject: [PATCH] forgot to commit some files? SVN-Revision: 2985 --- data/images/objects/bullets/firebullet.sprite | 11 +++++++++++ data/images/objects/bullets/icebullet.sprite | 8 ++++++++ 2 files changed, 19 insertions(+) create mode 100644 data/images/objects/bullets/firebullet.sprite create mode 100644 data/images/objects/bullets/icebullet.sprite 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") + ) +) -- 2.11.0