diff gamelib/gameboard.py @ 124:69fd96eafde8

Display splash screen and replace window title.
author Jeremy Thurgood <firxen@gmail.com>
date Wed, 02 Sep 2009 21:14:05 +0000
parents d2b19131d537
children 2e3a05b9594d
line wrap: on
line diff
--- a/gamelib/gameboard.py	Wed Sep 02 21:00:15 2009 +0000
+++ b/gamelib/gameboard.py	Wed Sep 02 21:14:05 2009 +0000
@@ -159,6 +159,7 @@
         self.disp.init(tbl)
 
     def paint(self, screen):
+        screen.fill(constants.BG_COLOR)
         self.disp.paint(screen)
 
     def update(self, screen):