摘要: 1 import pygame 2 from pygame.locals import * 3 white = 255, 255, 255 4 blue = 0, 0, 200 5 pygame.init() 6 screen = pygame.display.set_mode((600, 500)) 7 myfont = pygame.font.Font(None, 70) 8... 阅读全文
posted @ 2016-12-03 22:24 废柴米老鼠 阅读(2018) 评论(0) 推荐(0)