bonusblock is a sprite and not a tile in the new design. Renamend messagebox.png...
[supertux.git] / data / images / supertux.strf
index e7be816..308af99 100644 (file)
          (name "skid-right")
          (x-offset 6)
          (y-offset 31)
-         (images "shared/bigtux/head-skid-0.png"))
+         (images "shared/bigtux/head-fire-skid-0.png"))
 
        (action
          (name "skid-left")
 
 
 ;; Bad Guys follow
-
- ;; Laptop
+ (sprite (name "spike")
+    (action
+      (name "north")
+      (images "tilesets/spike_up.png")
+    )
+    (action
+      (name "south")
+      (images "tilesets/spike_down.png")
+    )
+    (action
+      (name "west")
+      (images "tilesets/spike_left.png")
+    )
+    (action
+      (name "east")
+      (images "tilesets/spike_right.png")
+    )
+ )
+
+ ;; MrIceBlock
  (sprite (name "mriceblock")
-       (action
+    (action
          (name "left")
          (x-offset 2)
          (y-offset 3)
                  "shared/mriceblock-left-2.png"
                  "shared/mriceblock-left-1.png"))
 
- (action (name "right")
   (action (name "right")
          (x-offset 2)
          (y-offset 3)
          (mirror-action "left"))
 
(action (name "falling-right")
   (action (name "falling-left")
          (x-offset 2)
          (y-offset 3)
-         (images "shared/mriceblock-flat-right.png"))
+         (images "shared/mriceblock-flat-left.png"))
 
(action (name "falling-left")
   (action (name "falling-right")
          (x-offset 2)
          (y-offset 3)
-         (images "shared/mriceblock-flat-left.png"))
+         (mirror-action "falling-left"))
  
- (action (name "flat-left")
   (action (name "flat-left")
          (x-offset 2)
          (y-offset 3)
          (images "shared/mriceblock-flat-left.png"))
 
- (action (name "flat-right")
   (action (name "flat-right")
          (x-offset 2)
          (y-offset 3)
          (mirror-action "falling-left")))
          (y-offset 8)
          (images "shared/jumpy-left-up-0.png"))
        (action
+         (name "right-up")
+         (x-offset 7)
+         (y-offset 8)
+         (mirror-action "left-up"))
+       (action
          (name "left-down")
          (x-offset 7)
          (y-offset 8)
          (images "shared/jumpy-left-down-0.png"))
        (action
+         (name "right-down")
+         (x-offset 7)
+         (y-offset 8)
+         (mirror-action "left-down"))
+       (action
          (name "left-middle")
          (x-offset 7)
          (y-offset 8)
          (images "shared/jumpy-left-middle-0.png"))
        (action
+         (name "right-middle")
+         (x-offset 7)
+         (y-offset 8)
+         (mirror-action "left-middle"))
+       (action
          (name "left-iced")
          (x-offset 7)
          (y-offset 8)
-         (images "shared/jumpy-iced-left-up-0.png")))
+         (images "shared/jumpy-iced-left-up-0.png"))
+       (action
+         (name "right-iced")
+         (x-offset 7)
+         (y-offset 8)
+         (mirror-action "left-iced")))
 
      (sprite (name "mrbomb")
        (action
          (y-offset 0)
          (images "shared/stalactite.png"))
        (action
-         (name "broken")
+         (name "squished")
          (x-offset 0)
          (y-offset 16)
          (images "shared/stalactite-broken.png")))
 
  (sprite (name "flyingsnowball")
        (action
-         (name "normal")
+         (name "left")
          (x-offset 4)
          (y-offset 3)
          (images "shared/flyingsnowball-left-0.png"
                  "shared/flyingsnowball-left-1.png"))
+       (action
+         (name "right")
+         (x-offset 4)
+         (y-offset 3)
+         (mirror-action "left"))
 
        (action
-         (name "squished")
+         (name "squished-left")
          (x-offset 4)
          (y-offset -12)
-         (images "shared/flyingsnowball-squished-left.png")))
+         (images "shared/flyingsnowball-squished-left.png"))
+       (action
+         (name "squished-right")
+         (x-offset 4)
+         (y-offset -12)
+         (mirror-action "squished-left")))
 
  (sprite (name "spiky")
        (action
          (x-offset 6)
          (y-offset 10)
          (mirror-action "iced-left")))
