Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/library/pippy/game.py
diff options
context:
space:
mode:
Diffstat (limited to 'library/pippy/game.py')
-rw-r--r--library/pippy/game.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/library/pippy/game.py b/library/pippy/game.py
index f426c75..c3f6f65 100644
--- a/library/pippy/game.py
+++ b/library/pippy/game.py
@@ -14,7 +14,7 @@ def pause():
WHITE = (255,255,255)
dimmed = screen.copy()
dimmed.set_alpha(128)
- screen.fill(WHITE)
+ screen.fill(BLACK)
screen.blit(dimmed, (0,0))
font = pygame.font.Font(None, 36) # 36px high
msg = _("PAUSED")