remove Font

This commit is contained in:
Frank DeMarco 2012-12-16 22:42:19 +09:00
parent 011187b5e5
commit 10eca37396
1 changed files with 0 additions and 9 deletions

View File

@ -1,9 +0,0 @@
from pygame import font
from GameChild import *
class Font(font.Font, GameChild):
def __init__(self, parent, size):
GameChild.__init__(self, parent)
font.Font.__init__(self, self.get_resource("font-path"), size)