Commit ab6bfe1d by BellCodeEditor

save project

parent 9435d9ea
Showing with 2 additions and 0 deletions
...@@ -28,6 +28,7 @@ while True: ...@@ -28,6 +28,7 @@ while True:
if event.type == locals.QUIT: if event.type == locals.QUIT:
# 接收到退出事件后退出程序 # 接收到退出事件后退出程序
exit() exit()
if jump1=='running':
w+=1 w+=1
if w%5==0: if w%5==0:
w=0 w=0
...@@ -47,6 +48,7 @@ while True: ...@@ -47,6 +48,7 @@ while True:
t+=2 t+=2
else: else:
jump1='running' jump1='running'
t=30
......
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