- gave spike the spike property
[supertux.git] / data / supertux.strf
index 72925d1..b2dac90 100644 (file)
          (x-hotspot 7)
          (y-hotspot 8)
          (images "shared/jumpy-left-middle-0.png"))
+ (sprite (name "jumpy-left-iced")
+         (x-hotspot 7)
+         (y-hotspot 8)
+         (images "shared/jumpy-iced-left-up-0.png"))
 
  (sprite (name "mrbomb-left")
          (fps 10.0)
                  "shared/mrbomb-right-1.png"
                  "shared/mrbomb-right-2.png"
                  "shared/mrbomb-right-3.png"))
+ (sprite (name "mrbomb-iced-left")
+         (x-hotspot 3)
+         (y-hotspot 12)
+         (images "shared/mrbomb-iced-left-0.png"))
+
+ (sprite (name "mrbomb-iced-right")
+         (x-hotspot 7)
+         (y-hotspot 12)
+         (images "shared/mrbomb-iced-right-0.png"))
  
 
  (sprite (name "mrbomb-ticking-left")
          (y-hotspot 11)
          (images "shared/fish-down-0.png"))
 
+ (sprite (name "fish-iced")
+         (x-hotspot 2)
+         (y-hotspot 3)
+         (images "shared/fish-iced-left-0.png"))
+
+ (sprite (name "fish-iced-down")
+         (x-hotspot 2)
+         (y-hotspot 11)
+         (images "shared/fish-iced-down-0.png"))
+
  (sprite (name "bouncingsnowball-left")
          (x-hotspot 1)
          (y-hotspot 0)
          (images "shared/spiky-right-0.png"
                  "shared/spiky-right-1.png"
                  "shared/spiky-right-2.png"))
+ (sprite (name "spiky-iced-left")
+         (x-hotspot 6)
+         (y-hotspot 10)
+         (images "shared/spiky-iced-left-0.png"))
+ (sprite (name "spiky-iced-right")
+         (x-hotspot 6)
+         (y-hotspot 10)
+         (images "shared/spiky-iced-right-0.png"))
 
  (sprite (name "snowball-left")
          (x-hotspot 2)
          (x-hotspot 12)
          (fps 20)
          (images "shared/icebullet-1.png"))
+
+  ; Trampoline
+  (sprite (name "trampoline-1")
+         (x-hotspot 0)
+         (x-hotspot 0)
+         (images "shared/trampoline-1.png"))
+ (sprite (name "trampoline-2")
+         (x-hotspot 0)
+         (x-hotspot 0)
+         (images "shared/trampoline-2.png"))
+ (sprite (name "trampoline-3")
+         (x-hotspot 0)
+         (x-hotspot 0)
+         (images "shared/trampoline-3.png"))
+ (sprite (name "trampoline-4")
+         (x-hotspot 0)
+         (x-hotspot 0)
+         (images "shared/trampoline-4.png"))
+
  )
 
 ;; EOF ;;