摘要: import pygame from pygame.locals import * import sys class Basesprits( pygame.sprite.Sprite): def __init__(self,image,speed): super(Basesprits,self).__init__() self.image = pygam... 阅读全文
posted @ 2018-12-30 15:35 学生1252485815 阅读(112) 评论(0) 推荐(0)