8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
it tries to use a font at C:/Users/caryk/AppData/Local/Microsoft/Windows/Fonts/Jygquip 1.ttf
The text was updated successfully, but these errors were encountered:
I replaced the name with a font I had installed, but this should probably be fixed.
Sorry, something went wrong.
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.
No branches or pull requests
it tries to use a font at C:/Users/caryk/AppData/Local/Microsoft/Windows/Fonts/Jygquip 1.ttf
The text was updated successfully, but these errors were encountered: