Commit c006f920 by BellCodeEditor

save project

parent ec2773f6
Showing with 2 additions and 1 deletions
......@@ -53,7 +53,8 @@ gamestate = True
block_list =pygame.sprite.Group()
score=0 # 创建精灵组
speed=8
old_score=0
while True:
speed=8+score//3
for event in pygame.event.get():
......
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