should not be in svn
authorMatthias Braun <matze@braunis.de>
Thu, 25 May 2006 20:11:06 +0000 (20:11 +0000)
committerMatthias Braun <matze@braunis.de>
Thu, 25 May 2006 20:11:06 +0000 (20:11 +0000)
SVN-Revision: 3588

data/images/creatures/yeti/yeti.sprite~ [deleted file]

diff --git a/data/images/creatures/yeti/yeti.sprite~ b/data/images/creatures/yeti/yeti.sprite~
deleted file mode 100644 (file)
index 88aa349..0000000
+++ /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)
-    )
-  )