game.py 文件源码

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

项目:Qaf 作者: jonathanabennett 项目源码 文件源码
def draw_thing(self, thing, x_offset,y_offset):
        try:
          self.map_view.addch(thing.y-y_offset, thing.x-x_offset, thing.disp,
                              curses.color_pair(self.color_palette[thing.color]))
        except curses.error: pass
评论列表
文章目录


问题


面经


文章

微信
公众号

扫码关注公众号