[Super-tux-commit] supertux/data/images/tilesets supertux.stgt,1.54,1.55
Brought to you by:
wkendrick
From: Matze B. <mat...@us...> - 2004-11-22 02:10:20
|
Update of /cvsroot/super-tux/supertux/data/images/tilesets In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv9280/data/images/tilesets Modified Files: supertux.stgt Log Message: fixed another parsing error and supertux.stgt which was broken because of it Index: supertux.stgt =================================================================== RCS file: /cvsroot/super-tux/supertux/data/images/tilesets/supertux.stgt,v retrieving revision 1.54 retrieving revision 1.55 diff -u -d -r1.54 -r1.55 --- supertux.stgt 22 Nov 2004 01:43:41 -0000 1.54 +++ supertux.stgt 22 Nov 2004 02:09:52 -0000 1.55 @@ -230,7 +230,9 @@ ) (solid #t) (fullbox #t) + (next-tile 84) (data 1) + (anim-speed 50) ) (tile (id 27) @@ -636,7 +638,9 @@ ) (solid #t) (fullbox #t) + (next-tile 84) (data 1) + (anim-speed 50) ) (tile (id 84) @@ -764,8 +768,10 @@ ) (solid #t) (fullbox #t) + (next-tile 84) (editor-images "bonus-fireflower.png") - (data 84) + (data 2) + (anim-speed 50) ) (tile (id 103) @@ -784,8 +790,10 @@ ) (solid #t) (fullbox #t) + (next-tile 84) (editor-images "bonus-herring.png") - (data 84) + (data 3) + (anim-speed 50) ) (tile (id 104) @@ -845,6 +853,7 @@ (id 112) (solid #t) (fullbox #t) + (next-tile 84) (editor-images "bonus-invisible.png") ) (tile @@ -967,8 +976,10 @@ ) (solid #t) (fullbox #t) + (next-tile 84) (editor-images "bonus-1up.png") - (data 84) + (data 4) + (anim-speed 50) ) (tile (id 129) @@ -1074,8 +1085,10 @@ ) (solid #t) (fullbox #t) + (next-tile 84) (editor-images "bonus-iceflower.png") - (data 84) + (data 5) + (anim-speed 50) ) (tile (id 141) |