From: Ingo Ruhnke Date: Mon, 25 Feb 2008 23:24:41 +0000 (+0000) Subject: - sprite file for snow jumpy (freeze missing, do we even want freeze?) X-Git-Url: https://git.verplant.org/?a=commitdiff_plain;h=0a93dcab2c71ad638d5a78e79ad1f14e6de693f6;p=supertux.git - sprite file for snow jumpy (freeze missing, do we even want freeze?) SVN-Revision: 5348 --- diff --git a/data/images/creatures/snowjumpy/snowjumpy.sprite b/data/images/creatures/snowjumpy/snowjumpy.sprite new file mode 100644 index 000000000..67ee9e5b3 --- /dev/null +++ b/data/images/creatures/snowjumpy/snowjumpy.sprite @@ -0,0 +1,34 @@ +(supertux-sprite + + (action + (name "left-up") + (hitbox 7 8 31.8 31.8) + (images "left-up.png")) + + (action + (name "right-up") + (hitbox 7 8 31.8 31.8) + (mirror-action "left-up")) + + (action + (name "left-down") + (hitbox 7 8 31.8 31.8) + (images "left-down.png")) + + (action + (name "right-down") + (hitbox 7 8 31.8 31.8) + (mirror-action "left-down")) + + (action + (name "left-middle") + (hitbox 7 8 31.8 31.8) + (images "left-middle.png")) + + (action + (name "right-middle") + (hitbox 7 8 31.8 31.8) + (mirror-action "left-middle")) + +) +