摘要:
import sys import pygame pygame.init() #初始化pygame size = width, height= 640,640 #设置窗口 screen = pygame.display.set_mode(size) #显示窗口 color = (0, 0, 0) # 阅读全文
posted @ 2022-12-01 21:54 gloryqianqian 阅读(11) 评论(0) 推荐(0)
posted @ 2022-12-01 21:54 gloryqianqian 阅读(11) 评论(0) 推荐(0)
posted @ 2022-09-14 16:09 gloryqianqian 阅读(32) 评论(0) 推荐(0)