Commit 1fcf42d5 by BellCodeEditor

save project

parent 8ff09202
Showing with 1 additions and 1 deletions
...@@ -89,7 +89,7 @@ while True: ...@@ -89,7 +89,7 @@ while True:
prop.rect.x-=8 prop.rect.x-=8
screen.blit(prop.image, (prop.rect.x, prop.rect.y)) screen.blit(prop.image, (prop.rect.x, prop.rect.y))
if prop.rect.x<=0-prop.rect.width: if prop.rect.x<=0-prop.rect.width:
prop.kill() prop.kill()
rode_x=rode_x-8 rode_x=rode_x-8
background_x -= 5 background_x -= 5
# 刷新画面 # 刷新画面
......
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