<MatzeB> -adds a workaround for the disappearing eggs (they're just not removed anymo...
[supertux.git] / data / supertux.strf
index ca35d3a..e725de6 100644 (file)
@@ -1,3 +1,4 @@
+;; -*- mode: scheme; -*-
 (supertux-resources
  ;; Small Tux Walk
  (sprite (name "smalltux-walk-left")
 
  (sprite (name "largetux-duck-left")
          (x-hotspot 6)
-         (y-hotspot 2)
+         (y-hotspot 6)
          (images "shared/tux-duck-left.png"))
  (sprite (name "largetux-duck-right")
          (x-hotspot 6)
 
  (sprite (name "firetux-duck-left")
          (x-hotspot 6)
-         (y-hotspot 2)
+         (y-hotspot 6)
          (images "shared/tux-duck-left.png"))
  (sprite (name "firetux-duck-right")
          (x-hotspot 6)
          (images "shared/firetux-grab-right-0.png"))
 
  ;; Laptop
- (sprite (name "laptop-left")
+ (sprite (name "mriceblock-left")
          (x-hotspot 2)
          (y-hotspot 3)
          (images "shared/mriceblock-left-0.png"
                  "shared/mriceblock-left-2.png"
                  "shared/mriceblock-left-1.png"))
 
- (sprite (name "laptop-right")
+ (sprite (name "mriceblock-right")
          (x-hotspot 2)
          (y-hotspot 3)
          (images "shared/mriceblock-right-0.png"
                  "shared/mriceblock-right-2.png"
                  "shared/mriceblock-right-1.png"))
  
- (sprite (name "laptop-flat-left")
+ (sprite (name "mriceblock-flat-left")
          (x-hotspot 2)
          (y-hotspot 3)
          (images "shared/mriceblock-flat-left.png"))
 
- (sprite (name "laptop-flat-right")
+ (sprite (name "mriceblock-flat-right")
          (x-hotspot 2)
          (y-hotspot 3)
          (images "shared/mriceblock-flat-right.png"))
 
-                                        ; (sprite (name "laptop-falling-left")
-                                        ;         (images "shared/laptop-falling-left.png"))
+                                        ; (sprite (name "mriceblock-falling-left")
+                                        ;         (images "shared/mriceblock-falling-left.png"))
 
-                                        ; (sprite (name "laptop-falling-right")
-                                        ;         (images "shared/laptop-falling-right.png"))
+                                        ; (sprite (name "mriceblock-falling-right")
+                                        ;         (images "shared/mriceblock-falling-right.png"))
 
  (sprite (name "snowball-squished-left")
          (x-hotspot 1)
                  "shared/iceflower-3.png"
                  "shared/iceflower-2.png"
                  "shared/iceflower-1.png"))
+
+ (sprite (name "bullet")
+         (x-hotspot 12)
+         (x-hotspot 12)
+         (fps 20)
+         (images "shared/bullet-1.png"
+                 "shared/bullet-2.png"
+                 "shared/bullet-3.png"
+                 "shared/bullet-4.png"))
  )
 
 ;; EOF ;;