[Super-tux-commit] supertux/contrib levelconverter-0.0.6_0.0.7.py,1.8,1.9
Brought to you by:
wkendrick
From: Ingo R. <gr...@us...> - 2004-04-12 01:42:45
|
Update of /cvsroot/super-tux/supertux/contrib In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv7866/contrib Modified Files: levelconverter-0.0.6_0.0.7.py Log Message: bug fix in the converter, in case anybody still cares Index: levelconverter-0.0.6_0.0.7.py =================================================================== RCS file: /cvsroot/super-tux/supertux/contrib/levelconverter-0.0.6_0.0.7.py,v retrieving revision 1.8 retrieving revision 1.9 diff -u -d -r1.8 -r1.9 --- levelconverter-0.0.6_0.0.7.py 27 Mar 2004 19:36:58 -0000 1.8 +++ levelconverter-0.0.6_0.0.7.py 12 Apr 2004 01:29:02 -0000 1.9 @@ -7,9 +7,9 @@ ['0', "enemy0", 0], ['1', "enemy1", 1], ['2', "enemy2", 2], - ['x', "brick0.png", 77], + ['x', "brick0.png", 105], ['X', "brick0.png", 77], - ['y', "brick1.png", 78], + ['y', "brick1.png", 104], ['Y', "brick1.png", 78], ['A', "box-full.png", 83], ['B', "box-full.png", 102], |