摘要: # 改改游戏小程序 import pygamefrom pygame.locals import *from sys import exitpygame.init() # 进行初始化bgsize = width, height = 1920, 1080pygame.display.set_mode( 阅读全文
posted @ 2019-07-20 21:33 Augustone 阅读(201) 评论(0) 推荐(0)