摘要: import pygame pygame.init() SCREEN_SIZE = (960, 600) screen = pygame.display.set_mode(SCREEN_SIZE,0) pygame.display.set_caption("字体") f=pygame.font.ge 阅读全文
posted @ 2020-06-03 14:52 天子骄龙 阅读(778) 评论(0) 推荐(0)
摘要: pygame.display.list_modes() #返回本机所支持的窗口大小--列表 [(1920, 1080), (1680, 1050), (1600, 900), (1440, 900), (1400, 1050), (1366, 768), (1360, 768), (1280, 10 阅读全文
posted @ 2020-06-03 11:24 天子骄龙 阅读(2222) 评论(0) 推荐(0)