more work on level1
[supertux.git] / data / images / supertux.strf
index eb0fae5..cd190ad 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")
 
   (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.png")
+    )
+  )
 )