animated_sprite.py 文件源码

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

项目:pyclimber 作者: manixaist 项目源码 文件源码
def draw(self):
        """Draws the animated sprite's current frame at its current position on the screen"""
        frame_index = self.animations[self.current_animation].get_current_frame()
        self.screen.blit(self.images[frame_index], self.rect)
评论列表
文章目录


问题


面经


文章

微信
公众号

扫码关注公众号