-
-  ; Wingling
-  (sprite (name "wingling")
+        
+  ; Dispenser
+  (sprite (name "dispenser")
        (action
-         (name "left")
+          (name "dropper")
           (x-offset 0)
           (y-offset 0)
-          (images "shared/wingling-1.png")))
-
-  ; Walkingtree
-  (sprite (name "walkingtree")
+          (images "shared/dispenser-dropper.png"))
        (action
-         (name "left")
+          (name "working-left")
           (x-offset 0)
           (y-offset 0)
-          (images "shared/walkingtree-left-1.png"))
+          (images "shared/dispenser-working.png"))
        (action
-          (name "left-small")
+          (name "broken-left")
           (x-offset 0)
           (y-offset 0)
-          (images "shared/walkingtree-left-small-1.png")))
+          (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)
+          (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 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 40)
+         (mirror-action "left"))
+         
+       (action
+         (name "stand")
+         (x-offset 0)
+         (y-offset 40)
+         (images "shared/nolok/nolok_walk0.png"))
+         
+       (action
+         (name "throw")
+        (fps 6)
+         (x-offset 0)
+         (y-offset 40)
+         (images "shared/nolok/nolok_throw0.png"
+                "shared/nolok/nolok_throw1.png"))
+
+       (action
+         (name "jump")
+         (x-offset 0)
+         (y-offset 40)
+         (images "shared/nolok/nolok_jump0.png"
+                "shared/nolok/nolok_jump1.png"
+                "shared/nolok/nolok_jump2.png"))
+         
+       (action
+         (name "dead")
+         (x-offset 0)
+         (y-offset 0)
+         (images "shared/dummyguy-dead.png")))
+
+
+  ; MrTree  
+  (sprite (name "mrtree")
+      (action
+        (y-offset -3)
+        (fps 5)
+        (name "left")
+        (images "shared/mrtree-walk-left-0.png"
+                "shared/mrtree-walk-left-1.png"
+                "shared/mrtree-walk-left-2.png")
+      )
+      (action
+        (y-offset -3)
+        (fps 5)
+        (name "right")
+        (mirror-action "left")
+      )
+      (action
+        (y-offset -3)
+        (name "small-left")
+        (images "shared/mrtree-small-left-0.png"
+                "shared/mrtree-small-left-1.png"
+                "shared/mrtree-small-left-2.png")
+      )
+      (action
+        (y-offset -3)
+        (name "small-right")
+        (mirror-action "small-left")
+      )
+      (action
+        (y-offset -6)
+        (name "squished-left")
+        (images "shared/mrtree-squished-left.png")
+      )
+      (action
+        (y-offset -6)
+        (name "squished-right")
+        (mirror-action "squished-left")
+      )
+  )
+
+ ; PoisonIvy
+ (sprite (name "poisonivy")
+       (action
+         (name "left")
+         (x-offset 2)
+         (y-offset 4)
+         (images "shared/poisonivy-left-0.png"
+                 "shared/poisonivy-left-1.png"
+                 "shared/poisonivy-left-2.png"))
+
+       (action
+         (name "right")
+         (x-offset 2)
+         (y-offset 4)
+         (mirror-action "left"))
+       (action
+         (name "squished-left")
+         (x-offset 1)
+         (y-offset -19)
+         (images "shared/poisonivy-squished-left.png"))
+
+       (action
+         (name "squished-right")
+         (x-offset 1)
+         (y-offset -19)
+         (mirror-action "squished-left")))
+
+         
+;; Game elements follow
+          
  (sprite (name "egg")
        (action
          (images "shared/egg.png")))
          (x-offset 12)
          (fps 20)
          (images "shared/icebullet-1.png")))
