Commit 48309076 by BellCodeEditor

save project

parent f86e7a6c
Showing with 1 additions and 1 deletions
...@@ -56,7 +56,7 @@ a=0 ...@@ -56,7 +56,7 @@ a=0
speed=8 speed=8
old_score=0 old_score=0
while True: while True:
speed=8+score//3 speed=8+a//3
for event in pygame.event.get(): for event in pygame.event.get():
if event.type == locals.QUIT: if event.type == locals.QUIT:
# 接收到退出事件后退出程序 # 接收到退出事件后退出程序
......
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