Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR PYTHON

how to set the icon of the window in pygame

icon = pygame.image.load('icon.png')
pygame.display.set_icon(icon)
 
PREVIOUS NEXT
Tagged: #set #icon #window #pygame
ADD COMMENT
Topic
Name
4+9 =