Issue
Every time I open a pygame window with pygame.display.set_mode, it shows the default pygame icon and title on the window.
I use pygame.display.set_caption() to change it, but for 2 seconds when opening the window it shows the default title. I want to make a quality game, but think that this is not too good for it.
Is there a way to edit the pygame package file to show my game's title instead of the default one?
Solution
ALl you have to do is make sure the command to change the window icon and title is one of the first commands issued in the source pygame files.
Answered By - Skysurfer_kon
0 comments:
Post a Comment
Note: Only a member of this blog may post a comment.