Commit 96d8fa51 by BellCodeEditor

auto save

parent 6f11bc21
Showing with 1 additions and 1 deletions
......@@ -38,7 +38,7 @@ while True:
jumpState = "down"
if jumpState == "down": # 起跳
if t <= 30:
if t < = 30:
y += t
t+=2
else:
......
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