0
Ending pygame screen.
After importing pygame it makes a black screen default display. How can I terminate that? I've tried del pygame, del(pygame) and pygame.quit(), but without result. I wanted to make a program with basic text output and pygame graphical output in the same program.
1 Réponse
0
No, pygame.quit() quits all the classes, but the problem is fixed with pygame.font by making text manually by pygame.font