[Super-tux-commit] supertux/data supertux.strf,1.18,1.19
Brought to you by:
wkendrick
From: Ingo R. <gr...@us...> - 2004-04-24 13:11:38
|
Update of /cvsroot/super-tux/supertux/data In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv1544 Modified Files: supertux.strf Log Message: - new star tux, still rather pure, but useable Index: supertux.strf =================================================================== RCS file: /cvsroot/super-tux/supertux/data/supertux.strf,v retrieving revision 1.18 retrieving revision 1.19 diff -u -d -r1.18 -r1.19 --- supertux.strf 24 Apr 2004 10:43:15 -0000 1.18 +++ supertux.strf 24 Apr 2004 13:11:29 -0000 1.19 @@ -325,6 +325,22 @@ (y-hotspot 1) (images "shared/largetux-grab-right-0.png")) + (sprite (name "largetux-star") + (x-hotspot 8) + (y-hotspot 8) + (images "shared/largetux-star-0.png" + "shared/largetux-star-1.png" + "shared/largetux-star-2.png" + )) + + (sprite (name "smalltux-star") + (x-hotspot 5) + (y-hotspot 15) + (images "shared/smalltux-star-0.png" + "shared/smalltux-star-1.png" + "shared/smalltux-star-2.png" + )) + ) ;; EOF ;; |