pygame 2.0.0 not creating a window (in sublime)?

后端 未结 0 1630
抹茶落季
抹茶落季 2020-12-18 12:38

I just updated to pygame 2.0.0 and tried to run this basic window:

import pygame,sys 

pygame.init()
screen = pygame.display.set_mode((800,800))
clock = pygam         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题