def call(self, event):
if event.type == pygame.KEYDOWN:
if event.key == pygame.K_w or event.key == pygame.K_UP:
self.jump_input = True
#sorts out player movement, as with skulls its messy and confusing but it works.
pylevel.py 文件源码
python
阅读 24
收藏 0
点赞 0
评论 0
评论列表
文章目录