Commit 6b892a70 by BellCodeEditor

save project

parent 83a832ee
Showing with 1 additions and 1 deletions
...@@ -93,7 +93,7 @@ while True: ...@@ -93,7 +93,7 @@ while True:
time=0 time=0
for prop in block_list: for prop in block_list:
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()
......
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