[Super-tux-commit] supertux/data supertux.strf,1.32,1.33
Brought to you by:
wkendrick
From: Ryan F. <sik...@us...> - 2004-05-16 18:05:19
|
Update of /cvsroot/super-tux/supertux/data In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv21564 Modified Files: supertux.strf Log Message: - added trampoline entries Index: supertux.strf =================================================================== RCS file: /cvsroot/super-tux/supertux/data/supertux.strf,v retrieving revision 1.32 retrieving revision 1.33 diff -u -d -r1.32 -r1.33 --- supertux.strf 13 May 2004 12:46:29 -0000 1.32 +++ supertux.strf 16 May 2004 18:05:10 -0000 1.33 @@ -613,6 +613,25 @@ (x-hotspot 12) (fps 20) (images "shared/icebullet-1.png")) + + ; Trampoline + (sprite (name "trampoline-1") + (x-hotspot 0) + (x-hotspot 0) + (images "shared/trampoline-1.png")) + (sprite (name "trampoline-2") + (x-hotspot 0) + (x-hotspot 0) + (images "shared/trampoline-2.png")) + (sprite (name "trampoline-3") + (x-hotspot 0) + (x-hotspot 0) + (images "shared/trampoline-3.png")) + (sprite (name "trampoline-4") + (x-hotspot 0) + (x-hotspot 0) + (images "shared/trampoline-4.png")) + ) ;; EOF ;; |