摘要: # _*_ coding: utf-8 _*_ 导入 pygame 作为 游戏 导入 time 作为 时间 从 pygame.locals 导入 * 从 sys 导入 exit # 初始化pygame,为使用硬件做准备 游戏.init() # 创建一个窗口 窗口 = 游戏.display.set_mode((640, 480), 0, 32) # 设置窗口标题 游戏.display.set_cap 阅读全文
posted @ 2019-09-03 16:27 seawind2012 阅读(214) 评论(0) 推荐(0) 编辑