Blob Blame History Raw
--- slingshot/slingshot.py	2007-09-11 20:46:33.000000000 -0500
+++ slingshot/slingshot.py	2007-09-11 20:46:33.000000000 -0500
@@ -53,9 +53,9 @@
 	particle_image_rect = None
 	
 	pygame.font.init()
-	Settings.font = pygame.font.Font("data/FreeSansBold.ttf", 14)
-	Settings.menu_font = pygame.font.Font("data/FreeSansBold.ttf", Settings.MENU_FONT_SIZE)
-	Settings.round_font = pygame.font.Font("data/FreeSansBold.ttf", 100)
+	Settings.font = pygame.font.Font("/usr/share/fonts/freefont/FreeSansBold.ttf", 14)
+	Settings.menu_font = pygame.font.Font("/usr/share/fonts/freefont/FreeSansBold.ttf", Settings.MENU_FONT_SIZE)
+	Settings.round_font = pygame.font.Font("/usr/share/fonts/freefont/FreeSansBold.ttf", 100)
 	
 	def __init__(self):		
 		pygame.display.init()