[Super-tux-commit] supertux/data/images supertux.strf,1.12,1.13
Brought to you by:
wkendrick
From: Ricardo C. <rm...@us...> - 2004-09-09 10:45:50
|
Update of /cvsroot/super-tux/supertux/data/images In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv16404/data/images Modified Files: supertux.strf Log Message: Fixed z-order on smalltux grabbing ice block. Index: supertux.strf =================================================================== RCS file: /cvsroot/super-tux/supertux/data/images/supertux.strf,v retrieving revision 1.12 retrieving revision 1.13 diff -u -d -r1.12 -r1.13 --- supertux.strf 9 Sep 2004 10:41:16 -0000 1.12 +++ supertux.strf 9 Sep 2004 10:45:26 -0000 1.13 @@ -84,12 +84,14 @@ (name "grab-right") (x-offset 5) (y-offset 14) + (z-order 2) (images "shared/smalltux/arms-grab-0.png")) (action (name "grab-left") (x-offset 5) (y-offset 14) + (z-order 2) (mirror-action "grab-right"))) ;; Small Tux Body |