标签: python linux pygame
我正在尝试使用pygame制作游戏,我正在使用Deepin OS 15.4.1,我尝试使用以下命令设置窗口的图标:
pygame.display.set_icon("Here I put the variable with my icon, that is working because I tested blitting it in the screen")
它不起作用,我在窗口看不到任何图标,有人可以帮帮我吗?