[Super-tux-commit] supertux/data supertux.strf,1.43,1.44
Brought to you by:
wkendrick
From: Marek M. <wa...@us...> - 2004-06-10 16:04:04
|
Update of /cvsroot/super-tux/supertux/data In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv4835/data Modified Files: supertux.strf Log Message: Door animation implemented - doors now open when activated It still has bugs and it's coded rather dirty. Someone please have a look at it - see door.cpp for details. Index: supertux.strf =================================================================== RCS file: /cvsroot/super-tux/supertux/data/supertux.strf,v retrieving revision 1.43 retrieving revision 1.44 diff -u -d -r1.43 -r1.44 --- supertux.strf 9 Jun 2004 17:04:11 -0000 1.43 +++ supertux.strf 10 Jun 2004 16:03:16 -0000 1.44 @@ -697,7 +697,15 @@ "shared/door-5.png" "shared/door-6.png" "shared/door-7.png" - "shared/door-8.png") + "shared/door-8.png" + "shared/door-8.png" + "shared/door-7.png" + "shared/door-6.png" + "shared/door-5.png" + "shared/door-4.png" + "shared/door-3.png" + "shared/door-2.png" + "shared/door-1.png") ) ; Stomp |