摘要: import pygame import os from pygame.locals import * from sys import exit # 声明全局变量 SCREEN_WIDTH = 1600 # 窗口分辨率 SCREEN_HEIGHT = 900 keylist_ad = [pygame 阅读全文
posted @ 2022-04-09 22:08 __Connor 阅读(46) 评论(0) 推荐(0)