added badguy Nolok_01, as he may appear as the boss of world 1 (still very basic).
[supertux.git] / data / images / supertux.strf
index e6a892b..f689b05 100644 (file)
 
 
 ;; Bad Guys follow
+ (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")
           (x-offset 0)
           (y-offset 0)
           (images "shared/walkingtree-left-small-1.png")))
+          
+   ; Dummyguy
+   (sprite (name "dummyguy")
+       (action
+         (name "left")
+         (x-offset 0)
+         (y-offset 32)
+         (images "shared/dummyguy-walk-1.png"
+                 "shared/dummyguy-walk-2.png"))
+
+       (action
+         (name "right")
+         (x-offset 0)
+         (y-offset 32)
+         (mirror-action "left"))
+         
+       (action
+         (name "stand")
+         (x-offset 0)
+         (y-offset 32)
+         (images "shared/dummyguy-stand.png"))
+         
+       (action
+         (name "throw")
+         (x-offset 0)
+         (y-offset 32)
+         (images "shared/dummyguy-throw.png"))
+
+       (action
+         (name "jump")
+         (x-offset 0)
+         (y-offset 32)
+         (images "shared/dummyguy-jump.png"))
+         
+       (action
+         (name "dead")
+         (x-offset 0)
+         (y-offset 32)
+         (images "shared/dummyguy-dead.png")))
+
 
+         
 ;; Game elements follow
           
  (sprite (name "egg")