- added 'falling' graphics, well, not really, but better than invisible
[supertux.git] / data / supertux.strf
index 4118145..29da5b2 100644 (file)
@@ -1,3 +1,4 @@
+;; -*- mode: scheme; -*-
 (supertux-resources
  ;; Small Tux Walk
  (sprite (name "smalltux-walk-left")
  ;; Small Tux Stand
  (sprite (name "smalltux-stand-left")
          (fps 15.0)
-         (x-hotspot 0)
+         (x-hotspot 5)
          (y-hotspot 9)
          (images "shared/smalltux-left-6.png"
                  ))
 
  (sprite (name "smalltux-stand-right")
          (fps 15.0)
-         (x-hotspot 0)
+         (x-hotspot 5)
          (y-hotspot 9)
          (images "shared/smalltux-right-6.png"))
 
  ;; Small Tux Jump
  (sprite (name "smalltux-jump-left")
          (fps 15.0)
-         (x-hotspot 0)
-         (y-hotspot 0)
+         (x-hotspot 5)
+         (y-hotspot 7)
          (images "shared/smalltux-jump-left.png"
                  ))
 
  (sprite (name "smalltux-jump-right")
          (fps 15.0)
-         (x-hotspot 0)
-         (y-hotspot 0)
+         (x-hotspot 5)
+         (y-hotspot 7)
          (images "shared/smalltux-jump-right.png"))
 
  (sprite (name "smalltux-gameover")
          (fps 10.0)
+         (x-hotspot 13)
+         (y-hotspot 6)
          (images "shared/smalltux-gameover-0.png"
                  "shared/smalltux-gameover-1.png"))
 
 
  (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-1.png"
                  "shared/mriceblock-right-2.png"
                  "shared/mriceblock-right-1.png"))
+
+ (sprite (name "mriceblock-falling-right")
+         (x-hotspot 2)
+         (y-hotspot 3)
+         (images "shared/mriceblock-flat-right.png"))
+
+ (sprite (name "mriceblock-falling-left")
+         (x-hotspot 2)
+         (y-hotspot 3)
+         (images "shared/mriceblock-flat-left.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 ;;