Commit f98520e6 by BellCodeEditor

save project

parent 971282fa
Showing with 1 additions and 1 deletions
......@@ -94,7 +94,7 @@ while True:
for prop in block_list:
prop.rect.x -= 8
# ++++++++++++++++++++++
screen.blit(obstacle.image, (obstacle.rect.x, obstacle.rect.y))
screen.blit(prop.image, (prop.rect.x, prop.rect.y))
if prop.rect.x<=0-prop.rect.width:
prop.kill()
# 刷新画面
......
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