Re: pygame "font not intialized"

2021-03-12 Thread 2QdxY4RzWzUUiLuE
On 2021-03-12 at 17:27:36 -0500, Quentin Bock wrote: > my code is almost identical to this so I hope it's okay that I don't > include all of my code > error message: > font = pygame.font.Font('freesansbold.ttf', 32) > pygame.error: font not initialized > > Tutorial Link: https://www.youtube.com/

pygame "font not intialized"

2021-03-12 Thread Quentin Bock
my code is almost identical to this so I hope it's okay that I don't include all of my code error message: font = pygame.font.Font('freesansbold.ttf', 32) pygame.error: font not initialized Tutorial Link: https://www.youtube.com/watch?v=FfWpgLFMI7w Timestamp to this part of the video: 1:55:08 --