# HG changeset patch # User Stefano Rivera # Date 1315942358 -7200 # Node ID 8502e422cefc8e0d133da2cf07a9e2d2eba46f13 # Parent a40c94b576020fc7389faea9099b0b3d101846d6 Gray background diff -r a40c94b57602 -r 8502e422cefc mamba/engine.py --- 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())