[Super-tux-commit] supertux/data/images supertux.strf,1.7,1.8
Brought to you by:
wkendrick
From: Ricardo C. <rm...@us...> - 2004-09-04 21:16:48
|
Update of /cvsroot/super-tux/supertux/data/images In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv23265a/data/images Modified Files: supertux.strf Log Message: Added the ducking entries for Benjamin's duck Tux body parts. Index: supertux.strf =================================================================== RCS file: /cvsroot/super-tux/supertux/data/images/supertux.strf,v retrieving revision 1.7 retrieving revision 1.8 diff -u -d -r1.7 -r1.8 --- supertux.strf 4 Sep 2004 14:58:54 -0000 1.7 +++ supertux.strf 4 Sep 2004 21:16:40 -0000 1.8 @@ -33,6 +33,12 @@ (images "shared/bigtux/arms-jump-0.png")) (action + (name "duck") + (x-offset 5) + (y-offset 62) + (images "shared/bigtux/arms-duck-0.png")) + + (action (name "skid") (x-offset 6) (y-offset 61) @@ -57,6 +63,12 @@ (y-offset 62) (images "shared/bigtux/arms-grab-0.png"))) + (action + (name "duck+grab") + (x-offset 5) + (y-offset 62) + (images "shared/bigtux/arms-duck+grab-0.png")) + ;; Big Tux Head (sprite (name "big-tux-head") @@ -82,6 +94,13 @@ (images "shared/bigtux/head-stand-0.png")) (action + (name "duck") + (fps 15.0) + (x-offset 5) + (y-offset 60) + (images "shared/bigtux/head-duck-0.png")) + + (action (name "skid") (x-offset 6) (y-offset 61) @@ -133,6 +152,13 @@ (images "shared/bigtux/body-stand-0.png")) (action + (name "duck") + (fps 15.0) + (x-offset 5) + (y-offset 60) + (images "shared/bigtux/body-duck-0.png")) + + (action (name "skid") (x-offset 6) (y-offset 61) @@ -180,6 +206,13 @@ (images "shared/bigtux/feet-jump-0.png")) (action + (name "duck") + (fps 15.0) + (x-offset 5) + (y-offset 60) + (images "shared/bigtux/feet-duck-0.png")) + + (action (name "skid") (x-offset 6) (y-offset 61) @@ -225,6 +258,13 @@ (images "shared/bigtux/head-fire-stand-0.png")) (action + (name "duck") + (fps 15.0) + (x-offset 5) + (y-offset 60) + (images "shared/bigtux/head-fire-stand-0.png")) + + (action (name "skid") (x-offset 6) (y-offset 61) |