Commit 4eaedf5b by BellCodeEditor

save project

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