FlappyBird.py 文件源码

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

项目:glucometer 作者: johnyburd 项目源码 文件源码
def update(self):
        self.pos = Vector(*self.velocity) + self.pos
        if self.pos[1] <= 104:
            Clock.unschedule(self.stop_jumping)
            self.bird_image.source = "res/images/flappynormal.png"
            self.pos = (self.pos[0], 104)
评论列表
文章目录


问题


面经


文章

微信
公众号

扫码关注公众号