[Super-tux-commit] supertux/data/images supertux.strf,1.27,1.28
Brought to you by:
wkendrick
From: Marek M. <wa...@us...> - 2004-11-25 14:38:17
|
Update of /cvsroot/super-tux/supertux/data/images In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv9380/data/images Modified Files: supertux.strf Log Message: fixed a couple of nolok's minor bugs Index: supertux.strf =================================================================== RCS file: /cvsroot/super-tux/supertux/data/images/supertux.strf,v retrieving revision 1.27 retrieving revision 1.28 diff -u -d -r1.27 -r1.28 --- supertux.strf 25 Nov 2004 13:19:36 -0000 1.27 +++ supertux.strf 25 Nov 2004 14:38:00 -0000 1.28 @@ -1126,38 +1126,38 @@ (action (name "left") (x-offset 0) - (y-offset 32) + (y-offset 0) (images "shared/dummyguy-walk-1.png" "shared/dummyguy-walk-2.png")) (action (name "right") (x-offset 0) - (y-offset 32) + (y-offset 0) (mirror-action "left")) (action (name "stand") (x-offset 0) - (y-offset 32) + (y-offset 0) (images "shared/dummyguy-stand.png")) (action (name "throw") (x-offset 0) - (y-offset 32) + (y-offset 0) (images "shared/dummyguy-throw.png")) (action (name "jump") (x-offset 0) - (y-offset 32) + (y-offset 0) (images "shared/dummyguy-jump.png")) (action (name "dead") (x-offset 0) - (y-offset 32) + (y-offset 0) (images "shared/dummyguy-dead.png"))) |