From: florianf Date: Sun, 14 Mar 2010 09:30:47 +0000 (+0000) Subject: Unstable tile: Add new "iceplatform" sprite. X-Git-Url: https://git.octo.it/?a=commitdiff_plain;h=517b810740c3162a84236a5fed8ba2985d40916e;p=supertux.git Unstable tile: Add new "iceplatform" sprite. 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 --- diff --git a/data/images/objects/unstable_tile/iceplatform.png b/data/images/objects/unstable_tile/iceplatform.png new file mode 100644 index 000000000..965ceee06 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 index 000000000..076933285 --- /dev/null +++ b/data/images/objects/unstable_tile/iceplatform.sprite @@ -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" + ) + ) +)