基本的繪製函數(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
相關文章
相關標籤/搜索