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.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