Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/game1/score.py
diff options
context:
space:
mode:
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