[Super-tux-commit] supertux/data/images supertux.strf,1.18,1.19
Brought to you by:
wkendrick
From: Ricardo C. <rm...@us...> - 2004-10-18 21:10:54
|
Update of /cvsroot/super-tux/supertux/data/images In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv6534/data/images Modified Files: supertux.strf Log Message: Just organized into sections: Player / Bad Guys / Game elements / Game Objects sprites. Index: supertux.strf =================================================================== RCS file: /cvsroot/super-tux/supertux/data/images/supertux.strf,v retrieving revision 1.18 retrieving revision 1.19 diff -u -d -r1.18 -r1.19 --- supertux.strf 18 Oct 2004 16:54:13 -0000 1.18 +++ supertux.strf 18 Oct 2004 21:10:35 -0000 1.19 @@ -1060,7 +1060,8 @@ (y-offset 0) (images "shared/walkingtree-left-small-1.png"))) - +;; Game elements follow + (sprite (name "egg") (action (images "shared/egg.png"))) @@ -1106,6 +1107,9 @@ (x-offset 12) (fps 20) (images "shared/icebullet-1.png"))) + +;; Game Objects follow + ; Trampoline (sprite (name "trampoline") (action |