diff gamelib/gamescreen.py @ 401:92029c76b687

Different toolbar colour and remove highlighted cursor outside scene widget.
author Jeremy Thurgood <firxen@gmail.com>
date Sat, 28 Aug 2010 21:30:15 +0200
parents 1555677d86f6
children c7a6846262e3
line wrap: on
line diff
--- a/gamelib/gamescreen.py	Sat Aug 28 21:28:37 2010 +0200
+++ b/gamelib/gamescreen.py	Sat Aug 28 21:30:15 2010 +0200
@@ -171,6 +171,7 @@
         for item in items:
             item.height = BUTTON_SIZE
         Row.__init__(self, items, spacing=0, width=SCREEN[0])
+        self.bg_color = (127, 127, 127)
 
 
 class GameScreen(Screen, CursorWidget):