Improved ice bullet using Benjamin's images
[supertux.git] / data / supertux.strf
index f3136e7..42ec2ed 100644 (file)
          (x-hotspot 12)
          (fps 20)
          (images "shared/icebullet-1.png"))
-
   ; Trampoline
   (sprite (name "trampoline-1")
          (x-hotspot 0)
 
   ; Door
   (sprite (name "door")
-          (y-hotspot 0)
+          (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 ;;