more work on level1
[supertux.git] / data / images / supertux.strf
index 34d73e8..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")
                   "shared/hatch-5.png"
                   "shared/hatch-6.png"))
   )
+
+  (sprite (name "yeti")
+    (action
+      (name "normal")
+      (images "shared/yeti/yeti.png")
+    )
+  )
 )