small forest map change
[supertux.git] / data / images / sprites.strf
index 2703a26..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 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
        (action
          (name "falling")
          (x-offset 0)
-         (y-offset )
+         (y-offset 0)
          (images "creatures/kugelblitz/falling-0.png"
                  "creatures/kugelblitz/falling-1.png"
                  "creatures/kugelblitz/falling-2.png"))
          (y-offset 0)
          (images "creatures/kugelblitz/flying-0.png"
                  "creatures/kugelblitz/flying-1.png"
-                 "creatures/kugelblitz/flying-2.png"
-                "creatures/kugelblitz/flying-3.png"
-                "creatures/kugelblitz/flying-4.png"
-                "creatures/kugelblitz/flying-5.png"))
+                 "creatures/kugelblitz/flying-2.png"))
 
        (action
          (name "pop")
     (action
       (name "small")
       (y-offset 10) 
-      (images "tiles/worldmap/smalltux.png")
+      (images "worldmap/common/smalltux.png")
     )
     (action
       (name "large")
       (y-offset 10) 
-      (images "tiles/worldmap/tux.png")
+      (images "worldmap/common/tux.png")
     )
     (action
       (name "fire")
       (y-offset 10) 
-      (images "tiles/worldmap/firetux.png")
+      (images "worldmap/common/firetux.png")
     )
   )
 
                   "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")
+    )
   )
 )