diff mamba/engine.py @ 152:8502e422cefc

Gray background
author Stefano Rivera <stefano@rivera.za.net>
date Tue, 13 Sep 2011 21:32:38 +0200
parents 45dd79e9ba1b
children b93845471311
line wrap: on
line diff
--- a/mamba/engine.py	Tue Sep 13 19:00:57 2011 +0200
+++ b/mamba/engine.py	Tue Sep 13 21:32:38 2011 +0200
@@ -64,7 +64,7 @@
 
     def draw(self, surface):
         if self.surface:
-            self.surface.fill(pygame.Color('black'))
+            self.surface.fill(pygame.Color('gray'))
             self.container.draw(self.surface)
             surface.blit(self.surface, self.surface.get_rect())