基本的绘制函数(Pygame)

开门见山  import pygame,sys from pygame.locals import* pygame.init() #set up the window DISPLAYSURF=pygame.display.set_mode((500,400),0,32) pygame.display.set_caption('Drawing') #set up the colors BLACK
相关文章
相关标签/搜索