From: Ingo Ruhnke Date: Wed, 24 Mar 2004 22:39:36 +0000 (+0000) Subject: fixed incorrect color handling X-Git-Url: https://git.octo.it/?p=supertux.git;a=commitdiff_plain;h=65c843dc2edfbc470317a696514d25f6c7486cf6 fixed incorrect color handling SVN-Revision: 349 --- diff --git a/contrib/levelconverter-0.0.6_0.0.7.py b/contrib/levelconverter-0.0.6_0.0.7.py index 26d1d72db..2a921b255 100755 --- a/contrib/levelconverter-0.0.6_0.0.7.py +++ b/contrib/levelconverter-0.0.6_0.0.7.py @@ -22,8 +22,8 @@ time = content[2] 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]