AIRCRAFT.py 文件源码

python
阅读 22 收藏 0 点赞 0 评论 0

项目:haveSomeFun 作者: ZoomCypher 项目源码 文件源码
def __init__(self, x, y, screen):
        pygame.sprite.Sprite.__init__(self)
        self.x = x+40
        self.y = y-20
        self.screen = screen
        self.image_path = './plane/bullet-1.gif'
        self.image = pygame.image.load(self.image_path)
评论列表
文章目录


问题


面经


文章

微信
公众号

扫码关注公众号