[Super-tux-commit] supertux/data/images/tilesets supertux.stgt,1.62,1.63
Brought to you by:
wkendrick
From: Marek M. <wa...@us...> - 2004-11-27 14:14:54
|
Update of /cvsroot/super-tux/supertux/data/images/tilesets In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv7595/data/images/tilesets Modified Files: supertux.stgt Log Message: patch contributed by markos_64: -adds invisible tile (permanent, cannot be bumped) -add spiky to sector.cpp (which someone apparantly forgot to do) -fixed fireballs appearing behind tux added an invisible tile to simple.stl, for testing Index: supertux.stgt =================================================================== RCS file: /cvsroot/super-tux/supertux/data/images/tilesets/supertux.stgt,v retrieving revision 1.62 retrieving revision 1.63 diff -u -d -r1.62 -r1.63 --- supertux.stgt 25 Nov 2004 16:38:28 -0000 1.62 +++ supertux.stgt 27 Nov 2004 14:14:29 -0000 1.63 @@ -4528,4 +4528,9 @@ ) (solid #t) ) + (tile + (id 1311) + (solid #t) + (editor-images "bonus-invisible.png") + ) ) |