Commit f7bc655d by BellCodeEditor

save project

parent ec8fb888
Showing with 4 additions and 0 deletions
......@@ -9,6 +9,10 @@ while True:
if event.type == locals.QUIT:
if t>0:
y-=t
for sprite in block_list:
sprite.rect.x -= 8
screen.blit(sprite.image,(sprite.rect.x sprite.rect.y))
sprite.rect.x <= 0 - sprite.rect.widht:
......
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