small forest map change
[supertux.git] / data / images / sprites.strf
index fb396a4..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")
+  (sprite
+    (name "lightmap_light")
     (action
-      (name "right")
-      (images "creatures/yeti/yeti_b.png")
+      (name "default")
+      (images "effects/light_red.png")
     )
+  )
+  
+  (sprite
+    (name "eat-me")
     (action
-      (name "left")
-      (mirror-action "right")
+      (name "default")
+      (images "tiles/doodads/platter.png")
     )
   )
+  (sprite
+    (name "key-brass")
+    (action
+      (name "default")
+      (images "objects/keys/key_brass.png")
+    )
+   (action
+      (name "display")
+      (images "objects/keys/display_brass.png")
+    )
+   (action
+      (name "outline")
+      (images "objects/keys/outline_brass.png")
+    )
 
+  )
   (sprite
-    (name "red-potion")
+    (name "key-iron")
     (action
       (name "default")
-      (images "powerups/potions/red-potion.png")
+      (images "objects/keys/key_iron.png")
+    )
+   (action
+      (name "display")
+      (images "objects/keys/display_iron.png")
+    )
+    (action
+      (name "outline")
+      (images "objects/keys/outline_iron.png")
     )
   )
-
   (sprite
-    (name "blue-potion")
+    (name "key-bronze")
     (action
       (name "default")
-      (images "powerups/potions/blue-potion.png")
+      (images "objects/keys/key_bronze.png")
+    )
+   (action
+      (name "display")
+      (images "objects/keys/display_bronze.png")
+    )
+    (action
+      (name "outline")
+      (images "objects/keys/outline_bronze.png")
     )
   )
-  
   (sprite
-    (name "eat-me")
+    (name "key-silver")
     (action
       (name "default")
-      (images "tiles/doodads/platter.png")
+      (images "objects/keys/key_silver.png")
+    )
+   (action
+      (name "display")
+      (images "objects/keys/display_silver.png")
+    )
+    (action
+      (name "outline")
+      (images "objects/keys/outline_silver.png")
     )
   )
-    (sprite
-    (name "gold-key")
+  (sprite
+    (name "key-gold")
     (action
       (name "default")
       (images "objects/keys/key_gold.png")
     )
+    (action
+      (name "display")
+      (images "objects/keys/display_gold.png")
+    )
+    (action
+      (name "outline")
+      (images "objects/keys/outline_gold.png")
+    )
   )
 )