Skip to content

Why does pygame load slow?

I have a simple project that display a “button” with an image,a text and a background color: that’s works fine but the problem is that when i launch the game it load the main window, wait some time(something like 1 second) and then load the button.I tried to add more button and it loaded the…