- sprite file for snow jumpy (freeze missing, do we even want freeze?)
authorIngo Ruhnke <grumbel@gmx.de>
Mon, 25 Feb 2008 23:24:41 +0000 (23:24 +0000)
committerIngo Ruhnke <grumbel@gmx.de>
Mon, 25 Feb 2008 23:24:41 +0000 (23:24 +0000)
SVN-Revision: 5348

data/images/creatures/snowjumpy/snowjumpy.sprite [new file with mode: 0644]

diff --git a/data/images/creatures/snowjumpy/snowjumpy.sprite b/data/images/creatures/snowjumpy/snowjumpy.sprite
new file mode 100644 (file)
index 0000000..67ee9e5
--- /dev/null
@@ -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"))
+)
+