Fixed a few mistakes from the sprites files.
authorRicardo Cruz <rick2@aeiou.pt>
Thu, 9 Sep 2004 10:41:16 +0000 (10:41 +0000)
committerRicardo Cruz <rick2@aeiou.pt>
Thu, 9 Sep 2004 10:41:16 +0000 (10:41 +0000)
SVN-Revision: 1886

data/images/supertux.strf

index 80eaf52..e8762c6 100644 (file)
          (name "grab-right")
          (x-offset 5)
          (y-offset 14)
-         (images "shared/bigtux/arms-grab-0.png")))
+         (images "shared/smalltux/arms-grab-0.png"))
 
        (action
          (name "grab-left")
          (x-offset 5)
          (y-offset 14)
-         (mirror-action "grab-right"))
+         (mirror-action "grab-right")))
 
 ;; Small Tux Body
  (sprite
          (name "kick-right")
          (x-offset 5)
          (y-offset 14)
-         (images "shared/smalltux/body-kick-0.png")))
+         (images "shared/smalltux/body-kick-0.png"))
 
        (action
          (name "kick-left")
          (x-offset 5)
          (y-offset 14)
-         (mirror-action "kick-right"))
+         (mirror-action "kick-right")))
 
 ; End of Small Tux sprite
 
          (mirror-action "jump-right"))
 
        (action
+         (name "duck-right")
+         (x-offset 5)
+         (y-offset 62)
+         (images "shared/bigtux/arms-duck-0.png"))
+
+       (action
+         (name "duck-left")
+         (x-offset 5)
+         (y-offset 62)
+         (mirror-action "duck-right"))
+
+       (action
          (name "skid-right")
          (x-offset 6)
          (y-offset 31)
        (action
          (name "duck+grab-right")
          (x-offset 5)
-         (y-offset 32)
-         (images "shared/bigtux/arms-duck+grab-0.png")))
+         (y-offset 62)
+         (z-order 2)
+         (images "shared/bigtux/arms-duck+grab-0.png"))
 
        (action
          (name "duck+grab-left")
          (x-offset 5)
-         (y-offset 32)
-         (mirror-action "grab-right"))
+         (y-offset 62)
+         (z-order 2)
+         (mirror-action "duck+grab-right")))
 
 ;; Big Tux Head
  (sprite
          (name "duck-right")
          (fps 15.0)
          (x-offset 5)
-         (y-offset 30)
+         (y-offset 62)
          (images "shared/bigtux/head-duck-0.png"))
 
        (action
          (name "duck-left")
          (fps 15.0)
          (x-offset 5)
-         (y-offset 30)
+         (y-offset 62)
          (mirror-action "duck-right"))
 
        (action
          (x-offset 6)
          (y-offset 31)
          (images "shared/bigtux/head-idle-blink-0.png"
-                 "shared/bigtux/head-idle-blink-1.png")))
+                 "shared/bigtux/head-idle-blink-1.png"))
 
 
        (action
          (fps 1.0)
          (x-offset 6)
          (y-offset 31)
-         (mirror-action "idle-right"))
+         (mirror-action "idle-right")))
 
 ;; Big Tux Body
  (sprite
          (name "duck-right")
          (fps 15.0)
          (x-offset 5)
-         (y-offset 30)
+         (y-offset 62)
          (images "shared/bigtux/body-duck-0.png"))
 
        (action
          (name "duck-left")
          (fps 15.0)
          (x-offset 5)
-         (y-offset 30)
+         (y-offset 62)
          (mirror-action "duck-right"))
 
        (action
          (name "buttjump-right")
          (x-offset 5)
          (y-offset 32)
-         (images "shared/bigtux/body-stand-0.png")))
+         (images "shared/bigtux/body-stand-0.png"))
 
        (action
          (name "buttjump-left")
          (fps 15.0)
          (x-offset 5)
          (y-offset 32)
-         (mirror-action "buttjump-right"))
+         (mirror-action "buttjump-right")))
 
 ;; Big Tux Feet
  (sprite
          (name "duck-right")
          (fps 15.0)
          (x-offset 5)
-         (y-offset 30)
+         (y-offset 62)
          (images "shared/bigtux/feet-duck-0.png"))
 
        (action
          (name "duck-left")
          (fps 15.0)
          (x-offset 5)
-         (y-offset 30)
+         (y-offset 62)
          (mirror-action "duck-right"))
 
        (action
          (name "buttjump-right")
          (x-offset 5)
          (y-offset 32)
-         (images "shared/bigtux/feet-buttjump-0.png")))
+         (images "shared/bigtux/feet-buttjump-0.png"))
 
        (action
          (name "buttjump-left")
          (x-offset 5)
          (y-offset 32)
-         (mirror-action "buttjump-right"))
+         (mirror-action "buttjump-right")))
 
 ; End of Big Tux (no power) sprite
 
          (name "duck-right")
          (fps 15.0)
          (x-offset 5)
-         (y-offset 30)
+         (y-offset 62)
          (images "shared/bigtux/head-fire-stand-0.png"))
 
        (action
          (name "duck-left")
          (fps 15.0)
          (x-offset 5)
-         (y-offset 30)
+         (y-offset 62)
          (mirror-action "duck-right"))
 
        (action
          (x-offset 6)
          (y-offset 31)
          (images "shared/bigtux/head-idle-blink-0.png"
-                 "shared/bigtux/head-idle-blink-1.png")))
+                 "shared/bigtux/head-idle-blink-1.png"))
 
        (action
          (name "idle-left")
          (fps 1.0)
          (x-offset 6)
          (y-offset 31)
-         (mirror-action "idle-right"))
+         (mirror-action "idle-right")))
 
 ; End of Big Fire Tux sprite