Commit dd9cbc1e by BellCodeEditor

save project

parent d677208a
Showing with 1 additions and 1 deletions
......@@ -81,7 +81,7 @@ while True:
bl.add(obstacle)
for sprite in bl:
sprite.rect.x-=8
screen.blit(obstacle.image, (obstacle.rect.x, obstacle.rect.y))
screen.blit(sprite.image, (sprite.rect.x, sprite.rect.y))
if sprite.rect.x<=0-sprite.rect.width:
sprite.kill()
screen.blit(wukong, (150, y)) # 悟空
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment