Skip to content

Commit

Permalink
Unstable tile: Add new "iceplatform" sprite.
Browse files Browse the repository at this point in the history
It's based on the [[Image:Platform.png]] graphic.

SVN-Revision: 6605
  • Loading branch information
Florian Forster committed Mar 14, 2010
1 parent 0579d50 commit bc669ea
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 0 deletions.
Binary file added data/images/objects/unstable_tile/iceplatform.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
22 changes: 22 additions & 0 deletions 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"
)
)
)

0 comments on commit bc669ea

Please sign in to comment.