Unstable tile: Add new "iceplatform" sprite.
authorflorianf <florianf@837edb03-e0f3-0310-88ca-d4d4e8b29345>
Sun, 14 Mar 2010 09:30:47 +0000 (09:30 +0000)
committerflorianf <florianf@837edb03-e0f3-0310-88ca-d4d4e8b29345>
Sun, 14 Mar 2010 09:30:47 +0000 (09:30 +0000)
It's based on the [[Image:Platform.png]] graphic.

git-svn-id: http://supertux.lethargik.org/svn/supertux/trunk/supertux@6605 837edb03-e0f3-0310-88ca-d4d4e8b29345

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"
+    )
+  )
+)