From 6b8d50423f008c5ec27c3a0d0c649647a046d757 Mon Sep 17 00:00:00 2001 From: Ricardo Cruz Date: Thu, 9 Sep 2004 10:41:16 +0000 Subject: [PATCH] Fixed a few mistakes from the sprites files. SVN-Revision: 1886 --- data/images/supertux.strf | 62 +++++++++++++++++++++++++++++------------------ 1 file changed, 38 insertions(+), 24 deletions(-) diff --git a/data/images/supertux.strf b/data/images/supertux.strf index 80eaf52fd..e8762c6a2 100644 --- a/data/images/supertux.strf +++ b/data/images/supertux.strf @@ -84,13 +84,13 @@ (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 @@ -160,13 +160,13 @@ (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 @@ -223,6 +223,18 @@ (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) @@ -275,14 +287,16 @@ (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 @@ -333,14 +347,14 @@ (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 @@ -387,7 +401,7 @@ (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 @@ -395,7 +409,7 @@ (fps 1.0) (x-offset 6) (y-offset 31) - (mirror-action "idle-right")) + (mirror-action "idle-right"))) ;; Big Tux Body (sprite @@ -446,14 +460,14 @@ (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 @@ -486,14 +500,14 @@ (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 @@ -549,14 +563,14 @@ (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 @@ -587,13 +601,13 @@ (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 @@ -647,14 +661,14 @@ (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 @@ -699,14 +713,14 @@ (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 -- 2.11.0