[Super-tux-commit] supertux/data supertux.strf,1.39,1.40
Brought to you by:
wkendrick
From: Matze B. <mat...@us...> - 2004-05-31 14:10:36
|
Update of /cvsroot/super-tux/supertux/data In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv9652/data Modified Files: supertux.strf Log Message: forgot to checkin sprite changes Index: supertux.strf =================================================================== RCS file: /cvsroot/super-tux/supertux/data/supertux.strf,v retrieving revision 1.39 retrieving revision 1.40 diff -u -d -r1.39 -r1.40 --- supertux.strf 27 May 2004 16:58:16 -0000 1.39 +++ supertux.strf 31 May 2004 14:10:27 -0000 1.40 @@ -681,6 +681,13 @@ (x-hotspot 0) (y-hotspot 0) (images "shared/walkingtree-left-small-1.png")) - ) + + ; Door + (sprite (name "door") + (y-hotspot 0) + (y-hotspot 0) + (images "shared/door.png") + ) +) ;; EOF ;; |