Added window icon

This commit is contained in:
Magdalena Wilczyńska 2019-03-25 14:45:47 +01:00
parent d59468d1bc
commit 04927589c2
2 changed files with 2 additions and 0 deletions

View File

@ -23,6 +23,8 @@ WINDOW_WIDTH = PLAY_WIDTH
WINDOW_HEIGHT = PLAY_HEIGHT
GAMEWINDOW = display.set_mode((WINDOW_WIDTH, WINDOW_HEIGHT), 0, 32)
display.set_caption('Smieciarz WMI')
icon = image.load('images/icon.png')
display.set_icon(icon)
######################################
##

BIN
images/icon.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.0 KiB