# HG changeset patch # User Stefano Rivera # Date 1282591759 -7200 # Node ID a62db6d10009c4523885bf4ab7229344861402df # Parent 75e1040a112132d92e4260c33bad0524a1cdb53f Red -> red diff -r 75e1040a1121 -r a62db6d10009 gamelib/state.py --- a/gamelib/state.py Mon Aug 23 21:26:48 2010 +0200 +++ b/gamelib/state.py Mon Aug 23 21:29:19 2010 +0200 @@ -214,7 +214,7 @@ # Interact rectangle hi-light color (for debugging) # (set to None to turn off) if constants.DEBUG: - _interact_hilight_color = Color('Red') + _interact_hilight_color = Color('red') else: _interact_hilight_color = None