Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/src/api/MultiLabel.py
diff options
context:
space:
mode:
Diffstat (limited to 'src/api/MultiLabel.py')
-rwxr-xr-xsrc/api/MultiLabel.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/api/MultiLabel.py b/src/api/MultiLabel.py
index 3371a7c..122ee13 100755
--- a/src/api/MultiLabel.py
+++ b/src/api/MultiLabel.py
@@ -18,7 +18,7 @@ class CMultiLabel(pygame.sprite.Sprite):
#pygame.font.init()
#print "CMultilabel"
#print pygame.font.get_init()
- self.font = pygame.font.Font("goodfoot.ttf", 30)
+ self.font = pygame.font.Font('assets/fonts/goodfoot.ttf', 30)
self.fgColor = ((0x00, 0x00, 0x00))
self.bgColor = ((0xFF, 0xFF, 0xFF))
self.center = (100, 100)