[Super-tux-commit] supertux/data supertux.strf,1.35,1.36
Brought to you by:
wkendrick
From: Ryan F. <sik...@us...> - 2004-05-25 02:51:38
|
Update of /cvsroot/super-tux/supertux/data In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv21769/data Modified Files: supertux.strf Log Message: - beginnings of a wingling Index: supertux.strf =================================================================== RCS file: /cvsroot/super-tux/supertux/data/supertux.strf,v retrieving revision 1.35 retrieving revision 1.36 diff -u -d -r1.35 -r1.36 --- supertux.strf 24 May 2004 20:42:21 -0000 1.35 +++ supertux.strf 25 May 2004 02:51:30 -0000 1.36 @@ -617,27 +617,33 @@ ; Trampoline (sprite (name "trampoline-1") (x-hotspot 0) - (x-hotspot 0) + (y-hotspot 0) (images "shared/trampoline-1.png")) (sprite (name "trampoline-2") (x-hotspot 0) - (x-hotspot 0) + (y-hotspot 0) (images "shared/trampoline-2.png")) (sprite (name "trampoline-3") (x-hotspot 0) - (x-hotspot 0) + (y-hotspot 0) (images "shared/trampoline-3.png")) (sprite (name "trampoline-4") (x-hotspot 0) - (x-hotspot 0) + (y-hotspot 0) (images "shared/trampoline-4.png")) ; Flying platforms (sprite (name "flying_platform") (x-hotspot 0) - (x-hotspot 0) + (y-hotspot 0) (images "shared/flying_platform-1.png")) + ; Wingling + (sprite (name "wingling-left") + (x-hotspot 0) + (y-hotspot 0) + (images "shared/wingling-1.png")) + ) ;; EOF ;; |