bonusblock is a sprite and not a tile in the new design. Renamend messagebox.png...
[supertux.git] / data / images / supertux.strf
index eb0fae5..308af99 100644 (file)
   ; Dispenser
   (sprite (name "dispenser")
        (action
-         (name "working")
+          (name "dropper")
+          (x-offset 0)
+          (y-offset 0)
+          (images "shared/dispenser-dropper.png"))
+       (action
+          (name "working-left")
           (x-offset 0)
           (y-offset 0)
           (images "shared/dispenser-working.png"))
        (action
-          (name "broken")
+          (name "broken-left")
+          (x-offset 0)
+          (y-offset 0)
+          (images "shared/dispenser-broken.png"))
+       (action
+          (name "working-right")
+          (x-offset 0)
+          (y-offset 0)
+          (mirror-action "working-left"))
+       (action
+          (name "broken-right")
           (x-offset 0)
           (y-offset 0)
-          (images "shared/dispenser-broken.png")))          
+          (mirror-action "broken-left")))
+
+   
+   ; MrRocket
+   (sprite (name "mrrocket")
+       (action
+         (name "left")
+         (fps 15.0)
+         (x-offset 3)
+         (y-offset 12)
+         (images "shared/mrrocket-0.png"
+                "shared/mrrocket-1.png"
+                "shared/mrrocket-2.png"
+                "shared/mrrocket-1.png"))
+
+       (action
+         (name "right")
+         (fps 10.0)
+         (x-offset 7)
+         (y-offset 12)
+         (mirror-action "left"))
+       
+       (action
+         (name "squished-left")
+         (x-offset 7)
+         (y-offset 0)
+         (images "shared/mrrocket-squished.png"))
+
+       (action
+         (name "squished-right")
+         (x-offset 7)
+         (y-offset 0)
+         (mirror-action "squished-left"))
+       
+       (action
+         (name "collision-left")
+         (x-offset 3)
+         (y-offset 12)
+         (images "shared/mrrocket-collision.png"))
+
+       (action
+         (name "collision-right")
+         (x-offset 3)
+         (y-offset 12)
+         (mirror-action "squished-left")))
+   
+   (sprite (name "rocketexplosion")     
+       (action
+         (name "explosion-left")
+         (fps 15.0)
+         (x-offset 0)
+         (y-offset 32)
+         (images "shared/mrrocket-explosion.png"
+                 "shared/mrrocket-explosion-1.png"))
+       (action
+         (name "explosion-right")
+         (fps 15.0)
+         (x-offset 0)
+         (y-offset 32)
+         (mirror-action "explosion-left")))
    
    ; Dummyguy
    (sprite (name "dummyguy")
        (action
          (name "left")
+        (fps 6)
          (x-offset 0)
-         (y-offset 0)
-         (images "shared/dummyguy-walk-1.png"
-                 "shared/dummyguy-walk-2.png"))
+         (y-offset 40)
+         (images "shared/nolok/nolok_walk0.png"
+                "shared/nolok/nolok_walk1.png"
+                 "shared/nolok/nolok_walk2.png"
+                "shared/nolok/nolok_walk3.png"
+                "shared/nolok/nolok_walk4.png"))
 
        (action
          (name "right")
+        (fps 6)
          (x-offset 0)
-         (y-offset 0)
+         (y-offset 40)
          (mirror-action "left"))
          
        (action
          (name "stand")
          (x-offset 0)
-         (y-offset 0)
-         (images "shared/dummyguy-stand.png"))
+         (y-offset 40)
+         (images "shared/nolok/nolok_walk0.png"))
          
        (action
          (name "throw")
+        (fps 6)
          (x-offset 0)
-         (y-offset 0)
-         (images "shared/dummyguy-throw.png"))
+         (y-offset 40)
+         (images "shared/nolok/nolok_throw0.png"
+                "shared/nolok/nolok_throw1.png"))
 
        (action
          (name "jump")
          (x-offset 0)
-         (y-offset 0)
-         (images "shared/dummyguy-jump.png"))
+         (y-offset 40)
+         (images "shared/nolok/nolok_jump0.png"
+                "shared/nolok/nolok_jump1.png"
+                "shared/nolok/nolok_jump2.png"))
          
        (action
          (name "dead")
         (images "tilesets/brick1.png"))
   )
 
+  (sprite (name "infoblock")
+    (action
+      (name "default")
+      (images "tilesets/infoblock.png")
+    )
+  )
+
   (sprite (name "rock")
       (action
         (name "normal")
 
   (sprite (name "hatch")
        (action
-          (name "default")
+          (name "normal")
           (x-offset 0)
           (y-offset 0)
           (images "shared/hatch-1.png"))
                   "shared/hatch-5.png"
                   "shared/hatch-6.png"))
   )
+
+  (sprite (name "yeti")
+    (action
+      (name "normal")
+      (images "shared/yeti/yeti_b.png")
+    )
+  )
 )