Commit 4d12549c by BellCodeEditor

save project

parent 0719e4dd
Showing with 1 additions and 1 deletions
...@@ -52,7 +52,7 @@ while True: ...@@ -52,7 +52,7 @@ while True:
if jumpState == "down": # 降落状态 if jumpState == "down": # 降落状态
if t <= 30: if t <= 30:
y += t y += t
t += 2 t += 0.0000000000000000000000000000000000000000000000000001
else: else:
jumpState = "runing" jumpState = "runing"
t =30 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