[Super-tux-commit] supertux/data/images/tilesets supertux.stgt,1.13,1.14
Brought to you by:
wkendrick
From: Ingo R. <gr...@us...> - 2004-04-10 13:00:44
|
Update of /cvsroot/super-tux/supertux/data/images/tilesets In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv31322 Modified Files: supertux.stgt Log Message: - fixed water/fish Index: supertux.stgt =================================================================== RCS file: /cvsroot/super-tux/supertux/data/images/tilesets/supertux.stgt,v retrieving revision 1.13 retrieving revision 1.14 diff -u -d -r1.13 -r1.14 --- supertux.stgt 10 Apr 2004 12:41:26 -0000 1.13 +++ supertux.stgt 10 Apr 2004 12:47:16 -0000 1.14 @@ -234,9 +234,11 @@ (solid #t)) (tile (id 75) - (images "water.png")) + (images "water.png") + (water #t)) (tile (id 76) (images "waves-0.png" "waves-1.png" "waves-2.png") + (water #t) (anim-speed 25)) ;; Normal brick |