Snowman walk animation
authorIngo Ruhnke <grumbel@gmx.de>
Mon, 22 Feb 2010 17:11:21 +0000 (17:11 +0000)
committerIngo Ruhnke <grumbel@gmx.de>
Mon, 22 Feb 2010 17:11:21 +0000 (17:11 +0000)
SVN-Revision: 6391

data/images/creatures/snowman/snowman.sprite [new file with mode: 0644]
data/images/creatures/snowman/walk1.png [new file with mode: 0644]
data/images/creatures/snowman/walk2.png [new file with mode: 0644]
data/images/creatures/snowman/walk3.png [new file with mode: 0644]
data/images/creatures/snowman/walk4.png [new file with mode: 0644]
data/images/creatures/snowman/walk5.png [new file with mode: 0644]
data/images/creatures/snowman/walk6.png [new file with mode: 0644]
data/images/creatures/snowman/walk7.png [new file with mode: 0644]
data/images/creatures/snowman/walk8.png [new file with mode: 0644]

diff --git a/data/images/creatures/snowman/snowman.sprite b/data/images/creatures/snowman/snowman.sprite
new file mode 100644 (file)
index 0000000..d9b0115
--- /dev/null
@@ -0,0 +1,15 @@
+(supertux-sprite
+ (action
+  (name "walk")
+  (fps 8.0)
+  (hitbox 10 3 36 72)
+  (images "walk1.png"
+          "walk2.png"
+          "walk3.png"
+          "walk4.png"
+          "walk5.png"
+          "walk6.png"
+          "walk7.png"
+          "walk8.png")))
+
+;; EOF ;;
diff --git a/data/images/creatures/snowman/walk1.png b/data/images/creatures/snowman/walk1.png
new file mode 100644 (file)
index 0000000..f42c9ac
Binary files /dev/null and b/data/images/creatures/snowman/walk1.png differ
diff --git a/data/images/creatures/snowman/walk2.png b/data/images/creatures/snowman/walk2.png
new file mode 100644 (file)
index 0000000..d058b44
Binary files /dev/null and b/data/images/creatures/snowman/walk2.png differ
diff --git a/data/images/creatures/snowman/walk3.png b/data/images/creatures/snowman/walk3.png
new file mode 100644 (file)
index 0000000..d2cffba
Binary files /dev/null and b/data/images/creatures/snowman/walk3.png differ
diff --git a/data/images/creatures/snowman/walk4.png b/data/images/creatures/snowman/walk4.png
new file mode 100644 (file)
index 0000000..f8c7962
Binary files /dev/null and b/data/images/creatures/snowman/walk4.png differ
diff --git a/data/images/creatures/snowman/walk5.png b/data/images/creatures/snowman/walk5.png
new file mode 100644 (file)
index 0000000..6fdf0c1
Binary files /dev/null and b/data/images/creatures/snowman/walk5.png differ
diff --git a/data/images/creatures/snowman/walk6.png b/data/images/creatures/snowman/walk6.png
new file mode 100644 (file)
index 0000000..d4d0b4c
Binary files /dev/null and b/data/images/creatures/snowman/walk6.png differ
diff --git a/data/images/creatures/snowman/walk7.png b/data/images/creatures/snowman/walk7.png
new file mode 100644 (file)
index 0000000..0465078
Binary files /dev/null and b/data/images/creatures/snowman/walk7.png differ
diff --git a/data/images/creatures/snowman/walk8.png b/data/images/creatures/snowman/walk8.png
new file mode 100644 (file)
index 0000000..0e271cf
Binary files /dev/null and b/data/images/creatures/snowman/walk8.png differ