projects
/
supertux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6336e1d
)
fixed incorrect color handling
author
Ingo Ruhnke
<grumbel@gmx.de>
Wed, 24 Mar 2004 22:39:36 +0000
(22:39 +0000)
committer
Ingo Ruhnke
<grumbel@gmx.de>
Wed, 24 Mar 2004 22:39:36 +0000
(22:39 +0000)
SVN-Revision: 349
contrib/levelconverter-0.0.6_0.0.7.py
patch
|
blob
|
history
diff --git
a/contrib/levelconverter-0.0.6_0.0.7.py
b/contrib/levelconverter-0.0.6_0.0.7.py
index
26d1d72
..
2a921b2
100755
(executable)
--- 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]