added Mr Fluffy badguy
[supertux.git] / data / images / sprites.strf
index 50bea26..879e7c4 100644 (file)
          (y-offset -19)
          (mirror-action "squished-left")))
 
+ (sprite (name "fluffy")
+       (action
+         (name "left")
+         (x-offset 2)
+         (y-offset 4)
+         (images "creatures/mr_fluffy/left-0.png"
+                 "creatures/mr_fluffy/left-1.png"
+                 "creatures/mr_fluffy/left-2.png"
+                 "creatures/mr_fluffy/left-1.png"))
+
+       (action
+         (name "right")
+         (x-offset 2)
+         (y-offset 4)
+         (mirror-action "left"))
+       (action
+         (name "squished-left")
+         (x-offset 1)
+         (y-offset -19)
+         (images "creatures/mr_fluffy/squished-left.png"))
+
+       (action
+         (name "squished-right")
+         (x-offset 1)
+         (y-offset -19)
+         (mirror-action "squished-left")))
+
      (sprite (name "jumpy")
        (action
          (name "left-up")
          (images "creatures/kugelblitz/flying-0.png"
                  "creatures/kugelblitz/flying-1.png"
                  "creatures/kugelblitz/flying-2.png"))
+
+       (action
+         (name "pop")
+         (x-offset 0)
+         (y-offset 0)
+         (fps 20)
+         (images "creatures/kugelblitz/pop-0.png"
+                 "creatures/kugelblitz/pop-1.png"
+                 "creatures/kugelblitz/pop-2.png"
+                 "creatures/kugelblitz/pop-3.png"))
  )
          
 ;; Game elements follow
     (action
       (name "small")
       (y-offset 10) 
-      (images "tiles/worldmap/smalltux.png")
+      (images "worldmap/common/smalltux.png")
     )
     (action
       (name "large")
       (y-offset 10) 
-      (images "tiles/worldmap/tux.png")
+      (images "worldmap/common/tux.png")
     )
     (action
       (name "fire")
       (y-offset 10) 
-      (images "tiles/worldmap/firetux.png")
+      (images "worldmap/common/firetux.png")
     )
   )