Added a flat Mr. Ice Block.
[supertux.git] / data / supertux.strf
index 2118e76..6a97e7c 100644 (file)
                  "shared/mriceblock-right-1.png"))
   
   (sprite (name "laptop-flat-left")
-          (images "shared/laptop-flat-left.png"))
+          (images "shared/mriceblock-flat-left.png"))
 
   (sprite (name "laptop-flat-right")
-          (images "shared/laptop-flat-right.png"))
+          (images "shared/mriceblock-flat-right.png"))
 
   (sprite (name "laptop-falling-left")
           (images "shared/laptop-falling-left.png"))
                   "shared/snowball-right-2.png"
                   "shared/snowball-right-1.png"))
 
-  )
+
+  (sprite (name "largetux-walk-left")
+          (x-hotspot 6)
+          (y-hotspot 2)
+          (images "shared/largetux-walk-left-0.png"
+                  "shared/largetux-walk-left-1.png"
+                  "shared/largetux-walk-left-2.png"
+                  "shared/largetux-walk-left-3.png"
+                  "shared/largetux-walk-left-4.png"
+                  "shared/largetux-walk-left-5.png"))
+
+  (sprite (name "largetux-walk-right")
+          (x-hotspot 6)
+          (y-hotspot 2)
+          (images "shared/largetux-walk-right-0.png"
+                  "shared/largetux-walk-right-1.png"
+                  "shared/largetux-walk-right-2.png"
+                  "shared/largetux-walk-right-3.png"
+                  "shared/largetux-walk-right-4.png"
+                  "shared/largetux-walk-right-5.png"))
+
+  (sprite (name "largetux-jump-left")
+          (x-hotspot 9)
+          (y-hotspot 2)
+          (images "shared/largetux-jump-left-0.png"))
+  (sprite (name "largetux-jump-right")
+          (x-hotspot 9)
+          (y-hotspot 2)
+          (images "shared/largetux-jump-right-0.png"))
+
+
+  (sprite (name "largetux-duck-left")
+          (x-hotspot 6)
+          (y-hotspot 2)
+          (images "shared/tux-duck-left.png"))
+  (sprite (name "largetux-duck-right")
+          (x-hotspot 6)
+          (y-hotspot 6)
+          (images "shared/tux-duck-right.png"))
+)
 
 ;; EOF ;;