[Super-tux-commit] supertux/data/images supertux.strf,1.14,1.15
Brought to you by:
wkendrick
From: Ricardo C. <rm...@us...> - 2004-09-11 13:32:15
|
Update of /cvsroot/super-tux/supertux/data/images In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv9126/data/images Modified Files: supertux.strf Log Message: Arms should be drawn above enemies when grabbing. Index: supertux.strf =================================================================== RCS file: /cvsroot/super-tux/supertux/data/images/supertux.strf,v retrieving revision 1.14 retrieving revision 1.15 diff -u -d -r1.14 -r1.15 --- supertux.strf 9 Sep 2004 21:02:23 -0000 1.14 +++ supertux.strf 11 Sep 2004 13:32:04 -0000 1.15 @@ -278,12 +278,14 @@ (name "grab-right") (x-offset 5) (y-offset 32) + (z-order 2) (images "shared/bigtux/arms-grab-0.png")) (action (name "grab-left") (x-offset 5) (y-offset 32) + (z-order 2) (mirror-action "grab-right")) (action |