[Super-tux-commit] supertux/data supertux.strf,1.46,1.47
Brought to you by:
wkendrick
From: Ricardo C. <rm...@us...> - 2004-08-13 22:22:58
|
Update of /cvsroot/super-tux/supertux/data In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv27300/data Modified Files: supertux.strf Log Message: Should fix arm crash. Index: supertux.strf =================================================================== RCS file: /cvsroot/super-tux/supertux/data/supertux.strf,v retrieving revision 1.46 retrieving revision 1.47 diff -u -d -r1.46 -r1.47 --- supertux.strf 13 Aug 2004 14:03:32 -0000 1.46 +++ supertux.strf 13 Aug 2004 22:22:47 -0000 1.47 @@ -88,14 +88,15 @@ (y-hotspot 9) (images "shared/smalltux-kick-right-0.png"))) - (sprite (name "arm-grab-left") + (sprite (name "tux-arm") (action + (name "grab-left") (x-hotspot 5) (y-hotspot 9) - (images "shared/smalltux-grab-left-0.png"))) + (images "shared/smalltux-grab-left-0.png")) - (sprite (name "smalltux-grab-right") - (action + (action + (name "grab-right") (x-hotspot 5) (y-hotspot 9) (images "shared/smalltux-grab-right-0.png"))) |