jes
jes copied to clipboard
Attempts to find a font file with a hardcoded username
it tries to use a font at C:/Users/caryk/AppData/Local/Microsoft/Windows/Fonts/Jygquip 1.ttf
I replaced the name with a font I had installed, but this should probably be fixed.
i would make it like this
self.bigFont = pygame.font.SysFont('Arial', 60)
self.smallFont = pygame.font.SysFont('Arial', 30)
self.tinyFont = pygame.font.SysFont('Arial', 21)
wich just loads the Arial Font
It's a font for personal use, you won't find it anywhere on the Internet.