摘要: # -*- coding: utf-8 -*-import pygamefrom sys import exitclass Bullet: def __init__(self): #初始化成员变量,x,y,image self.x = 0 self.y... 阅读全文
posted @ 2015-07-01 11:17 微博和csdn还有你 阅读(641) 评论(0) 推荐(0) 编辑