Threading issue with Pygame
问题 I am developing a small game for learning purposes. I have created a simple animation for the title screen. Since there is also a function for full screen in the code, I wanted to create a title screen that: Displayed the animation Turned into full screen when the key was activated Continued the animation at the point it was before activating full screen In order to do this, I resorted to threading . However, this is the first time I tried to do any multi-threading, and I don´t know what did