How To Set The Icon Of The Window In Pygame

[Solved] How To Set The Icon Of The Window In Pygame | Python - Code Explorer | yomemimo.com
Question : how to set the icon of the window in pygame

Answered by : embarrassed-earthworm-nvxfy4z09ws9

icon = pygame.image.load('icon.png')
pygame.display.set_icon(icon)

Source : | Last Update : Fri, 19 Feb 21

Answers related to how to set the icon of the window in pygame

Code Explorer Popular Question For Python