Commit 27ac07db by BellCodeEditor

save project

parent 9c20366f
Showing with 1 additions and 1 deletions
......@@ -86,7 +86,7 @@ while True:
time = 0
for prop in Block_list:
prop.rect.x -= 8
screen.blit(prop.image,(prop.rect.x,proprect.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