+
+;; Game Objects follow
+
   ; Trampoline
   (sprite (name "trampoline")
        (action
   ; Door
   (sprite (name "door")
        (action
+          (name "normal")
           (x-offset 0)
-          (y-offset 64)
-          (images "shared/door-1.png")
-  ))
-;   (sprite (name "openingdoor")
-;        (action
-;           (x-offset 0)
-;           (y-offset 64)
-;           (images "shared/door-1.png"
-;         "shared/door-2.png"
-;         "shared/door-3.png"
-;         "shared/door-4.png"
-;         "shared/door-5.png"
-;         "shared/door-6.png"
-;         "shared/door-7.png"
-;         "shared/door-8.png"
-;         "shared/door-8.png"
-;         "shared/door-7.png"
-;         "shared/door-6.png"
-;         "shared/door-5.png"
-;         "shared/door-4.png"
-;         "shared/door-3.png"
-;         "shared/door-2.png"
-;         "shared/door-1.png")
-;   ))
-  
+          (y-offset 0)
+          (images "shared/door-1.png"))
+       (action
+          (name "open")
+          (x-offset 0)
+          (y-offset 0)
+          (images "shared/door-1.png"
+                  "shared/door-2.png"
+                  "shared/door-3.png"
+                  "shared/door-4.png"
+                  "shared/door-5.png"
+                  "shared/door-6.png"
+                  "shared/door-7.png"
+                  "shared/door-8.png"
+                  "shared/door-7.png"
+                  "shared/door-6.png"
+                  "shared/door-5.png"
+                  "shared/door-4.png"
+                  "shared/door-3.png"
+                  "shared/door-2.png"
+                  "shared/door-1.png"))
+  )
+
+  ; coin
+  (sprite (name "coin")
+      (action 
+          (name "normal")
+          (images "tilesets/coin-1.png"
+                  "tilesets/coin-2.png"
+                  "tilesets/coin-3.png"
+                  "tilesets/coin-4.png"
+                  "tilesets/coin-5.png"
+                  "tilesets/coin-6.png"
+                  "tilesets/coin-7.png"
+                  "tilesets/coin-8.png"))
+      (action
+          (name "still")
+          (images "tilesets/coin-1.png"))
+  )
+
+  (sprite (name "bonusblock")
+      (action
+         (fps 15)
+         (name "normal")
+         (images "tilesets/bonus2-1.png"
+                 "tilesets/bonus2-2.png"
+                 "tilesets/bonus2-3.png"
+                 "tilesets/bonus2-4.png"
+                 "tilesets/bonus2-5.png"
+                 "tilesets/bonus2-3.png"
+                 "tilesets/bonus2-2.png"
+                 "tilesets/bonus2-1.png"
+                 "tilesets/bonus2-1.png"
+                 "tilesets/bonus2-1.png"
+                 ))
+      (action
+         (name "empty")
+         (images "tilesets/bonus2-d.png"))
+  )
+
+  (sprite (name "brick")
+      (action 
+        (name "empty")
+        (images "tilesets/bonus2-d.png"))
+      (action 
+        (name "normal")
+        (images "tilesets/brick0.png"))
+  )
+
+  (sprite (name "icedbrick")
+      (action 
+        (name "empty")
+        (images "tilesets/bonus2-d.png"))
+      (action 
+        (name "normal")
+        (images "tilesets/brick1.png"))
+  )
+
+  (sprite (name "infoblock")
+    (action
+      (name "default")
+      (images "tilesets/infoblock.png")
+    )
+  )
+
+  (sprite (name "rock")
+      (action
+        (name "normal")
+        (images "tilesets/block11.png"))
+  )
+
+  (sprite (name "invisibleblock")
+      (action
+        (name "empty")
+        (images "tilesets/bonus2-d.png"))
+  )                                        
+
   ; Stomp
   (sprite (name "stomp")
        (action
           (y-offset 0)
           (images "shared/stomp.png")
   ))
-)
 
-;; EOF ;;
+  (sprite (name "bell")
+       (action
+          (name "normal")
+          (x-offset 0)
+          (y-offset 0)
+          (images "shared/bell/bell-m.png")
+       )
+       (action
+         (name "ringing")
+         (images "shared/bell/bell-l.png"
+           "shared/bell/bell-m.png"
+           "shared/bell/bell-r.png"
+           "shared/bell/bell-m.png"
+         )
+       )
+  )
+  
+  (sprite (name "unstable_tile")
+    (action
+      (images "shared/unstable_tile.png"))
+  )
+
+  (sprite (name "worldmaptux")
+    (action
+      (name "small")
+      (y-offset 10) 
+      (images "worldmap/smalltux.png")
+    )
+    (action
+      (name "large")
+      (y-offset 10) 
+      (images "worldmap/tux.png")
+    )
+    (action
+      (name "fire")
+      (y-offset 10) 
+      (images "worldmap/firetux.png")
+    )
+  )
+
+  (sprite (name "hatch")
+       (action
+          (name "normal")
+          (x-offset 0)
+          (y-offset 0)
+          (images "shared/hatch-1.png"))
+       (action
+          (name "open")
+          (x-offset 0)
+          (y-offset 0)
+          (images "shared/hatch-1.png"
+                  "shared/hatch-2.png"
+                  "shared/hatch-3.png"
+                  "shared/hatch-4.png"
+                  "shared/hatch-5.png"
+                  "shared/hatch-6.png"))
+  )
+
+  (sprite (name "yeti")
+    (action
+      (name "normal")
+      (images "shared/yeti/yeti_b.png")
+    )
+  )
+)