Unstable tile: Add new "iceplatform" sprite.
authorFlorian Forster <supertux@octo.it>
Sun, 14 Mar 2010 09:30:47 +0000 (09:30 +0000)
committerFlorian Forster <supertux@octo.it>
Sun, 14 Mar 2010 09:30:47 +0000 (09:30 +0000)
It's based on the [[Image:Platform.png]] graphic.

SVN-Revision: 6605

data/images/objects/unstable_tile/iceplatform.png [new file with mode: 0644]
data/images/objects/unstable_tile/iceplatform.sprite [new file with mode: 0644]

diff --git a/data/images/objects/unstable_tile/iceplatform.png b/data/images/objects/unstable_tile/iceplatform.png
new file mode 100644 (file)
index 0000000..965ceee
Binary files /dev/null and b/data/images/objects/unstable_tile/iceplatform.png differ
diff --git a/data/images/objects/unstable_tile/iceplatform.sprite b/data/images/objects/unstable_tile/iceplatform.sprite
new file mode 100644 (file)
index 0000000..0769332
--- /dev/null
@@ -0,0 +1,22 @@
+(supertux-sprite
+  (action
+    (name "normal")
+    (images 
+      "iceplatform.png"
+    )
+  )
+  (action
+    (name "shake")
+    (fps 2)
+    (images 
+      "iceplatform.png"
+    )
+  )
+  (action
+    (name "fall-down")
+    (fps 1)
+    (images 
+      "iceplatform.png"
+    )
+  )
+)