Improved ice bullet using Benjamin's images
[supertux.git] / data / supertux.strf
index 1c8a013..42ec2ed 100644 (file)
                  "shared/largetux-star-2.png"
                  ))
 
+  ;; Growing Tux animation
+ (sprite (name "tux-grow-left")
+         (fps 4.0)
+         (x-hotspot 6)
+         (y-hotspot 2)
+         (images "shared/tux-grow-left-1.png"
+                 "shared/tux-grow-left-2.png"
+                 "shared/tux-grow-left-3.png"
+                 "shared/tux-grow-left-4.png"
+                 "shared/tux-grow-left-5.png"
+                 "shared/tux-grow-left-6.png"
+                 "shared/tux-grow-left-7.png"))
+
+ (sprite (name "tux-grow-right")
+         (fps 4.0)
+         (x-hotspot 6)
+         (y-hotspot 2)
+         (images "shared/tux-grow-right-1.png"
+                 "shared/tux-grow-right-2.png"
+                 "shared/tux-grow-right-3.png"
+                 "shared/tux-grow-right-4.png"
+                 "shared/tux-grow-right-5.png"
+                 "shared/tux-grow-right-6.png"
+                 "shared/tux-grow-right-7.png"))
+
  ;; Icetux
  (sprite (name "icetux-walk-left")
          (x-hotspot 6)
          (x-hotspot 12)
          (fps 20)
          (images "shared/icebullet-1.png"))
-
   ; Trampoline
   (sprite (name "trampoline-1")
          (x-hotspot 0)
-         (x-hotspot 0)
+         (y-hotspot 0)
          (images "shared/trampoline-1.png"))
  (sprite (name "trampoline-2")
          (x-hotspot 0)
-         (x-hotspot 0)
+         (y-hotspot 0)
          (images "shared/trampoline-2.png"))
  (sprite (name "trampoline-3")
          (x-hotspot 0)
-         (x-hotspot 0)
+         (y-hotspot 0)
          (images "shared/trampoline-3.png"))
  (sprite (name "trampoline-4")
          (x-hotspot 0)
-         (x-hotspot 0)
+         (y-hotspot 0)
          (images "shared/trampoline-4.png"))
 
-  ; Flying platforms
+  ; Flying platform
   (sprite (name "flying_platform")
          (x-hotspot 0)
-         (x-hotspot 0)
-         (images "shared/flying_platform-1.png"))
-
- )
+         (y-hotspot 0)
+         (images "shared/flying_platform-1.png"
+                 "shared/flying_platform-2.png"
+                 "shared/flying_platform-3.png"
+                 "shared/flying_platform-4.png"))
+
+  ; Wingling
+  (sprite (name "wingling-left")
+          (x-hotspot 0)
+          (y-hotspot 0)
+          (images "shared/wingling-1.png"))
+
+  ; Walkingtree
+  (sprite (name "walkingtree-left")
+          (x-hotspot 0)
+          (y-hotspot 0)
+          (images "shared/walkingtree-left-1.png"))
+  (sprite (name "walkingtree-left-small")
+          (x-hotspot 0)
+          (y-hotspot 0)
+          (images "shared/walkingtree-left-small-1.png"))
+
+  ; Door
+  (sprite (name "door")
+          (x-hotspot 0)
+          (y-hotspot 0)
+          (images "shared/door.png")
+  )
+  
+  ; Stomp
+  (sprite (name "stomp")
+          (x-hotspot 0)
+          (y-hotspot 0)
+          (images "shared/stomp.png")
+  )
+)
 
 ;; EOF ;;