[Super-tux-commit] supertux/contrib levelconverter-0.0.6_0.0.7.py,1.3,1.4
Brought to you by:
wkendrick
From: Ingo R. <gr...@us...> - 2004-03-24 22:50:20
|
Update of /cvsroot/super-tux/supertux/contrib In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv18309 Modified Files: levelconverter-0.0.6_0.0.7.py Log Message: fixed incorrect color handling 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.3 retrieving revision 1.4 diff -u -d -r1.3 -r1.4 --- levelconverter-0.0.6_0.0.7.py 20 Mar 2004 21:35:25 -0000 1.3 +++ levelconverter-0.0.6_0.0.7.py 24 Mar 2004 22:39:36 -0000 1.4 @@ -22,8 +22,8 @@ music = content[3] background = content[4] red = content[5] -blue = content[6] -green = content[7] +green = content[6] +blue = content[7] width = content[8] height = "15" gravity = content[9] |