Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/highScores.py
diff options
context:
space:
mode:
Diffstat (limited to 'highScores.py')
-rwxr-xr-xhighScores.py5
1 files changed, 2 insertions, 3 deletions
diff --git a/highScores.py b/highScores.py
index 61fc034..97bfecc 100755
--- a/highScores.py
+++ b/highScores.py
@@ -1,10 +1,9 @@
#!/usr/bin/env python
#-*- coding:utf-8 -*-
import os,sys
-import pygame, runEsquiador
+import pygame
import txtlib
from pygame.locals import *
-from runEsquiador import *
from constants import *
class HighScore():
@@ -53,7 +52,7 @@ class HighScore():
if newstuffs < 65:
newstuffs = 90
return chr(newstuffs)
-
+
def __init__(self):
self.thefont = pygame.font.Font(os.path.join('fonts', 'ice_sticks.ttf'), 18)
self.titlefont = pygame.font.Font(os.path.join('fonts', 'ice_sticks.ttf'), 35)