[Super-tux-commit] supertux/data/images/tilesets supertux.stgt,1.17,1.18 waves-0.png,1.1,1.2 waves-1
Brought to you by:
wkendrick
From: Ingo R. <gr...@us...> - 2004-04-25 21:34:18
|
Update of /cvsroot/super-tux/supertux/data/images/tilesets In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv10261/tilesets Modified Files: supertux.stgt waves-0.png waves-1.png waves-2.png Log Message: - smoothed water a little bit - added new cloud - fixed stalactit look a bit Index: supertux.stgt =================================================================== RCS file: /cvsroot/super-tux/supertux/data/images/tilesets/supertux.stgt,v retrieving revision 1.17 retrieving revision 1.18 diff -u -d -r1.17 -r1.18 --- supertux.stgt 19 Apr 2004 14:14:46 -0000 1.17 +++ supertux.stgt 25 Apr 2004 11:57:19 -0000 1.18 @@ -135,17 +135,17 @@ (solid #t)) (tile (id 44) - (images "coin1.png" "coin2.png" "coin3.png") + (images "coin1.png" "coin2.png" "coin3.png" "coin2.png") (distro #t) - (anim-speed 25)) + (anim-speed 45)) (tile (id 45) - (images "coin1.png" "coin2.png" "coin3.png") + (images "coin1.png" "coin2.png" "coin3.png" "coin2.png") (distro #t) - (anim-speed 25)) + (anim-speed 45)) (tile (id 46) - (images "coin1.png" "coin2.png" "coin3.png") + (images "coin1.png" "coin2.png" "coin3.png" "coin2.png") (distro #t) - (anim-speed 25)) + (anim-speed 45)) (tile (id 47) (images "block4.png") @@ -240,7 +240,7 @@ (tile (id 76) (images "waves-0.png" "waves-1.png" "waves-2.png") (water #t) - (anim-speed 25)) + (anim-speed 50)) ;; Normal brick (tile (id 77) @@ -265,7 +265,9 @@ (solid #f)) (tile (id 82) - (images "distro-0.png" "distro-1.png" "distro-2.png" "distro-3.png") +;; (images "distro-0.png" "distro-1.png" "distro-2.png" "distro-3.png") + (images "coin1.png" "coin2.png" "coin3.png" "coin2.png" ) + (anim-speed 45) (solid #f) (distro #t)) Index: waves-1.png =================================================================== RCS file: /cvsroot/super-tux/supertux/data/images/tilesets/waves-1.png,v retrieving revision 1.1 retrieving revision 1.2 diff -u -d -r1.1 -r1.2 Binary files /tmp/cvsIkQ5Uc and /tmp/cvsSlrINx differ Index: waves-0.png =================================================================== RCS file: /cvsroot/super-tux/supertux/data/images/tilesets/waves-0.png,v retrieving revision 1.1 retrieving revision 1.2 diff -u -d -r1.1 -r1.2 Binary files /tmp/cvsDlmnIf and /tmp/cvsvo0OCA differ Index: waves-2.png =================================================================== RCS file: /cvsroot/super-tux/supertux/data/images/tilesets/waves-2.png,v retrieving revision 1.1 retrieving revision 1.2 diff -u -d -r1.1 -r1.2 Binary files /tmp/cvsB6t4Eh and /tmp/cvsvAKNAC differ |