* Fixed the Yeti's sprite choosing per Groundwater's request.
[supertux.git] / data / images / creatures / yeti / yeti.sprite
index 576fbd2..fe77eaf 100644 (file)
@@ -1,10 +1,10 @@
 (supertux-sprite
   (action
     (name "right")
-    (images "iceyeti_0.png"  
+    (images "iceyeti_0.png"
            "iceyeti_1.png"
            "iceyeti_2.png"
-           "iceyeti_1.png")
+           "iceyeti_1.png")
   )
   (action
     (name "left")
     (name "jump-left")
     (mirror-action "jump-right")
   )
+  (action
+    (name "stand-right")
+    (images "iceyeti_1.png")
+  )
+  (action
+    (name "stand-left")
+    (mirror-action "stand-right")
+  )
 )
-