small forest map change
[supertux.git] / data / images / sprites.strf
index bbbc236..bf3bc02 100644 (file)
 
 
 ;; Bad Guys follow
- (sprite (name "spike")
-    (action
-      (name "north")
-      (images "creatures/spike/up.png")
-    )
-    (action
-      (name "south")
-      (images "creatures/spike/down.png")
-    )
-    (action
-      (name "west")
-      (images "creatures/spike/left.png")
-    )
-    (action
-      (name "east")
-      (images "creatures/spike/right.png")
-    )
- )
-
  ;; MrIceBlock
  (sprite (name "mriceblock")
     (action
          (y-offset -19)
          (mirror-action "squished-left")))
 
- (sprite (name "fluffy")
-       (action
-         (name "left")
-         (x-offset 2)
-         (y-offset 4)
-         (images "creatures/mr_fluffy/left-0.png"
-                 "creatures/mr_fluffy/left-1.png"
-                 "creatures/mr_fluffy/left-2.png"
-                 "creatures/mr_fluffy/left-1.png"))
-
-       (action
-         (name "right")
-         (x-offset 2)
-         (y-offset 4)
-         (mirror-action "left"))
-       (action
-         (name "squished-left")
-         (x-offset 1)
-         (y-offset -19)
-         (images "creatures/mr_fluffy/squished-left.png"))
-
-       (action
-         (name "squished-right")
-         (x-offset 1)
-         (y-offset -19)
-         (mirror-action "squished-left")))
-
      (sprite (name "jumpy")
        (action
          (name "left-up")
          (y-offset 32)
          (mirror-action "explosion-left")))
    
-   ; Dummyguy
-   (sprite (name "dummyguy")
-       (action
-         (name "left")
-        (fps 6)
-         (x-offset 0)
-         (y-offset 40)
-         (images "creatures/nolok/walk-0.png"
-                "creatures/nolok/walk-1.png"
-                 "creatures/nolok/walk-2.png"
-                "creatures/nolok/walk-3.png"
-                "creatures/nolok/walk-4.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 "creatures/nolok/walk-0.png"))
-         
-       (action
-         (name "throw")
-        (fps 6)
-         (x-offset 0)
-         (y-offset 40)
-         (images "creatures/nolok/throw-0.png"
-                "creatures/nolok/throw-1.png"))
-
-       (action
-         (name "jump")
-         (x-offset 0)
-         (y-offset 40)
-         (images "creatures/nolok/jump-0.png"
-                "creatures/nolok/jump-1.png"
-                "creatures/nolok/jump-2.png"))
-         
-       (action
-         (name "dead")
-         (x-offset 0)
-         (y-offset 0)
-         (images "creatures/dummyguy/dead.png")))
-
-
   ; MrTree  
   (sprite (name "mrtree")
       (action
                   "objects/hatch/hatch-5.png"))
   )
 
-  (sprite (name "yeti")
-    (action
-      (name "right")
-      (images "creatures/yeti/yeti_b.png")
-    )
-    (action
-      (name "left")
-      (mirror-action "right")
-    )
-  )
-
   (sprite
-    (name "red-potion")
+    (name "lightmap_light")
     (action
       (name "default")
-      (images "powerups/potions/red-potion.png")
-    )
-  )
-
-  (sprite
-    (name "blue-potion")
-    (action
-      (name "default")
-      (images "powerups/potions/blue-potion.png")
+      (images "effects/light_red.png")
     )
   )
   
       (name "default")
       (images "objects/keys/key_gold.png")
     )
-   (action
+    (action
       (name "display")
       (images "objects/keys/display_gold.png")
     )