Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/game1/score.py
diff options
context:
space:
mode:
authorMateu Batle <mateu.batle@collabora.co.uk>2010-11-15 04:01:40 (GMT)
committer Mateu Batle <mateu.batle@collabora.co.uk>2010-11-15 04:01:40 (GMT)
commit1a61dae476a0232f1111ac36acbfc6c384794900 (patch)
treedad5cf270f21238ac4f896a97e347ddaaa89ded8 /game1/score.py
parent8f6895f91e54534b585edc4ad76fbd9c29d0688a (diff)
Added title mode to game 1
Fixed text at the end of game 1 and game 2 Fixed centering of text in game 2
Diffstat (limited to 'game1/score.py')
-rwxr-xr-xgame1/score.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/game1/score.py b/game1/score.py
index 58e239b..1c2580b 100755
--- a/game1/score.py
+++ b/game1/score.py
@@ -15,7 +15,6 @@ class Score():
def __init__(self, player):
self.player = player
self.font = pygame.font.SysFont("Arial", 50)
- pass
def draw(self, screen):
score = _("PUNTAJE: %05d") % self.player.score