comparison gamelib/state.py @ 75:a62db6d10009

Red -> red
author Stefano Rivera <stefano@rivera.za.net>
date Mon, 23 Aug 2010 21:29:19 +0200
parents 932b0956e77a
children 1a5fdc225939
comparison
equal deleted inserted replaced
74:75e1040a1121 75:a62db6d10009
212 IMAGE = None 212 IMAGE = None
213 213
214 # Interact rectangle hi-light color (for debugging) 214 # Interact rectangle hi-light color (for debugging)
215 # (set to None to turn off) 215 # (set to None to turn off)
216 if constants.DEBUG: 216 if constants.DEBUG:
217 _interact_hilight_color = Color('Red') 217 _interact_hilight_color = Color('red')
218 else: 218 else:
219 _interact_hilight_color = None 219 _interact_hilight_color = None
220 220
221 def __init__(self, name, rect): 221 def __init__(self, name, rect):
222 StatefulGizmo.__init__(self) 222 StatefulGizmo.__init__(self)