From: Matthias Braun Date: Thu, 25 May 2006 20:11:06 +0000 (+0000) Subject: should not be in svn X-Git-Url: https://git.verplant.org/?a=commitdiff_plain;h=9f8f82bec01442ea900b8bc6fd1bcc63b77cbbae;p=supertux.git should not be in svn SVN-Revision: 3588 --- diff --git a/data/images/creatures/yeti/yeti.sprite~ b/data/images/creatures/yeti/yeti.sprite~ deleted file mode 100644 index 88aa34958..000000000 --- a/data/images/creatures/yeti/yeti.sprite~ +++ /dev/null @@ -1,80 +0,0 @@ -(supertux-sprite - (action - (name "run-right") - (fps 4.0) - (x-offset 17) - (y-offset 12) - (images - "y1.png" - "y2.png" - "y3.png" - "y4.png" - "y5.png" - "y6.png" - "y7.png" - ) - ) - (action - (name "run-left") - (mirror-action "run-right") - (fps 4.0) - (x-offset 17) - (y-offset 12) - ) - (action - (name "jump-right") - (images - "yeti_jump.png" - ) - (x-offset 17) - (y-offset 12) - ) - (action - (name "jump-left") - (mirror-action "jump-right") - (x-offset 17) - (y-offset 12) - ) - (action - (name "stand-right") - (images - "y.png" - ) - (x-offset 17) - (y-offset 12) - ) - (action - (name "stand-left") - (mirror-action "stand-right") - (x-offset 17) - (y-offset 12) - ) - (action - (name "stomp-right") - (images - "y-jump.png" - ) - (x-offset 17) - (y-offset 12) - ) - (action - (name "stomp-left") - (mirror-action "stomp-right") - (x-offset 17) - (y-offset 12) - ) - (action - (name "dead") - (fps 1) - (images - "busted1.png" - "busted1.png" - "busted2.png" - "busted1.png" - "busted2.png" - - ) - (x-offset 300) - (y-offset 400) - ) - )