Commit 4eaedf5b by BellCodeEditor

save project

parent 2c76639e
Showing with 3 additions and 3 deletions
......@@ -113,11 +113,11 @@ while True:
if score==6:
speed=34
if score==9:
speed=36
speed=35
if score==12:
speed=38
speed=36
if score==15:
speed=40
speed=37
screen.blit(sprite.image, (sprite.rect.x, sprite.rect.y))
if sprite.rect.x <= 0-sprite.rect.width:
sprite.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