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-18 15:06:53 (GMT)
committer Mateu Batle <mateu.batle@collabora.co.uk>2010-11-18 15:06:53 (GMT)
commiteba1989cfa57df275cd6c74825f21eda9cfa6a24 (patch)
tree522177e3090730aaf4d6e9c78477407f2748d77c /game1/score.py
parent499020b896af2e84041f943e9b5600735cb56660 (diff)
Fixed fonts, colors, texts, times
Diffstat (limited to 'game1/score.py')
-rwxr-xr-xgame1/score.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/game1/score.py b/game1/score.py
index 1c2580b..7432612 100755
--- a/game1/score.py
+++ b/game1/score.py
@@ -14,7 +14,7 @@ class Score():
def __init__(self, player):
self.player = player
- self.font = pygame.font.SysFont("Arial", 50)
+ self.font = pygame.font.SysFont(None, 80)
def draw(self, screen):
score = _("PUNTAJE: %05d") % self.player.score